We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c55b22 commit 881b192Copy full SHA for 881b192
CHANGELOG.md
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
## [Unreleased]
10
11
+## [2.4.0] - 2025-06-27
12
+
13
+- Cache form id choices for 5 minutes
14
+- Stop unnecessarily loading choices when form models are created
15
16
## [2.3.0] - 2025-06-05
17
18
- Allow the limit setting to work as expected: <https://github.com/torchbox/wagtail-jotform/pull/39>
wagtail_jotform/__init__.py
@@ -1,2 +1,2 @@
1
-VERSION = (2, 3, 0)
+VERSION = (2, 4, 0)
2
__version__ = ".".join(map(str, VERSION))
0 commit comments