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.8 rc' ); |
| 29 | +define( 'Push_VERSION', '0.8' ); |
30 | 30 | |
31 | 31 | $wgExtensionCredits['other'][] = array( |
32 | 32 | 'path' => __FILE__, |
Index: trunk/extensions/Push/RELEASE-NOTES |
— | — | @@ -5,9 +5,9 @@ |
6 | 6 | |
7 | 7 | |
8 | 8 | === Version 0.8 === |
9 | | -2011-0x-xx |
| 9 | +2011-02-27 |
10 | 10 | |
11 | | -* Fixed issue with pushing files from private wikis. |
| 11 | +* Added ability to directly upload files using cURL. |
12 | 12 | |
13 | 13 | === Version 0.7 === |
14 | 14 | 2011-01-14 |