r75360 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75359‎ | r75360 | r75361 >
Date:16:22, 25 October 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
0.7.2 rc1
Modified paths:
  • /trunk/extensions/Maps/Maps.php (modified) (history)
  • /trunk/extensions/Maps/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps.php
@@ -36,7 +36,7 @@
3737 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>.';
3838 }
3939 else {
40 - define( 'Maps_VERSION', '0.7.2 alpha' );
 40+ define( 'Maps_VERSION', '0.7.2 rc1' );
4141
4242 // The different coordinate notations.
4343 define( 'Maps_COORDS_FLOAT', 'float' );
Index: trunk/extensions/Maps/RELEASE-NOTES
@@ -10,6 +10,10 @@
1111 === Maps 0.7.2 ===
1212 (2010-10-28)
1313
 14+==== New features ====
 15+
 16+* Added experimental support for KML layer definitions.
 17+
1418 ==== Internal improvements ====
1519
1620 * Extended the layer handling to support different types of layers, each of which can be supported by one or more mapping services.

Status & tagging log