File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
+
7
32
## [ 3.1.1]
8
33
9
34
* Added standard editor config
You can’t perform that action at this time.
0 commit comments