File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 33Security reminder: MediaWiki does not require PHP's register_globals
44setting since version 1.2.0. If you have it on, turn it *off* if you can.
55
6- == MediaWiki 1.13.0rc3 ==
6+ == MediaWiki 1.13.0 ==
77
8- This is a release candidate of the Summer 2008 quarterly snapshot release
8+ This is the first stable release of the Summer 2008 quarterly snapshot release
99of MediaWiki.
1010
1111MediaWiki is now using a "continuous integration" development model with
@@ -20,7 +20,11 @@ Those wishing to use the latest code instead of a branch release can obtain
2020it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
2121
2222== Changes since 1.13.0rc2 ==
23+
2324* (bug 13770) Fixed incorrect detection of PHP's DOM module
25+ * Fix regression from r37834: accesskey tooltip hint should be given for the
26+ minor edit and watch labels on the edit page.
27+ * Updated Chinese simplified/traditional conversion tables
2428
2529== Changes since 1.13.0rc1 ==
2630
Original file line number Diff line number Diff line change 3131$ wgConf = new SiteConfiguration ;
3232
3333/** MediaWiki version number */
34- $ wgVersion = '1.13.0rc3 ' ;
34+ $ wgVersion = '1.13.0 ' ;
3535
3636/** Name of the site. It must be changed in LocalSettings.php */
3737$ wgSitename = 'MediaWiki ' ;
You can’t perform that action at this time.
0 commit comments