Releases: springload/wagtailgmaps
Releases · springload/wagtailgmaps
1.0.1
1.0
Removed
- Compatibility with Wagtail 1.13 and before (use wagtailgmap==0.4 instead)
Changed
- 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.
Fixed
- Compatibility with Wagtail 2.0
- Admin map missing API key for display with noscript
0.4
Thanks to @balinabbb for his contribution
Added
- Add the possibility to set the (admin) map language with
WAGTAIL_ADDRESS_MAP_LANGUAGE
0.3.1
Fixed
- Installation on Python 2.7.6 would fail
0.3
Thanks to @danreeves, @craigloftus, @urlsangel and @SalahAdDin for their contributions.
Added
- Dedicated
MapFieldPanel
edit handler
Changed
- License is now MIT
- Do not require
django-overextends
anymore
Fixed
- Compatibility with Django >= 1.9
0.2.5
0.2.3
- Compatible with Wagtail 1.0
- 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 the
gmap--latlng
modifier class to the panel enables the feature.
Cheers to @danreeves for the new goodies