Skip to content

Releases: cobwebch/external_import

4.3.3

25 Sep 09:09
Compare
Choose a tag to compare

Minor bugfix release (more robust usage of date in log entries creation, avoid SQL errors when no slugs need updating, avoid packaging some resource files upon releasing).

4.3.2

13 Aug 10:59
Compare
Choose a tag to compare

Fix bug with validation of multiple custom steps; minor documentation changes.

4.3.1

11 May 16:18
Compare
Choose a tag to compare

(Re-release with correct compatibility information. Sorry!)

Major release adding compatibility with TYPO3 10 LTS (compatibility with TYPO3 8 LTS is dropped).

Other news features are:

  • slugs can be automatically updated when a record is modified (new general property updateSlugs)
  • possibility to use SQL functions in referenceField and valueField properties (mapping configuration)
  • connector services report connector configuration errors along with other misconfigurations
  • small visual help: the sync icon now starts rotating when an import is triggered in the BE module

This release also includes some bugfixes:

  • some configuration errors were never displayed in the BE module
  • temporary "NEW" keys generated during the import process are now compatible with the TYPO3 cache tags validation pattern

4.3.0

11 May 16:03
Compare
Choose a tag to compare

Major release adding compatibility with TYPO3 10 LTS (compatibility with TYPO3 8 LTS is dropped).

Other news features are:

  • slugs can be automatically updated when a record is modified (new general property updateSlugs)
  • possibility to use SQL functions in referenceField and valueField properties (mapping configuration)
  • connector services report connector configuration errors along with other misconfigurations
  • small visual help: the sync icon now starts rotating when an import is triggered in the BE module

This release also includes some bugfixes:

  • some configuration errors were never displayed in the BE module
  • temporary "NEW" keys generated during the import process are now compatible with the TYPO3 cache tags validation pattern

4.2.3

01 May 13:10
Compare
Choose a tag to compare

Fix bug when changing the PHP execution time limit, fix code example in the documentation.

4.2.2

14 Apr 20:04
Compare
Choose a tag to compare

Bugfix release: show add task button again.

4.2.1

11 Mar 16:56
Compare
Choose a tag to compare

This release contains a single bugfix related to information stored by the StoreDataStep (which got duplicated). NOTE: this is unrelated to the features introduced in 4.2.0 (just a shame to stumble upon it just one day after a major release ;-) ).

4.2.0

10 Mar 10:24
Compare
Choose a tag to compare

This release introduces the following new features:

  • Introduce ImporterAware interface which allows user functions to access Importer object
  • Add the possibility to query reference nodes using XPath (nodepath property)
  • Allow storage of arbitrary data in the Data object (new extraData member variable)

It is the last release to be compatible with TYPO3 8.7.

4.1.3

26 Jun 10:25
Compare
Choose a tag to compare

Fixed bug with using uidRepository as singleton, updated documentation with information about usage of MM and multipleValuesSeparator properties together (TLDR: don't).

4.1.2

17 Feb 20:24
Compare
Choose a tag to compare

This release contains the following bug fixes:

  • some comparisons were made safer
  • a crash was fixed in the view helper displaying input errors when adding a synchronization task
  • some functional tests were corrected (leftovers from postponed features)
  • the import process now aborts when the external data cannot be read at all (or there's some problem with the connector)

Furthermore a special type of exception (\Cobweb\ExternalImport\Exception\CriticalFailureException) was introduced, which can be thrown from inside user functions or hooks and that will cause the import process to abort (refer to the documentation for more details).

(Note: no public 4.1.1 version, I bungled it)