Index: trunk/extensions/Maps/RELEASE-NOTES |
— | — | @@ -10,12 +10,20 @@ |
11 | 11 | === Maps 0.6.6 === |
12 | 12 | (2010-08-xx) |
13 | 13 | |
| 14 | +==== New features ==== |
| 15 | + |
| 16 | +* Support for geocoding over proxies. |
| 17 | + |
14 | 18 | ==== Refactoring ==== |
15 | 19 | |
16 | 20 | * Added MapsMappingServices, which serves as factory for MapsPappingService objects and does away with all the globals previously needed for this. |
17 | 21 | |
18 | 22 | * Removed the http/curl request code from the geocoder classes - now using Http:get() instead. |
19 | 23 | |
| 24 | +==== Bug fixes ==== |
| 25 | + |
| 26 | +* Fixed issue that cuased popup contents to render incorrectly when it contained wiki markup. |
| 27 | + |
20 | 28 | === Maps 0.6.5 === |
21 | 29 | (2010-07-26) |
22 | 30 | |