Releases: netgen/NetgenInformationCollectionBundle
Releases · netgen/NetgenInformationCollectionBundle
v1.9.2
v1.9.1
[1.9.1] - 2021-02-01
Fixed
- The netgen.default.information_collection.form.use_csrf parameter was directly injected into service, now it is retrieved via ConfigResolver
v1.8.0
[1.8.0] - 2020-03-19
Added
- CSV delimiters can now be customized with semantic config - thx @darinda
- Export to Microsoft Excel (.xls) functionality
- Extensible export formatters via DIC tags
Changed
- Form ID is now dynamically generated - tnx @RandyCupic
- Bumped versions of frontend dependencies (jquery, fstream, underscore.string, lodash.mergewith, cached-path-relative and lodash)
Fixed
- Accessing collections created by nonexistent users
- Translate ContentType name with TranslationHelper in tree
- URL's generated without siteaccess context on the overview page
v1.7.1
[1.7.1] - 2020-01-24
Added
- Exposed default_variables to email templates
v1.7.0
[1.7.0] - 2020-01-24
Added
- Implemented Information collection policy provider
- Enabled download controller for enhanced binary file
v1.6.8
[1.6.8] - 2019-04-26
Added
- A bit more looser coupling to
doctrine/orm
version - Documented Google invisible captcha - tnx @ludwig031
v1.6.7
[1.6.7] - 2019-04-16
Fixed
- Legacy controller should also handle captcha errors
- Check if DateAndTime and Date are null before using them