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.6 alpha' ); |
| 29 | +define( 'Push_VERSION', '0.6' ); |
30 | 30 | |
31 | 31 | $wgExtensionCredits['other'][] = array( |
32 | 32 | 'path' => __FILE__, |
Index: trunk/extensions/Push/RELEASE-NOTES |
— | — | @@ -4,6 +4,12 @@ |
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.6 === |
| 9 | +2010-12-19 |
| 10 | + |
| 11 | +* Added listing of embedded images to the tab interface. |
| 12 | +* Added notice to the tab interface that shows up when included templates/files already exist on the target wiki. |
| 13 | + |
8 | 14 | === Version 0.5 === |
9 | 15 | 2010-12-14 |
10 | 16 | |