r74621 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74620‎ | r74621 | r74622 >
Date:12:11, 11 October 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
0.7 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 beta 4' );
 40+ define( 'Maps_VERSION', '0.7 rc1' );
4141
4242 // The different coordinate notations.
4343 define( 'Maps_COORDS_FLOAT', 'float' );
Index: trunk/extensions/Maps/RELEASE-NOTES
@@ -8,7 +8,7 @@
99
1010
1111 === Maps 0.7 ===
12 -(2010-10-xx)
 12+(2010-10-15)
1313
1414 ==== New features ====
1515
@@ -38,8 +38,8 @@
3939 ==== Internal improvements ====
4040
4141 * Rewrote the geocoding functionality. It's now an integral part of the extension that can not be just pulled out,
42 - while the reverse is true for individual geocoders. Geocoder interaction now uses the same model as mapping
43 - service interaction.
 42+while the reverse is true for individual geocoders. Geocoder interaction now uses the same model as mapping
 43+service interaction.
4444
4545 * Use of Validator 0.4, allowing for more robust and consistent error reporting.
4646
@@ -47,6 +47,8 @@
4848
4949 * Restructured the directory structure of the extension to better match it's architecture.
5050
 51+* Use of OpenLayers 2.10 instead of 2.9.
 52+
5153 === Maps 0.6.6 ===
5254 (2010-08-26)
5355

Status & tagging log