Releases: fgtclb/typo3-file-required-attributes
Releases · fgtclb/typo3-file-required-attributes
v
What's Changed
- [BUGFIX] continue handling instead of return by @calien666 in #16
- [TASK] Prepare release 1.1.1 by @calien666 in #18
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Bugfix release
Having multiple hooks manipulating the same table, in this case, sys_file_metadata, leads to errors, as the datamap was merged with array_merge_recursive
.
To avoid issues and overriding changed data by merging with a new array key, the datamap merge after change is changed to TYPO3 internal ArrayUtility::mergeRecursiveWithOverrule
Initial release
[BUGFIX] Change select field for detect metdata With an older database it can happen that the UIDs of sys_file and sys_file_metadata are not in sync. Therefore you should check for the `file` field