Index: trunk/extensions/Maps/RELEASE-NOTES |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | |
10 | 10 | |
11 | 11 | === Maps 0.7 === |
12 | | -(2010-09-xx) |
| 12 | +(2010-10-xx) |
13 | 13 | |
14 | 14 | ==== New features ==== |
15 | 15 | |
— | — | @@ -21,8 +21,14 @@ |
22 | 22 | |
23 | 23 | ==== Bug fixes ==== |
24 | 24 | |
25 | | -* |
| 25 | +* Fixed compatibility with the MW 1.17 resource loader. |
26 | 26 | |
| 27 | +* Fixed i18n issue with the overlays control for Google Maps v2 maps. |
| 28 | + |
| 29 | +* Fixed default zoom level for Yahoo! Maps maps. |
| 30 | + |
| 31 | +* Increased the maximun decimals for DMS coordinates from 2 to 20. |
| 32 | + |
27 | 33 | ==== Removed features ==== |
28 | 34 | |
29 | 35 | * #geocodelong and #geocodelat parser functions - you can obtain their functionality using #geocode. |
— | — | @@ -31,8 +37,14 @@ |
32 | 38 | |
33 | 39 | * Rewrote the geocoding functionality. It's now an integral part of the extension that can not be just pulled out, |
34 | 40 | while the reverse is true for individual geocoders. Geocoder interaction now uses the same model as mapping |
35 | | - service interaction. |
| 41 | + service interaction. |
| 42 | + |
| 43 | +* Use of Validator 0.4, allowing for more robust and consistent error reporting. |
36 | 44 | |
| 45 | +* Rewrote the parser hooks to use the ParserHook class provided by Validator. |
| 46 | + |
| 47 | +* Restructured the directory structure of the extension to better match it's architecture. |
| 48 | + |
37 | 49 | === Maps 0.6.6 === |
38 | 50 | (2010-08-26) |
39 | 51 | |