Skip to content

Releases: springload/wagtailgmaps

2.0.1

17 Jun 22:09

Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

27 May 21:24
6c4ae4b

Choose a tag to compare

What's Changed

  • Use correct Python 3.4 runtime on Travis by @mojeto in #43
  • Touch-ups to the new documentation. by @FlipperPA in #41
  • Support Wagtail 7 by @haydngreatnews in #49
    • (BREAKING) Removed compatibility with Wagtail 6.3 and before (use wagtailgmap==1.0.1 instead)
    • (BREAKING) Rename the latlng kwarg to latlngMode to better reflect it's meaning
    • (BREAKING) Rename edit_handlers to panels in line with Wagtail Core
    • Migrated admin JS to Stimulus
    • Replace "WidgetWithScript" with a plain input that has media
    • Migrate CI testing to Github Actions
    • Update tox file
    • Format code with black
    • Updated test app for modern Django (mostly url to path)

New Contributors

Full Changelog: 1.0.1...2.0.0

1.0.1

25 Jun 01:04
f23b8f5

Choose a tag to compare

Thanks to @scisteffan for their contribution.

Fixed

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

1.0

09 Mar 03:39
90be033

Choose a tag to compare

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

15 Jan 05:51
7a7d80c

Choose a tag to compare

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

21 Nov 01:26
3915314

Choose a tag to compare

Fixed

  • Installation on Python 2.7.6 would fail

0.3

21 Sep 04:42

Choose a tag to compare

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

04 Apr 03:55

Choose a tag to compare

Compatible with >= Wagtail 1.4.*

0.2.3

02 Oct 01:19

Choose a tag to compare

  • 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

0.2.2

07 Jul 04:15

Choose a tag to compare

Including README.md from manifest file