Releases: mcspronko/selective-cache
Releases · mcspronko/selective-cache
Magento 2.4.7 support
Release 2.0.0
- Removed the
FlushInvalidated
controller dependency to theMagento\Backend\Controller\Adminhtml\Cache
class - Removed magento/module-admin-notification dependency
- Refactored the
FlushInvalidatedCacheTypes
cron class to use the event manager - Fixed issue with the custom cron group
Release 1.2.1
- Fixed the "Command name is empty" error when running the bin/magento command
- Removed setup_module attribute from module.xml file
- Updated en_US transactions and fixed typos
Release 1.2.0
- Added refresh invalidated cache via cron
- Removed Magento 2.2 support
- Updated composer.json dependencies
- Updated Unit Tests to support PHPUnit 9
- Updated license year
- Removed modman support
Magento 2.4 support
Updated composer.json file to support Magento 2.4 edition
Fixed missing period at the end of a sentence
Fixed XSS injections via i18n translations
Updated contributors list
Refresh Invalidated Cache
- Added the "Refresh Invalidated Cache" button to the Cache Management page
- Added English, German languages support