r88840 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88839‎ | r88840 | r88841 >
Date:21:22, 25 May 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
v1.0
Modified paths:
  • /trunk/extensions/Push/Push.php (modified) (history)
  • /trunk/extensions/Push/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/Push/Push.php
@@ -25,7 +25,7 @@
2626 die( 'Not an entry point.' );
2727 }
2828
29 -define( 'Push_VERSION', '0.9 alpha' );
 29+define( 'Push_VERSION', '1.0' );
3030
3131 $wgExtensionCredits['other'][] = array(
3232 'path' => __FILE__,
Index: trunk/extensions/Push/RELEASE-NOTES
@@ -4,11 +4,13 @@
55 Latest version of the release notes: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Push/RELEASE-NOTES?view=co
66
77
8 -=== Version 0.9 ===
9 -2011-xx-xx
 8+=== Version 1.0 ===
 9+2011-05-26
1010
1111 * Fixed compatibility with MediaWiki 1.18.
1212 * Use of FormatJson::encode instead of json_encode for compatibility with PHP5 < 5.2.
 13+* Fixed some JavaScript issues causing problems for IE users.
 14+* Fixed bug in API modules.
1315
1416 === Version 0.8 ===
1517 2011-02-27

Status & tagging log