Skip to content

Commit

Permalink
Merge tag 'v8.2.0' into develop
Browse files Browse the repository at this point in the history
Changes:
- Added: Add support for Wagtail 6.0/6.1 (@katdom13)
- Added: Add support for Wagtail 6.2 (@engineervix)
- Added: Add error handling to geocoding fields (@marteinn)
- Fixed: Fix rendering of MapsField when Point is a NoneType (@nickmoreton)
- Fixed: Update CI testing matrix to test against python 3.9 to 3.13 (@nickmoreton)
- Fixed: Update CI testing matrix to test against wagtail 5.2 to 6.3 (@nickmoreton)
- Fixed: Update CI testing matrix to test against Django 4.2 to 5.1 (@nickmoreton)
- Fixed: Update classifiers to include Django 5.1 and Python 3.13 (@nickmoreton)
- Fixed: Update leaflet to 1.9.4 (@marteinn)
- Fixed: Upgrade mapbox geocoding API to v6 (@marteinn)
- Fixed: App test page descriptions to improve testing (@marteinn)
- CHanged: Implement stimulus approach to GoogleMapsField, GeocoderField, and LeafletField (@katdom13)
- Removed: Drop support for Django 4.1 (@katdom13)
- Removed: Drop support for Wagtail < 5.2 (@katdom13)
- Removed: Drop testing around python 3.8 (@nickmoreton)
  • Loading branch information
marteinn committed Feb 1, 2025
2 parents 8544601 + 86fd526 commit 38b32d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog

## [Unreleased]
### Added
### Fixed
### Changed
### Removed

## [8.2.0] - 2025.02.01
### Added
- Add support for Wagtail 6.0/6.1 (@katdom13)
- Add support for Wagtail 6.2 (@engineervix)
Expand Down
4 changes: 2 additions & 2 deletions wagtailgeowidget/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"""

__title__ = "wagtailgeowidget"
__version__ = "8.1.1"
__build__ = 802
__version__ = "8.2.0"
__build__ = 803
__author__ = "Martin Sandström"
__license__ = "MIT"
__copyright__ = "Copyright 2015-Present Fröjd Interactive"

0 comments on commit 38b32d7

Please sign in to comment.