Skip to content

Releases: mcspronko/selective-cache

Magento 2.4.7 support

14 May 18:29
37f15c3
Compare
Choose a tag to compare
  • Updated extension dependencies to support Magento 2.4.7
  • Removed psr/log and pronko/module-base dependencies

Release 2.0.0

11 May 09:01
81fc5a1
Compare
Choose a tag to compare
  • Removed the FlushInvalidated controller dependency to the Magento\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

10 May 17:47
a66b763
Compare
Choose a tag to compare
  • 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

10 May 15:45
09b99a0
Compare
Choose a tag to compare
  • 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

29 Dec 15:30
7902339
Compare
Choose a tag to compare

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

24 Aug 06:52
Compare
Choose a tag to compare
  • Added the "Refresh Invalidated Cache" button to the Cache Management page
  • Added English, German languages support