Index: trunk/extensions/SemanticMaps/RELEASE-NOTES |
— | — | @@ -8,9 +8,9 @@ |
9 | 9 | |
10 | 10 | |
11 | 11 | === Semantic Maps 1.0.4 === |
12 | | -(2011-0x-xx) |
| 12 | +(2011-10-15) |
13 | 13 | |
14 | | -* Added compatibility with SMW 1.6.2 and later. |
| 14 | +* Added compatibility with SMW 1.7 and later. |
15 | 15 | * Removed compatibility with SMW 1.6.1 and earlier. |
16 | 16 | * Improved default map format handling. |
17 | 17 | |
Index: trunk/extensions/SemanticMaps/SemanticMaps.php |
— | — | @@ -46,10 +46,10 @@ |
47 | 47 | } |
48 | 48 | |
49 | 49 | if ( version_compare( SMW_VERSION, '1.6.2 alpha', '<' ) ) { |
50 | | - die( '<b>Error:</b> This version of Semantic Maps requires Semantic MediaWiki 1.6.3 or above; use Semantic Maps 1.0 to 1.0.3 for SMW 1.6 to 1.6.1.' ); |
| 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 alpha' ); |
| 53 | +define( 'SM_VERSION', '1.0.4' ); |
54 | 54 | |
55 | 55 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array( |
56 | 56 | 'path' => __FILE__, |