All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
TYPO3 v10.4 compatibility
- Symfony Console Command to fill empty file metadata with information from the file name
- Extbase Command Controller to fill empty file metadata with information from the file name
- update constraints in ext_emconf.php and composer.json for TYPO3 v10
This Release resolves an issue with non-composer TYPO3 projects.
- Removed doctrine/inflector dependency, since we literally only used one method and it broke non-composer usage
- Disallow failure of php7.3 tests
- fixed composer.json deprecation
- updated php-cs-fixer ruleset to match current TYPO3 Core ruleset
- Fixed a regression introduced in v1.2.0 which caused the OriginalFileNameRepository to return a boolean instead of string|null when no original filename was found.
- Fixed a regression introduced in v1.2.0 which caused the Extension to stop working in TYPO3 v9
- Added official TER Documentation Link
- Implemented gitlab-ci configuration
- php-codesniffer configuration
- Adapted composer.json for CI
- Added possibility to disable the automatic population of title fields in the extension settings
- TER Documentation
- Fixed wrong composer.json version constraint
- composer.json version
- TER Hook
- Added possibility to create fluent file metadata from respective original file names (see #1)
- A database update is required to add necessary table
- Fixed issue with wrong doctrine/inflector requirement
Initial Release