r70111 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70110‎ | r70111 | r70112 >
Date:21:22, 28 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Incremented version number to 0.6.6
Modified paths:
  • /trunk/extensions/Maps/Geocoders/Maps_GoogleGeocoder.php (modified) (history)
  • /trunk/extensions/Maps/Geocoders/Maps_YahooGeocoder.php (modified) (history)
  • /trunk/extensions/Maps/INSTALL (modified) (history)
  • /trunk/extensions/Maps/Maps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/INSTALL
@@ -1,4 +1,4 @@
2 -[[Maps 0.6.5]]
 2+[[Maps 0.6.6]]
33
44 In order to use this version of Maps, you need to have Validator 0.2.2 installed. If you get a distribution
55 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 @@
3434 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>.';
3535 }
3636 else {
37 - define( 'Maps_VERSION', '0.6.5' );
 37+ define( 'Maps_VERSION', '0.6.6 alpha' );
3838
3939 // The different coordinate notations.
4040 define( 'Maps_COORDS_FLOAT', 'float' );
Index: trunk/extensions/Maps/Geocoders/Maps_GoogleGeocoder.php
@@ -9,7 +9,6 @@
1010 *
1111 * @author Jeroen De Dauw
1212 * @author Sergey Chernyshev
13 - *
1413 */
1514
1615 if ( !defined( 'MEDIAWIKI' ) ) {
Index: trunk/extensions/Maps/Geocoders/Maps_YahooGeocoder.php
@@ -7,7 +7,6 @@
88 * @ingroup Maps
99 *
1010 * @author Jeroen De Dauw
11 - *
1211 */
1312
1413 if ( !defined( 'MEDIAWIKI' ) ) {

Status & tagging log