Index: trunk/extensions/Push/Push.php |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | die( 'Not an entry point.' ); |
27 | 27 | } |
28 | 28 | |
29 | | -define( 'Push_VERSION', '0.9 alpha' ); |
| 29 | +define( 'Push_VERSION', '1.0' ); |
30 | 30 | |
31 | 31 | $wgExtensionCredits['other'][] = array( |
32 | 32 | 'path' => __FILE__, |
Index: trunk/extensions/Push/RELEASE-NOTES |
— | — | @@ -4,11 +4,13 @@ |
5 | 5 | Latest version of the release notes: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Push/RELEASE-NOTES?view=co |
6 | 6 | |
7 | 7 | |
8 | | -=== Version 0.9 === |
9 | | -2011-xx-xx |
| 8 | +=== Version 1.0 === |
| 9 | +2011-05-26 |
10 | 10 | |
11 | 11 | * Fixed compatibility with MediaWiki 1.18. |
12 | 12 | * 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. |
13 | 15 | |
14 | 16 | === Version 0.8 === |
15 | 17 | 2011-02-27 |