Index: trunk/extensions/SemanticTasks/SemanticTasks.php |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | # |
21 | 21 | |
22 | 22 | # Extension credits |
23 | | -$wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'parserhook'][] = array( |
| 23 | +$wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array( |
24 | 24 | 'path' => __FILE__, |
25 | 25 | 'name' => 'SemanticTasks', |
26 | 26 | 'author' => array( |
Index: trunk/extensions/SemanticTasks/RELEASE-NOTES |
— | — | @@ -5,13 +5,13 @@ |
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | -=== Version 0.4.1 === |
| 9 | +=== Version 1.4.1 === |
10 | 10 | 2011-12-06 |
11 | 11 | |
12 | 12 | * Added support for Semantic MediaWiki 1.7 and later. |
13 | 13 | * Dropped support for MediaWiki 1.15.x and earlier. |
14 | 14 | |
15 | | -=== Version 0.4 === |
| 15 | +=== Version 1.4 === |
16 | 16 | June 2010 |
17 | 17 | |
18 | 18 | * Fixed bug that caused notifications to fail in non-main namespaces. |
\ No newline at end of file |