Skip to content

Releases: springload/wagtailgmaps

1.0.1

25 Jun 01:04
f23b8f5
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

  • Installation on Python 2.7.6 would fail

0.3

21 Sep 04:42
Compare
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
Compare
Choose a tag to compare

Compatible with >= Wagtail 1.4.*

0.2.3

02 Oct 01:19
Compare
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
Compare
Choose a tag to compare

Including README.md from manifest file

0.2.1

25 May 02:56
Compare
Choose a tag to compare

Updated to support Wagtail 1.0b2

0.2

12 May 05:41
Compare
Choose a tag to compare
0.2

Minor fixes