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)