summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Maps/RELEASE-NOTES.md
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/Maps/RELEASE-NOTES.md')
-rw-r--r--www/wiki/extensions/Maps/RELEASE-NOTES.md130
1 files changed, 130 insertions, 0 deletions
diff --git a/www/wiki/extensions/Maps/RELEASE-NOTES.md b/www/wiki/extensions/Maps/RELEASE-NOTES.md
index 118272e2..48a08e49 100644
--- a/www/wiki/extensions/Maps/RELEASE-NOTES.md
+++ b/www/wiki/extensions/Maps/RELEASE-NOTES.md
@@ -3,6 +3,136 @@ different releases and which versions of PHP and MediaWiki they support, see the
[platform compatibility tables](INSTALL.md#platform-compatibility-and-release-status).
+## Mps 7.13.0
+
+Released on December 14th, 2019.
+
+* The GeoJSON editor now shows in #display_maps and #ask for Leaflet maps using the geojson parameter.
+* Removed the need to manually include `Maps_Settings.php` in `LocalSettings.php` when modifying maps settings.
+* Improved compatibility with MediaWiki 1.35
+
+## Maps 7.12.2
+
+Released on December 9th, 2019.
+
+* Invalid KML file names are no longer passed to Google Maps
+
+## Maps 7.12.1
+
+Released on December 9th, 2019.
+
+* Map query output is no longer incorrectly handled by the MediaWiki parser
+* Added logging of debug information when KML parsing fails
+* Upgraded Google Maps GeoXML parsing library for KML
+
+## Maps 7.12.0
+
+Released on December 9th, 2019.
+
+* Enhanced GeoJSON editor
+ * Added editing of titles and descriptions (by clicking markers/shapes)
+ * Added save button and removed auto-save
+ * Added ability to specify an edit summary
+ * Polygon intersections are now allowed
+* Added [simplestyle](https://github.com/mapbox/simplestyle-spec/tree/master/1.1.0) support for GeoJSON
+ * Popup text (property key `text`) (Only plaintext, HTML and wikitext are not supported)
+ * Popup description (property key `description`) (Only plaintext, HTML and wikitext are not supported)
+ * Fill color (property key `fill`)
+ * Fill opacity (property key `fill-opacity`)
+ * Border color (property key `stroke`)
+ * Border width (property key `stroke-width`)
+ * Border opacity (property key `stroke-opacity`)
+ * `marker-size`, `marker-symbol` and `marker-color` are not yet supported and will be ignored
+ * Display only, editing in the visual editor is not yet supported
+* Marker clustering now also cluster markers from the GeoJSON layer
+* Marker clustering now also cluster markers dynamically loaded via the `ajaxquery` feature
+* The Leaflet layer control is now always shown when there are overlays
+* Added `cluster` alias to the `markercluster` parameter for both Leaflet and Google Maps
+* Added `overlays` alias to the `overlaylayers` parameter for Leaflet
+* Leaflet maps with no markers or shapes are now zoomed out by default
+* Upgraded Leaflet from 1.3.4 to 1.6.0
+* Upgraded Leaflet marker cluster plugin from 1.3.0 to 1.4.1
+* Added missing "KML parsing failed" message to Google Maps
+
+## Maps 7.11.0
+
+Released on November 7th, 2019.
+
+* Fixed maps not loading without reloading the page after edit with Visual Editor
+* Fixed Leaflet Ajax functionality
+
+## Maps 7.10.0
+
+Released on October 24th, 2019.
+
+* Added dark mode support for Leaflet. Configurable via the new `egMapsLeafletLayersDark` setting (by @vedmaka)
+* Fixed PHP notice on some MediaWiki versions when running maintenance scripts
+
+## Maps 7.9.0
+
+Released on October 4th, 2019.
+
+* Added `clicktarget` parameter for Leaflet. `clicktarget=http://your.url?latitude=%lat%&longitude=%long%`
+* The `#mapsdoc` parser function now shows all parameters, not just those specific to a mapping service
+* The `visitedicon` parameter is no longer incorrectly shown as supported for Leaflet
+* The `wmsoverlay` parameter is no longer incorrectly shown as supported for Leaflet
+
+## Maps 7.8.3
+
+Released on October 3rd, 2019.
+
+* The "create page" button on GeoJson pages is now only shown to users with `createpage` permission
+
+## Maps 7.8.2
+
+Released on October 2nd, 2019.
+
+* Fixed recent Google Maps regression
+
+## Maps 7.8.1
+
+Released on October 2nd, 2019.
+
+* Fixed double display of marker icons in the GeoJson namespace
+
+## Maps 7.8.0
+
+Released on October 2nd, 2019.
+
+* Loading messages for Leaflet maps are no longer visible when zooming out far or loading new tiles
+* Added entirely visual creation flow for pages in the GeoJson namespace
+* Enhanced validation of content in the GeoJson namespace
+* Improved text on the creation and edit tabs in the GeoJson namespace
+* Added "Visual map edit" tag to revisions created by the GeoJson visual editor
+
+## Maps 7.7.0
+
+Released on September 29th, 2019.
+
+* Fixed GeoJson visual editor on MediaWiki 1.31.x (7.6.0 regression)
+* Internationalized most of the GeoJson visual editor
+* Added fullscreen control to the GeoJson visual editor
+* Added `fullscreen` alias for the `enablefullscreen` parameter
+
+## Maps 7.6.0
+
+Released on September 27th, 2019.
+
+* Fixed GeoJson map preview on MediaWiki 1.33+ (7.5.0 regression)
+* Added `scrollzoom` alias for the `scrollwheelzoom` parameter
+
+## Maps 7.5.0
+
+Released on September 24th, 2019.
+
+* Added visual editing UI to maps in the GeoJson namespace
+
+## Maps 7.4.1
+
+Released on August 31st, 2019.
+
+* Fixed critical map loading bug that caused many maps to not load without a page refresh
+
## Maps 7.4.0
Released on August 9th, 2019.