Index: trunk/extensions/Maps/Maps.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | 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>.'; |
38 | 38 | } |
39 | 39 | else { |
40 | | - define( 'Maps_VERSION', '0.7 beta 4' ); |
| 40 | + define( 'Maps_VERSION', '0.7 rc1' ); |
41 | 41 | |
42 | 42 | // The different coordinate notations. |
43 | 43 | define( 'Maps_COORDS_FLOAT', 'float' ); |
Index: trunk/extensions/Maps/RELEASE-NOTES |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | |
10 | 10 | |
11 | 11 | === Maps 0.7 === |
12 | | -(2010-10-xx) |
| 12 | +(2010-10-15) |
13 | 13 | |
14 | 14 | ==== New features ==== |
15 | 15 | |
— | — | @@ -38,8 +38,8 @@ |
39 | 39 | ==== Internal improvements ==== |
40 | 40 | |
41 | 41 | * 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. |
44 | 44 | |
45 | 45 | * Use of Validator 0.4, allowing for more robust and consistent error reporting. |
46 | 46 | |
— | — | @@ -47,6 +47,8 @@ |
48 | 48 | |
49 | 49 | * Restructured the directory structure of the extension to better match it's architecture. |
50 | 50 | |
| 51 | +* Use of OpenLayers 2.10 instead of 2.9. |
| 52 | + |
51 | 53 | === Maps 0.6.6 === |
52 | 54 | (2010-08-26) |
53 | 55 | |