We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842f8d4 commit 3acbda3Copy full SHA for 3acbda3
CHANGELOG.rst
@@ -2,6 +2,12 @@
2
ChangeLog
3
=========
4
5
+Release 1.2.2 (2018-03-06)
6
+==========================
7
+
8
+- Added Hotfix from #308: Extract conditions and filter them using the fields that exist in the form.
9
10
11
Release 1.2.1 (2018-01-12)
12
==========================
13
formidable/__init__.py
@@ -2,7 +2,6 @@
from .json_migrations import latest_version
-
default_app_config = 'formidable.app.FormidableConfig'
-version = '1.2.1'
+version = '1.2.2'
json_version = latest_version
0 commit comments