Index: trunk/extensions/Survey/Survey.php |
— | — | @@ -28,14 +28,14 @@ |
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.1' ); |
33 | 33 | |
34 | 34 | $wgExtensionCredits['other'][] = array( |
35 | 35 | 'path' => __FILE__, |
36 | 36 | 'name' => 'Survey', |
37 | 37 | 'version' => Survey_VERSION, |
38 | 38 | 'author' => array( |
39 | | - '[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]', |
| 39 | + '[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw] for [http://www.wikiworks.com WikiWorks]', |
40 | 40 | ), |
41 | 41 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Survey', |
42 | 42 | 'descriptionmsg' => 'survey-desc' |
Index: trunk/extensions/Survey/RELEASE-NOTES |
— | — | @@ -7,6 +7,11 @@ |
8 | 8 | === Version 0.2 === |
9 | 9 | 2011-xx-xx |
10 | 10 | |
| 11 | +* |
| 12 | + |
| 13 | +=== Version 0.1.1 === |
| 14 | +2011-09-18 |
| 15 | + |
11 | 16 | * Restricted access to survey statistics via the API to survey admins. |
12 | 17 | |
13 | 18 | === Version 0.1 === |