Skip to content

7.1.0

Compare
Choose a tag to compare
@fsuter fsuter released this 07 Aug 09:46
· 40 commits to master since this release

This version adds compatibility with PHP 8.2 and comes with a few new features:

  • columns can be ordered so that they are processed in a known sequence
  • the preview mode in the Backend module offers the possibility to download the data in CSV format, where appropriate
  • a fixed value can be set for a field directly from the column configuration instead of being part of the transformations
  • when using arrayPath, it is possible to use the * wildcard without condition, which is useful for looping over array with numerical indices

Additionally, a couple of bugs were squashed.