Skip to content

Commit 799f6a9

Browse files
committed
7.0.0 Release
1 parent 557fcee commit 799f6a9

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format
55

66
## Unreleased
77
See [Issue Backlog](../../issues) and [Roadmap](../../milestones).
8+
9+
## [Version 7.0.0](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/tag/7.0.0) (2024-06-11)
810
* *Changed* compendium packs from `nedb` to `leveldb` format. This database format is used from Foundry v11, and this change breaks GM Toolkit compatibility with earlier versions of Foundry. [#247](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/pull/247)
911
* Fix Group Test to work with roll dialog changes from WFRP4e 7.1.5.
1012
* *Changed* **minimum compatibility requirements** to Foundry VTT v11.315 and WFRP4e 7.1.5.

module.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Utilities for WFRP4e GMs",
55
"version": "7.0.0",
66
"compatibility": {
7-
"minimum": "11.308",
8-
"verified": "11.308"
7+
"minimum": "11.315",
8+
"verified": "11.315"
99
},
1010
"authors": [
1111
{
@@ -20,8 +20,8 @@
2020
"id": "wfrp4e",
2121
"type": "system",
2222
"compatibility": {
23-
"minimum": "7.0.2",
24-
"verified": "7.0.2"
23+
"minimum": "7.1.5",
24+
"verified": "7.1.5"
2525
}
2626
}
2727
]
@@ -93,7 +93,7 @@
9393
"socket": true,
9494
"url": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit",
9595
"manifest": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/latest/download/module.json",
96-
"download": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/download/6.0.5/wfrp4e-gm-toolkit.zip",
96+
"download": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/download/7.0.0/wfrp4e-gm-toolkit.zip",
9797
"bugs": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues",
9898
"changelog": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases",
9999
"readme": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/wiki"

0 commit comments

Comments
 (0)