Releases: punktDe/form-persistence
2.1.1
TASK: Fix doctrine migration
2.1.0 - Site Privileges
FEATURE: Site and dimension of form data is shown if the form is submitted within Neos / Fusion
FEATURE: The form data can be restricted by site using the Site privilege
FEATURE: The preview now shows the data of the submission
BUGFIX: "Latest Entry" in the form list now shows the correct date, the ordering is by date descending
2.0.0 - Export definitions
This release adds some new features to the package:
Export Definitions
The fields which should be exported, their position in the file, as well as their keys can now be defined within the backend module.
Processors
Every form data now passes a chain of processors to alter the field keys or data. You can add your own processors via config.
Exclude form types from saving
Some form types are only fro structuring the form or to display static text and should not be available for export. These form types can now be excluded using extendable configuration
Preview and delete form data
1.0.1
Merge pull request #3 from punktDe/task/neos-70-compatibility TASK: update compatible neos version in composer.json
1.0.0
Initial Release