Changelog

The following is an overview of the changes in this extension. For more details read the online log.

Version

Release Date

Release Description

1.9.2

2024-07-04

  • Remove deprecated/dropped property in Datamap / DataHandler Hook

1.9.1

2024-05-29

  • Fix PHP version constraint to allow PHP all versions from 7.4 to 8.3

1.9.0

2024-05-29

  • Bump PHP version constraint to allow PHP 7.4 - 8.3

  • [!!!] Dropped support for TYPO3 v10.4

1.8.0

2023-10-10

  • Compatibility with TYPO3 CMS v11.5 - GH #31 (thanks to someplace53 and tstahn for supporting this task)

  • [!!!] Dropped support for TYPO3 v9.5

  • Switch from signals and slots to EventDispatcher (PSR-14 Events) - thanks to someplace53

  • Multiple bugfixes - thanks to someplace53 for reporting and fixing them

1.7.2

2021-09-03

Bugfix to support multiple recipients w/ notifications mails

1.7.1

2021-08-24

Bump PHP version constraint to allow PHP 7.4

1.7.0

2021-08-09

  • [!!!] Split workflows and provide an additional task for statistics update and notification. You may use the migrator to update all existing tasks ./vendor/bin/typo3 upgrade:run falQuota_commandIdentifierUpdate

  • Update documentation

1.6.0

2021-07-22

  • Use localization for notification emails

  • Provide DDEV environment

  • Ensure TYPO3 10 compatibility of DatamapDataHandlerHook

  • Provide signal to extend warning email recipient list

  • Add extension-key to composer.json

1.5.2

2021-01-15

Resolve a logical flaw in email notification in QuotaCommand::checkThreshold()

1.5.1

2020-07-09

Add missing Slot postFolderRename()

1.5.0

2020-06-07

[!!!] Make FAL Quota module available in FILE section and allow access for users and groups

1.4.0

2020-05-30

Check if a quota has been set when calculating size after copy command

1.3.1

2020-04-03

Remove duplicate 'MB' from FlashMessage texts and resolve improper quota evaluation

1.3.0

2020-03-15

Compatibility with TYPO3 CMS v10.4

1.2.3

2020-02-21

Use proper TCEmain log parameters and extract logging into a separate method

1.2.2

2020-01-22

Use raw quota values for quota calculation

1.2.1

2020-01-21

Do not use flash messages in CLI mode

1.2.0

2020-01-02

Add quota utilization with pie charts in storage list view

1.1.0

2019-12-29

Compatibility with TYPO3 CMS v10

1.0.0

2019-12-27

Initial release of the FAL Quota extension