Index: trunk/extensions/SemanticMaps/SemanticMaps.php |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | |
37 | 37 | // Only initialize the extension when all dependencies are present. |
38 | 38 | if ( defined( 'Maps_VERSION' ) && defined( 'SMW_VERSION' ) ) { |
39 | | - define( 'SM_VERSION', '0.6.6 rc1' ); |
| 39 | + define( 'SM_VERSION', '0.6.6 rc2' ); |
40 | 40 | |
41 | 41 | $useExtensionPath = version_compare( $wgVersion, '1.16', '>=' ) && isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath; |
42 | 42 | $smgScriptPath = ( $useExtensionPath ? $wgExtensionAssetsPath : $wgScriptPath . '/extensions' ) . '/SemanticMaps'; |
Index: trunk/extensions/SemanticMaps/Features/QueryPrinters/SM_QueryPrinters.php |
— | — | @@ -81,6 +81,7 @@ |
82 | 82 | ), |
83 | 83 | 'centre' => array( |
84 | 84 | 'aliases' => array( 'center' ), |
| 85 | + 'tolower' => false, |
85 | 86 | ), |
86 | 87 | 'forceshow' => array( |
87 | 88 | 'type' => 'boolean', |