Skip to content

Commit 069f29e

Browse files
author
Damian Mooyman
committed
Add changelog for 4.0.0 major release
1 parent 42bf3e0 commit 069f29e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

changelog.md

+25
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [4.0.0]
8+
9+
* API Use core validation for form submission (major change)
10+
* Update translations
11+
* Add empty space before classes
12+
* Updated the output to provide spacing between userform-given classes
13+
* fixed indentation
14+
* When using the "are you sure?" plugin ensure the form immediately submits.
15+
* By default, new form fields should be shown
16+
* Added route for UserDefinedForm_Controller
17+
* Move templates to more usual location
18+
* API Implement option sorting
19+
* Make sorting of options possible
20+
* NEW Allow translation of tab names
21+
* DOCS update the docs to remove bad feature list
22+
* Change IFNULL to COALESE for MSSQL Compatibility
23+
* Change CSV field export order to match form order
24+
* Correcting issue #439, where date pickers were no longer functioning.
25+
* Add permission tests for editing fix
26+
* fixes late extensions binding
27+
* BUG fixing bug that prevents non-admin users from editing user defined form fields.
28+
* Implementing the "are you sure?" plugin to display a confirmation message when navigating away from a partially completed form.
29+
* Translation fixes
30+
* Add sitetree icon
31+
732
## [3.1.1]
833

934
* Added standard editor config

0 commit comments

Comments
 (0)