Index: trunk/extensions/SemanticMaps/RELEASE-NOTES |
— | — | @@ -7,6 +7,10 @@ |
8 | 8 | http://www.mediawiki.org/wiki/Extension:Semantic_Maps/Version_history#Semantic_Maps_change_log |
9 | 9 | |
10 | 10 | |
| 11 | +=== Semantic Maps 1.0.5 === |
| 12 | +(201x-xx-xx) |
| 13 | + |
| 14 | + |
11 | 15 | === Semantic Maps 1.0.4 === |
12 | 16 | (2011-10-15) |
13 | 17 | |
Index: trunk/extensions/SemanticMaps/SemanticMaps.php |
— | — | @@ -49,9 +49,9 @@ |
50 | 50 | die( '<b>Error:</b> This version of Semantic Maps requires Semantic MediaWiki 1.7 or above; use Semantic Maps 1.0 to 1.0.3 for SMW 1.6 to 1.6.1.' ); |
51 | 51 | } |
52 | 52 | |
53 | | -define( 'SM_VERSION', '1.0.4' ); |
| 53 | +define( 'SM_VERSION', '1.0.5 alpha' ); |
54 | 54 | |
55 | | -$wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array( |
| 55 | +$wgExtensionCredits['semantic'][] = array( |
56 | 56 | 'path' => __FILE__, |
57 | 57 | 'name' => 'Semantic Maps', |
58 | 58 | 'version' => SM_VERSION, |