This commit is contained in:
CDeenen
2020-11-17 06:51:14 +01:00
parent d1c059df7d
commit f7e98cbd50
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
<li>Added support for localization (module only)</li> <li>Added support for localization (module only)</li>
<li>Fixed issue where SD buttons would not load properly if Foundry was initialized before the SD, or if Foundry was refreshed</li> <li>Fixed issue where SD buttons would not load properly if Foundry was initialized before the SD, or if Foundry was refreshed</li>
<li>Long words now split up onto multiple lines</li> <li>Long words now split up onto multiple lines</li>
<li>Confirmed compatibility with Foundry v0.7.7</li>
</ul> </ul>
<b>Compatible server app and SD plugin:</b><br> <b>Compatible server app and SD plugin:</b><br>
Server v0.2.4 (no change)<br> Server v0.2.4 (no change)<br>

View File

@@ -9,7 +9,7 @@
], ],
"socket": true, "socket": true,
"minimumCoreVersion": "0.7.5", "minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.6", "compatibleCoreVersion": "0.7.7",
"languages": [ "languages": [
{ {
"lang": "en", "lang": "en",