r69957 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69956‎ | r69957 | r69958 >
Date:18:56, 26 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
0.6.5 release
Modified paths:
  • /trunk/extensions/Maps/Maps.php (modified) (history)
  • /trunk/extensions/Maps/RELEASE-NOTES (modified) (history)

Diff [purge]

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 a11' );
 37+ define( 'Maps_VERSION', '0.6.5' );
3838
3939 // The different coordinate notations.
4040 define( 'Maps_COORDS_FLOAT', 'float' );
Index: trunk/extensions/Maps/RELEASE-NOTES
@@ -8,7 +8,7 @@
99
1010
1111 === Maps 0.6.5 ===
12 -(2010-07-xx)
 12+(2010-07-26)
1313
1414 ==== Refactoring ====
1515
@@ -26,6 +26,12 @@
2727
2828 * Improved coordinate recognition regexes.
2929
 30+==== Bug fixes ====
 31+
 32+* Fixed several small coordinate parsing and formatting issues.
 33+
 34+* Fixed a few small distance arsing issues.
 35+
3036 === Maps 0.6.4 ===
3137 (2010-07-08)
3238

Status & tagging log