Index: trunk/extensions/Maps/INSTALL |
— | — | @@ -1,4 +1,4 @@ |
2 | | -[[Maps 0.6.5]] |
| 2 | +[[Maps 0.6.6]] |
3 | 3 | |
4 | 4 | In order to use this version of Maps, you need to have Validator 0.2.2 installed. If you get a distribution |
5 | 5 | from this page, you don't need to bother this, since Validator comes bundled with every release, and will |
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.5' ); |
| 37 | + define( 'Maps_VERSION', '0.6.6 alpha' ); |
38 | 38 | |
39 | 39 | // The different coordinate notations. |
40 | 40 | define( 'Maps_COORDS_FLOAT', 'float' ); |
Index: trunk/extensions/Maps/Geocoders/Maps_GoogleGeocoder.php |
— | — | @@ -9,7 +9,6 @@ |
10 | 10 | * |
11 | 11 | * @author Jeroen De Dauw |
12 | 12 | * @author Sergey Chernyshev |
13 | | - * |
14 | 13 | */ |
15 | 14 | |
16 | 15 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/extensions/Maps/Geocoders/Maps_YahooGeocoder.php |
— | — | @@ -7,7 +7,6 @@ |
8 | 8 | * @ingroup Maps |
9 | 9 | * |
10 | 10 | * @author Jeroen De Dauw |
11 | | - * |
12 | 11 | */ |
13 | 12 | |
14 | 13 | if ( !defined( 'MEDIAWIKI' ) ) { |