Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

65 lines (50 loc) · 2.91 KB

Changelog

1.8.0

  • [FEATURE] Make extension compatible with TYPO3 13, including full refactoring and dropping TYPO3 10, 11 and 12 support

1.7.0

  • [FEATURE] Add support for TYPO3 12 - drop support for TYPO3 9 - Thanks to @achimfritz
  • [CHANGE] Move TypoScript configuration to extension configuration
  • [FIX] Avoid error while checking if a file exists if using CDN
  • [FIX] Move TCA Modifications from ext_tables.php to TCA overrides
  • [FIX] Prevent access of undefined array key in compression service

1.6.1

  • [FIX] Fix PHP 8.0 issue with sys_file TCA - Thanks to @bmack
  • [CHANGE] Use secure composer dependencies e.g. TYPO3 11.5 not 11.4

1.6.0

  • [FEATURE] Add support for TYPO3 11 - drop support for TYPO3 8 - Thanks to @achimfritz
  • [FIX] Prevent cache flushing when no files found
  • [FIX] Change return value of compression command to avoid exceptions with different symfony/console versions

1.5.4

  • [FIX] Add compatibility condition for compression command to avoid event not found exception for TYPO3 version lower 10

1.5.3

  • [FIX] Add correct return type to compress command
  • [FIX] Remove deprecated replace and add extension key in composer json

1.5.2

  • [FIX] Clear file information cache before calculating saved percentage after compression
  • [CHANGE] Set typo3/cms-core dependency to security fixed versions

1.5.1

  • [FIX] Set correct field definition and add event for cleanupProcessedFilesPostFileReplace

1.5.0

  • [FEATURE] Add support for TYPO3 10.0 - Thanks to @achimfritz, @davidsteeb and @bmack from @b13 GmbH
  • [CHANGE] Drop support for TYPO3 7.6
  • [CHANGE] Rename TypoScript setup file
  • [CHANGE] Add compression errors and optimize flash messages

1.4.0

  • [FEATURE] Add option to exclude specific folders from compression - Thanks to @achimfritz, @davidsteeb and @bmack from @b13 GmbH

1.3.0

  • [FEATURE] Add support for TYPO3 9.5
  • [CHANGE] Drop support of non composer installation
  • [BUGFIX] Remove folder parameter from compression service call in the compression command controller

1.2.0

  • [FEATURE] Add support for extension "aus_driver_amazon_s3" - Thanks to Andreas Hoffmeyer for the patch
  • [BUGFIX] Show the right filesize after upload by updating the file information in the database
  • [FEATURE] Add a compression bar after file has been uploaded & show a message when compression is done with the percentage saved
  • [FEATURE] Add an extbase command controller which loops through all file storage and compresses all images recursively in it

1.1.0

  • [RELEASE] Version 1.1.0 including support for TYPO3 7.6
  • [FEATURE] Add debugging mode
  • [CLEANUP] Removed tinypng assets from readme and changed extension icon

1.0.1

  • [CLEANUP] Small code improvements

1.0.0

  • [RELEASE] First version including image compression for every uploaded jpg and png.