Index: trunk/extensions/Survey/Survey.php |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | die( '<b>Error:</b> Survey requires MediaWiki 1.17 or above.' ); |
30 | 30 | } |
31 | 31 | |
32 | | -define( 'Survey_VERSION', '0.2 alpha' ); |
| 32 | +define( 'Survey_VERSION', '0.1.2' ); |
33 | 33 | |
34 | 34 | $wgExtensionCredits['other'][] = array( |
35 | 35 | 'path' => __FILE__, |
Index: trunk/extensions/Survey/RELEASE-NOTES |
— | — | @@ -4,8 +4,8 @@ |
5 | 5 | Latest version of the release notes: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Survey/RELEASE-NOTES?view=co |
6 | 6 | |
7 | 7 | |
8 | | -=== Version 0.2 === |
9 | | -2011-xx-xx |
| 8 | +=== Version 0.1.2 === |
| 9 | +2011-11-14 |
10 | 10 | |
11 | 11 | * Fixed issue with database index names causing update.php to fail when running after installation of Survey. |
12 | 12 | * Fixed several IE JavaScript issues. |