Release v1.2.8

This commit is contained in:
2021-06-27 22:10:25 +02:00
parent 13df0ccecd
commit e20b259d99
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
## 1.2.8
### Compatibility
- Smart Doors is now compatible with Foundry 0.8.8
- Due to API changes inside Foundry, Smart Doors is no longer compatible with Foundry versions older than 0.8.7
## 1.2.7 ## 1.2.7
### Compatibility ### Compatibility
- Smart Doors is now compatible with Foundry 0.8.5 - Smart Doors is now compatible with Foundry 0.8.5

View File

@@ -2,7 +2,7 @@
"name": "smart-doors", "name": "smart-doors",
"title": "Smart Doors", "title": "Smart Doors",
"description": "Makes doors smarter. Allows doors to synchronize across multiple scenes and sends chat messages when players try to open locked doors.", "description": "Makes doors smarter. Allows doors to synchronize across multiple scenes and sends chat messages when players try to open locked doors.",
"version": "1.2.7", "version": "1.2.8",
"minimumCoreVersion" : "0.8.7", "minimumCoreVersion" : "0.8.7",
"compatibleCoreVersion" : "0.8.8", "compatibleCoreVersion" : "0.8.8",
"authors": [ "authors": [
@@ -25,7 +25,7 @@
], ],
"url": "https://github.com/manuelVo/foundryvtt-smart-doors", "url": "https://github.com/manuelVo/foundryvtt-smart-doors",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-smart-doors/master/module.json", "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-smart-doors/master/module.json",
"download": "https://github.com/manuelVo/foundryvtt-smart-doors/archive/v1.2.7.zip", "download": "https://github.com/manuelVo/foundryvtt-smart-doors/archive/v1.2.8.zip",
"readme": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/README.md", "readme": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/README.md",
"changelog": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/CHANGELOG.md", "changelog": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/CHANGELOG.md",
"bugs": "https://github.com/manuelVo/foundryvtt-smart-doors/issues", "bugs": "https://github.com/manuelVo/foundryvtt-smart-doors/issues",