Skip to content

Commit e765917

Browse files
committed
Release 1.4.0
**Deprecation Warning**: The validation endpoint (using the URL ``forms/(?P<pk>\d+)/validate/``) is now ``POST`` only. - Added tests against the ``formidable.yml`` schema definition of Forms (#295). - Fixed various items in the schema definition (#297). - Validation endpoint for **user data** doesn't allow GET method anymore (#300). - Add support for multiple conditions to target a common field.
1 parent 698eb06 commit e765917

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
ChangeLog
33
=========
44

5-
master (unreleased)
6-
===================
5+
Release 1.4.0 (2018-02-21)
6+
==========================
7+
8+
**Deprecation Warning**: The validation endpoint (using the URL ``forms/(?P<pk>\d+)/validate/``) is now ``POST`` only.
79

810
- Added tests against the ``formidable.yml`` schema definition of Forms (#295).
911
- Fixed various items in the schema definition (#297).

formidable/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .json_migrations import latest_version
44

55
default_app_config = 'formidable.app.FormidableConfig'
6-
version = '1.4.0.dev0'
6+
version = '1.4.0'
77
json_version = latest_version

0 commit comments

Comments
 (0)