Releases: kjac/FormEditor
Releases · kjac/FormEditor
Version 0.16.1.1
News in this version:
- Ensured proper disposal of SMTP client (#95, @Nicholas-Westby)
- Added field cloning (#97, @BarryGibson) - configurable in the data type
Umbraco package attached.
Version 0.16.0.2
Version 0.16.0.1
Version 0.15.3.1
News in this version:
- Added option to customize the handling of max submissions per user (#80).
- Ensured that the form submission statistics are up to date when deleting submissions.
- Removed "disallowed field types" (obsolete since v0.13.1.2, April 24).
Umbraco package attached.
Version 0.15.2.1
News in this version:
- Moved the configuration of submission limitations (max submissions etc.) to a separate tab.
- Made it possible to sort and hide the tabs per datatype.
- Added form submission interpolation to notification and confirmation email subjects (#76, @eriksimonic).
Umbraco package attached.
Version 0.15.1.4
News in this version:
- Fixed an issue with multiple notification recipient emails (#73).
Umbraco package attached.
Version 0.15.1.3
News in this version:
- Fixed an issue with fixed value custom fields (#72).
Umbraco package attached.
Version 0.15.1.2
Version 0.15.1.1
News in this version:
- Added support for editing form submissions (@BarryGibson) (read more).
- Added default sorting for fields when no field type groups are defined.
- Added option to apply custom CSS to the property editor in the Umbraco backoffice (#64).
If you have implemented a custom storage index, please read this:
This release introduces IUpdateIndex
as a separate index for handling form submission updates. In an upcoming release, IUpdateIndex
will be merged into IIndex
, which will affect all custom implementations of storage indexes.
Umbraco package attached.
Version 0.14.1.3
News in this version:
- Made it possible to add fixed value custom fields purely by configuration (read more).
- Made it easier to create default forms programmatically (read more).
- Added option to override validation behavior in frontend (#57, @eriksimonic).
Umbraco package attached.