We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 343a3cf + 5a9ae02 commit b1cef1cCopy full SHA for b1cef1c
CHANGELOG.md
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
## [Unreleased]
10
11
+## [2.3.0] - 2025-06-05
12
+
13
+- Allow the limit setting to work as expected: <https://github.com/torchbox/wagtail-jotform/pull/39>
14
15
- Add support/testing for Wagtail 6.3, 6.4 and 7.0
16
- Add support/testing for Django 5.1 and 5.2
17
- Drop testing for Django < 4.2
wagtail_jotform/__init__.py
@@ -1,2 +1,2 @@
1
-VERSION = (2, 2, 0)
+VERSION = (2, 3, 0)
2
__version__ = ".".join(map(str, VERSION))
0 commit comments