File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44### Added
5+ ### Changed
6+ ### Fixed
7+ ### Removed
8+
9+ ## [ 9.1.0] - 2025.11.09
10+ ### Added
511- Add support for Wagtail 7.2 (@marteinn )
612- Add support for Python 3.14 (@marteinn )
713
8- ### Changed
914### Fixed
10- - Fix double initialization bug in Wagtail 7.1+ causing streamfield map blocks not to read existing values ending up only showing default
11- - Ignore CLAUDE.local.md config
15+ - Fix double initialization bug in Wagtail 7.1+ causing streamfield map blocks not to read existing values ending up only showing default ( @ marteinn )
16+ - Ignore CLAUDE.local.md config ( @ marteinn )
1217
1318### Removed
1419- Drop support for EOL Python 3.9 (@marteinn )
Original file line number Diff line number Diff line change 77"""
88
99__title__ = "wagtailgeowidget"
10- __version__ = "9.0 .0"
11- __build__ = 900
10+ __version__ = "9.1 .0"
11+ __build__ = 901
1212__author__ = "Martin Sandström"
1313__license__ = "MIT"
1414__copyright__ = "Copyright 2015-Present Fröjd Interactive"
You can’t perform that action at this time.
0 commit comments