Index: trunk/extensions/SemanticMaps/INSTALL |
— | — | @@ -1,4 +1,4 @@ |
2 | | -[[Semantic Maps 1.0.3]] |
| 2 | +[[Semantic Maps 1.0.4]] |
3 | 3 | |
4 | 4 | You can find a wiki version of this document, which includes various helpfull links, at |
5 | 5 | http://mapping.referata.com/wiki/Help:Installation#Semantic_Maps |
Index: trunk/extensions/SemanticMaps/RELEASE-NOTES |
— | — | @@ -7,6 +7,11 @@ |
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.4 === |
| 12 | +(2011-0x-xx) |
| 13 | + |
| 14 | +* |
| 15 | + |
11 | 16 | === Semantic Maps 1.0.3 === |
12 | 17 | (2011-09-14) |
13 | 18 | |
Index: trunk/extensions/SemanticMaps/SemanticMaps.php |
— | — | @@ -45,7 +45,7 @@ |
46 | 46 | die( '<b>Error:</b> This version of Semantic Maps requires Semantic MediaWiki 1.6 or above; use Semantic Maps 0.7.x for older versions.' ); |
47 | 47 | } |
48 | 48 | |
49 | | -define( 'SM_VERSION', '1.0.3' ); |
| 49 | +define( 'SM_VERSION', '1.0.4 alpha' ); |
50 | 50 | |
51 | 51 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array( |
52 | 52 | 'path' => __FILE__, |