Skip to content

4.1.2

Compare
Choose a tag to compare
@fsuter fsuter released this 17 Feb 20:24
· 408 commits to master since this release

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)