Index: trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.php |
— | — | @@ -47,13 +47,14 @@ |
48 | 48 | 'path' => __FILE__, |
49 | 49 | 'name' => 'Article Assessment Pilot', |
50 | 50 | 'author' => array( 'Nimish Gautam', 'Sam Reed', 'Adam Miller' ), |
51 | | - 'version' => '0.1.0', |
| 51 | + 'version' => '1.0.0', |
52 | 52 | 'descriptionmsg' => 'articleassessment-desc', |
53 | 53 | 'url' => 'http://www.mediawiki.org/wiki/Extension:ArticleAssessmentPilot' |
54 | 54 | ); |
55 | 55 | |
56 | 56 | // Survey setup |
57 | 57 | // This is totally a hack, but it's easy and had to be done fast |
| 58 | +// Should be used with SimpleSurvey 0.1 |
58 | 59 | require_once( $dir . '../SimpleSurvey/SimpleSurvey.php' ); |
59 | 60 | |
60 | 61 | // Would ordinarily call this articleassessment but survey names are 16 chars max |