We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c3ee0 commit 76e04b0Copy full SHA for 76e04b0
RELEASE-NOTES-1.25
@@ -1,6 +1,14 @@
1
Security reminder: If you have PHP's register_globals option set, you must
2
turn it off. MediaWiki will not work with it enabled.
3
4
+== MediaWiki 1.25.1 ==
5
+
6
+This is a bug fix release of the MediaWiki 1.25 branch.
7
8
+== Changes since 1.25.1 ==
9
10
+* (T100351) Fix syntax errors in extension.json of ConfirmEdit extension
11
12
== MediaWiki 1.25 ==
13
14
=== Configuration changes in 1.25 ===
includes/DefaultSettings.php
@@ -75,7 +75,7 @@
75
* MediaWiki version number
76
* @since 1.2
77
*/
78
-$wgVersion = '1.25.0';
+$wgVersion = '1.25.1';
79
80
/**
81
* Name of the site. It must be changed in LocalSettings.php
0 commit comments