Skip to content

Releases: instride-ch/pimcore-data-definitions

2.3.0

05 Sep 12:45
602ddf7
Compare
Choose a tag to compare
  • Allow Pimcore ^6.0 (#196)
  • Rename ImportDefinitions to DataDefinitions and add BC Layer (#199)
  • Add Support to start an export from the folder search grid (#218 @dkarlovi )
  • Add date format to carbon interpreter (#203 @bramstroker)

2.2.3

21 Jun 12:45
e964b6f
Compare
Choose a tag to compare
  • #193 Fix for checkbox interpreter
  • #191 if column is missing in dataset, null value will not be imported.
  • #192 Show invalid mappings in Mapping tab

2.1.4

21 Jun 12:44
Compare
Choose a tag to compare
  • #193 Fix for checkbox interpreter
  • #157 SQL Provider fixes
  • #154 Fix driver setting in ExternalSqlProvider
  • #128 Introduced Tests

2.0.3

21 Jun 12:43
b933538
Compare
Choose a tag to compare
  • #193 Fix for checkbox interpreter
  • #157 SQL Provider fixes
  • #154 Fix driver setting in ExternalSqlProvider

2.2.2

11 Jun 10:12
503f5de
Compare
Choose a tag to compare

thanks to @bramstroker for fixing issues with case sensitive data-objects
thanks to @dkarlovi for introducing a new dynamic column getter interface to make exports better

2.2.1

15 May 11:08
6e838f3
Compare
Choose a tag to compare

thanks to @dkarlovi for finding and fixing some crucial bugs.

2.2.0

10 May 13:54
ab0c1e1
Compare
Choose a tag to compare
Merge pull request #172 from blankse/create_commands

Create commands for import and export definitions

2.1.3

06 May 13:01
Compare
Choose a tag to compare
Fix: No mapping if class has only translateable fields

2.1.2

19 Mar 14:08
7b1dad4
Compare
Choose a tag to compare

Bug:

  • drop unused variable in XmlProvider (#155)
  • allow NULL to be passed to IteratorInterpreter (#156)

thanks to @dkarlovi

2.1.1

26 Feb 16:51
7c18b19
Compare
Choose a tag to compare
  • Features

    • XSLT transformations for XML (#148)
    • move field-selection from controller into service (#146)
  • Bug fixes

    • Export Runner extending ExportRunnerInterface #147