added PPCustomFrame classes to restore ability to use replaceVariables with a custom...
[lhc/web/wiklou.git] / RELEASE-NOTES
index 839f87e..7fec797 100644 (file)
@@ -62,6 +62,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   is no longer possible. 
 * $wgMessageCacheType defines now the type of cache used by the MessageCache class,
   previously it was choosen based on $wgParserCacheType
+* $wgExtensionAliasesFiles option to simplify adding aliases to special pages
+* provided by extensions, in a similar way to $wgExtensionMessagesFiles
 
 === New features in 1.13 ===
 
@@ -160,6 +162,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 14558) New system message (emailuserfooter) is now added to the footer of 
   e-mails sent with Special:Emailuser
 * Add support for Hijri (Islamic) calendar
+* Add a new hook LinkerMakeExternalImage to allow extensions to modify the output of
+  external (hotlinked) images.
+* (bug 14604) Introduced the following features for the LanguageConverter: Multi-tag support, single conversion flag, remove conversion flag on a single page, description flag, variant name, multi-variant fallbacks.
+* Add zh-mo and zh-my variants for the zh language
   
 === Bug fixes in 1.13 ===
 
@@ -383,6 +389,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 14537) Change interwiki name for Old Church Slavonic (cu)
 * (bug 14583) Fix regression in recent changes "limit to certain categories."
 * (bug 14515) HTML nesting cleanup on edit form
+* (bug 14647) Removed unused 'townBox' CSS classes
 
 === API changes in 1.13 ===
 
@@ -479,7 +486,8 @@ regularly. Below only new and removed languages are listed.
 * Silesian (szl) (new)
 * Tajiki (Cyrllic script) (tg-cyrl) (new)
 * Tajiki (Latin script) (tg-latn) (new)
-
+* Chinese (Macau) (zh-mo) (new)
+* Chinese (Malaysia) (zh-my) (new)
 
 == Compatibility ==