Skip to content

7.1.2

Compare
Choose a tag to compare
@fsuter fsuter released this 20 Oct 15:47
· 59 commits to master since this release

This release contains several documentation improvements and a few bug fixes:

  • error messages are complete again, adapted from the new log structure
  • an error could happen while checking the configuration for a table without title
  • fields with a null value can now be stored to the database, if the field can be considered nullable according to its TCA definition (i.e. input and text fields with eval => 'null' in TYPO3 11, any field with nullable => true in TYPO3 12. If the field is not nullable, it is still skipped from import, as was the case until now.