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 a11' ); |
| 37 | + define( 'Maps_VERSION', '0.6.5' ); |
38 | 38 | |
39 | 39 | // The different coordinate notations. |
40 | 40 | define( 'Maps_COORDS_FLOAT', 'float' ); |
Index: trunk/extensions/Maps/RELEASE-NOTES |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | |
10 | 10 | |
11 | 11 | === Maps 0.6.5 === |
12 | | -(2010-07-xx) |
| 12 | +(2010-07-26) |
13 | 13 | |
14 | 14 | ==== Refactoring ==== |
15 | 15 | |
— | — | @@ -26,6 +26,12 @@ |
27 | 27 | |
28 | 28 | * Improved coordinate recognition regexes. |
29 | 29 | |
| 30 | +==== Bug fixes ==== |
| 31 | + |
| 32 | +* Fixed several small coordinate parsing and formatting issues. |
| 33 | + |
| 34 | +* Fixed a few small distance arsing issues. |
| 35 | + |
30 | 36 | === Maps 0.6.4 === |
31 | 37 | (2010-07-08) |
32 | 38 | |