Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e20b259d99 | |||
| 13df0ccecd |
@@ -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
|
||||
### Compatibility
|
||||
- Smart Doors is now compatible with Foundry 0.8.5
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
"name": "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.",
|
||||
"version": "1.2.7",
|
||||
"minimumCoreVersion" : "0.8.5",
|
||||
"compatibleCoreVersion" : "0.8.5",
|
||||
"version": "1.2.8",
|
||||
"minimumCoreVersion" : "0.8.7",
|
||||
"compatibleCoreVersion" : "0.8.8",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Manuel Vögele",
|
||||
@@ -25,7 +25,7 @@
|
||||
],
|
||||
"url": "https://github.com/manuelVo/foundryvtt-smart-doors",
|
||||
"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",
|
||||
"changelog": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/CHANGELOG.md",
|
||||
"bugs": "https://github.com/manuelVo/foundryvtt-smart-doors/issues",
|
||||
|
||||
@@ -33,7 +33,7 @@ export function onRederWallConfig(wallConfig, html, data) {
|
||||
export async function onWallConfigUpdate(event, formData) {
|
||||
const synchronizeSecretStatus = formData.synchronizeSecretStatus;
|
||||
const updateData = {flags: {smartdoors: {synchronizationGroup: formData.synchronizationGroup}}};
|
||||
let ids = this.options.editTargets;
|
||||
let ids = this.editTargets;
|
||||
if (ids.length == 0) {
|
||||
ids = [this.object.id];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user