Releases: cobwebch/external_import
4.3.3
4.3.2
4.3.1
(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
andvalueField
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
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
andvalueField
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
4.2.2
4.2.1
4.2.0
This release introduces the following new features:
- Introduce
ImporterAware
interface which allows user functions to accessImporter
object - Add the possibility to query reference nodes using XPath (
nodepath
property) - Allow storage of arbitrary data in the
Data
object (newextraData
member variable)
It is the last release to be compatible with TYPO3 8.7.
4.1.3
4.1.2
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)