All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.0.1 - 2018-06-25
Thanks to @scisteffan for their contribution.
- Map would not display correctly in the admin (#36, #37)
1.0 - 2018-03-09
- Compatibility with Wagtail 1.13 and before (use wagtailgmap==0.4 instead)
- Simplified the implementation of the MapFieldPanel
- Derive the map ID from the field ID (instead of using a randomly generated ID)
- Simplifies the flow of options between the widget, the template and the JS.
- Compatibility with Wagtail 2.0
- Admin map missing API key for display with noscript
0.4 - 2018-01-15
Thanks to @balinabbb for their contribution.
### Added
- Add the possibility to set the (admin) map language with
WAGTAIL_ADDRESS_MAP_LANGUAGE
0.3.1 - 2017-11-20
- Installation on Python 2.7.6 would fail
0.3 - 2017-09-21
Thanks to @danreeves, @craigloftus, @urlsangel and @SalahAdDin for their contributions.
- Dedicated
MapFieldPanel
edit handler
- License is now MIT
- Do not require
django-overextends
anymore
- Compatibility with Django >= 1.9
0.2.5 - 2016-04-04
- Compatibility with Wagtail 1.4
0.2.3 - 2015-09-02
- Multiple classes allowed on the panel (e.g. classname="gmap col3")
- Added logic to allow outputting a
latlng
value rather than the street address. Adding thegmap--latlng
modifier class to the panel enables the feature.
- Compatibility with Wagtail 1.0
0.2.2 - 2015-07-07
...
0.2.1 - 2015-05-25
- Compatibility with Wagtail 1.0b2
0.2 - 2015-05-12
...
0.1 - 2015-02-27
Initial Release