Recognize CSS/JS redirects with non-ASCII targets
[lhc/web/wiklou.git] / RELEASE-NOTES-1.33
index ddccef5..ae1468e 100644 (file)
@@ -11,7 +11,8 @@ production.
 * $wgEnablePartialBlocks – This enables the Partial Blocks feature, which gives
   accounts with block permissions the ability to block users, IPs, and IP ranges
   from editing specific pages, while allowing them to edit the rest of the wiki.
-* …
+* $wgMediaInTargetLanguage – whether multilingual images should be dispalyed in
+  the current parse language where available.
 
 ==== Changed configuration ====
 * …
@@ -20,6 +21,7 @@ production.
 * …
 
 === New features in 1.33 ===
+* The 'GetPreferences' hook now receives an additional $context parameter.
 * …
 
 === External library changes in 1.33 ===
@@ -97,6 +99,9 @@ because of Phabricator reports.
   that LoginSignupSpecialPage->getBCFieldDefinitions() is removed.
 * The 'jquery.localize' module, deprecated in 1.32, has been removed. Instead,
   use 'jquery.i18n'.
+* The hooks LanguageGetSpecialPageAliases and LanguageGetMagic, deprecated since
+  1.16, have now been removed. Instead, use $specialPageAliases or $magicWords
+  respectively in a $wgExtensionMessagesFiles file.
 * …
 
 === Deprecations in 1.33 ===