Index: branches/Maps0.8/RELEASE-NOTES |
— | — | @@ -12,14 +12,34 @@ |
13 | 13 | |
14 | 14 | This version branched from Maps 0.7.x at version 0.7.3. |
15 | 15 | |
16 | | -* Removed compatibility with pre MediaWiki 1.17, in order to make full use of the new features. |
| 16 | +==== New features ==== |
17 | 17 | |
18 | 18 | * Added full Google Maps v3 support and set it as the default mapping service. |
19 | 19 | |
| 20 | +* Added new geocoder making use of the new GeoNames API. |
| 21 | + |
20 | 22 | * Added support for the auto-documentation features for parser hooks introduced in Validator 0.4.3. |
21 | 23 | |
| 24 | +==== Removed features ==== |
| 25 | + |
| 26 | +* Removed compatibility with pre MediaWiki 1.17. |
| 27 | + |
| 28 | +* Removed overlays parameter for Google Maps v2. |
| 29 | + |
| 30 | +==== Internal improvements ==== |
| 31 | + |
| 32 | +* Usage of the Resource Loader for all scripts and stylesheets. |
| 33 | + |
| 34 | +* Rewrote all the map JavaScript to jQuery plugins. |
| 35 | + |
| 36 | +* Rewrote the way parameters are translated to JavaScript. Now one big PHP object is json_encoded. |
| 37 | + |
22 | 38 | * Improved KML formatter. |
23 | 39 | |
| 40 | +==== Bug fixes ==== |
| 41 | + |
| 42 | +* Fixed geocoding service overriding based on mapping service (merged in from Maps 0.7.5). |
| 43 | + |
24 | 44 | === Maps 0.7.3 === |
25 | 45 | (2010-11-30) |
26 | 46 | |