Skip to content

Releases: netgen/NetgenInformationCollectionBundle

v1.9.2

17 Jan 12:22
Compare
Choose a tag to compare

Fixed

  • Parameter placeholders containing hyphens in names would break the query on Mysql 8, changed name format to camelcase

v1.9.1

01 Feb 13:23
v1.9.1
ff55dad
Compare
Choose a tag to compare

[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

19 Mar 11:45
v1.8.0
9abe7c8
Compare
Choose a tag to compare

[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

24 Jan 16:14
v1.7.1
855d4e7
Compare
Choose a tag to compare

[1.7.1] - 2020-01-24

Added

  • Exposed default_variables to email templates

v1.7.0

24 Jan 14:16
v1.7.0
e32fb0f
Compare
Choose a tag to compare

[1.7.0] - 2020-01-24

Added

  • Implemented Information collection policy provider
  • Enabled download controller for enhanced binary file

v1.6.8

26 Apr 21:15
v1.6.8
3ed7a2b
Compare
Choose a tag to compare

[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

16 Apr 13:13
v1.6.7
c02caab
Compare
Choose a tag to compare

[1.6.7] - 2019-04-16

Fixed

  • Legacy controller should also handle captcha errors
  • Check if DateAndTime and Date are null before using them

v1.6.6

05 Mar 12:04
v1.6.6
ab99217
Compare
Choose a tag to compare

[1.6.6] - 2019-03-05

Added

v1.6.5

28 Feb 12:02
v1.6.5
7fc68ee
Compare
Choose a tag to compare

[1.6.5] - 2019-02-28

Fixed

  • Exporter did not took into account date filtering - tnx @ludwig031

v1.6.4

20 Feb 13:10
v1.6.4
1d11b03
Compare
Choose a tag to compare

[1.6.4] - 2019-02-20

Added

  • Display form error when captcha validatio fails - tnx @bvrbanec
  • Captcha documentation - tnx @bvrbanec

Fixed

  • Documentation typo