r99858 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99857‎ | r99858 | r99859 >
Date:09:19, 15 October 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
1.0.4 rel
Modified paths:
  • /trunk/extensions/SemanticMaps/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticMaps/SemanticMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/RELEASE-NOTES
@@ -8,9 +8,9 @@
99
1010
1111 === Semantic Maps 1.0.4 ===
12 -(2011-0x-xx)
 12+(2011-10-15)
1313
14 -* Added compatibility with SMW 1.6.2 and later.
 14+* Added compatibility with SMW 1.7 and later.
1515 * Removed compatibility with SMW 1.6.1 and earlier.
1616 * Improved default map format handling.
1717
Index: trunk/extensions/SemanticMaps/SemanticMaps.php
@@ -46,10 +46,10 @@
4747 }
4848
4949 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.' );
5151 }
5252
53 -define( 'SM_VERSION', '1.0.4 alpha' );
 53+define( 'SM_VERSION', '1.0.4' );
5454
5555 $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array(
5656 'path' => __FILE__,