You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ This file contains the RELEASE-NOTES of the Semantic Glossary (a.k.a. SG) extens
7
7
* Fixed glossary cache invalidation on page edits, which stopped working after Semantic MediaWiki renamed the data-update hook
8
8
* Fixed the `rebuildGlossaryCache.php` maintenance script against Semantic MediaWiki 7.0
9
9
* Moved hook registration into `extension.json` and removed the procedural extension entry point; the Lingo backend registration no longer overwrites a custom `$wgexLingoBackend` set in `LocalSettings.php`
10
+
* Fixed `$wgexLingoCacheType` being ignored due to a `$GLOBAL`/`$GLOBALS` typo; a custom cache type configured for the glossary cache is now honored
0 commit comments