Index: trunk/extensions/SemanticMaps/Services/GoogleMaps/SM_GoogleMapsQP.php |
— | — | @@ -104,7 +104,6 @@ |
105 | 105 | EOT |
106 | 106 | ) ); |
107 | 107 | |
108 | | - |
109 | 108 | } |
110 | 109 | |
111 | 110 | /** |
— | — | @@ -124,5 +123,4 @@ |
125 | 124 | return $params; |
126 | 125 | } |
127 | 126 | |
128 | | -} |
129 | | - |
| 127 | +} |
\ No newline at end of file |
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 rc2' ); |
| 39 | + define( 'SM_VERSION', '0.6 rc3' ); |
40 | 40 | |
41 | 41 | $smgScriptPath = ( isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath ? $wgExtensionAssetsPath : $wgScriptPath . '/extensions' ) . '/SemanticMaps'; |
42 | 42 | $smgDir = dirname( __FILE__ ) . '/'; |
Index: trunk/extensions/SemanticMaps/Features/QueryPrinters/SM_MapPrinter.php |
— | — | @@ -349,4 +349,4 @@ |
350 | 350 | return $params; |
351 | 351 | } |
352 | 352 | |
353 | | -} |
| 353 | +} |
\ No newline at end of file |
Index: trunk/extensions/Maps/Maps.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | echo '<b>Warning:</b> You need to have <a href="http://www.mediawiki.org/wiki/Extension:Validator">Validator</a> installed in order to use <a href="http://www.mediawiki.org/wiki/Extension:Maps">Maps</a>.'; |
35 | 35 | } |
36 | 36 | else { |
37 | | - define( 'Maps_VERSION', '0.6 rc2' ); |
| 37 | + define( 'Maps_VERSION', '0.6 rc3' ); |
38 | 38 | |
39 | 39 | // The different coordinate notations. |
40 | 40 | define( 'Maps_COORDS_FLOAT', 'float' ); |