Skip to content

Releases: punktDe/form-persistence

2.1.1

11 Jun 06:31
Compare
Choose a tag to compare

TASK: Fix doctrine migration

2.1.0 - Site Privileges

10 Jun 19:02
Compare
Choose a tag to compare

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

01 Jun 11:45
Compare
Choose a tag to compare

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.

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

Backend Module

1.0.1

20 Apr 08:45
8e6d68b
Compare
Choose a tag to compare
Merge pull request #3 from punktDe/task/neos-70-compatibility

TASK: update compatible neos version in composer.json

1.0.0

10 Jun 10:00
8c345e3
Compare
Choose a tag to compare

Initial Release