Skip to content

Latest commit

 

History

History
91 lines (50 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

91 lines (50 loc) · 2.58 KB

Changelog

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

Added

  • Symfony Console Command to fill empty file metadata with information from the file name

Removed

  • Extbase Command Controller to fill empty file metadata with information from the file name

Miscellaneous

  • update constraints in ext_emconf.php and composer.json for TYPO3 v10

This Release resolves an issue with non-composer TYPO3 projects.

Fixed

  • Removed doctrine/inflector dependency, since we literally only used one method and it broke non-composer usage

Miscellaneous

  • Disallow failure of php7.3 tests
  • fixed composer.json deprecation
  • updated php-cs-fixer ruleset to match current TYPO3 Core ruleset

Fixed

  • 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

  • Fixed a regression introduced in v1.2.0 which caused the Extension to stop working in TYPO3 v9

Added

  • Added official TER Documentation Link
  • Implemented gitlab-ci configuration
  • php-codesniffer configuration
  • Adapted composer.json for CI

Added

  • Added possibility to disable the automatic population of title fields in the extension settings
  • TER Documentation

Fixed

  • Fixed wrong composer.json version constraint

Added

  • composer.json version
  • TER Hook

Added

  • Added possibility to create fluent file metadata from respective original file names (see #1)
  • A database update is required to add necessary table

Fixed

  • Fixed issue with wrong doctrine/inflector requirement

v1.0.0 (2019-02-08)

Initial Release