Skip to content

Latest commit

 

History

History
111 lines (65 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

111 lines (65 loc) · 2.77 KB

Change Log

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.

Fixed

  • Map would not display correctly in the admin (#36, #37)

1.0 - 2018-03-09

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 - 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

Fixed

  • Installation on Python 2.7.6 would fail

0.3 - 2017-09-21

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 - 2016-04-04

Fixed

  • Compatibility with Wagtail 1.4

0.2.3 - 2015-09-02

Added

  • 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.

Fixed

  • Compatibility with Wagtail 1.0

0.2.2 - 2015-07-07

...

0.2.1 - 2015-05-25

Fixed

  • Compatibility with Wagtail 1.0b2

0.2 - 2015-05-12

...

0.1 - 2015-02-27

Initial Release