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.
1 parent fab61ac commit bb797b9Copy full SHA for bb797b9
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
ChangeLog
3
=========
4
5
+Release 1.4.1 (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
Release 1.4.0 (2018-02-21)
11
==========================
12
formidable/__init__.py
@@ -3,5 +3,5 @@
from .json_migrations import latest_version
default_app_config = 'formidable.app.FormidableConfig'
-version = '1.4.0'
+version = '1.4.1'
json_version = latest_version
0 commit comments