FastCGI Cache Bust Changelog.

Link 1.0.11 · 2023.01.12

changed - 2023.01.12

  • Don't bust the cache if the element being saved is a draft or revision (#37)
  • Now requires craftcms/cms ^3.2.0 or later
  • Updated docs to use Vitepress ^1.0.0-alpha.29
  • Added allow-plugins to composer.json to fix CI

Link 1.0.10 · 2022.03.12

added - 2022.03.12

  • Added the ability to use environment variables and aliases in the FastCGI Cache Path setting (#9)
  • Added .gitattributes & CODEOWNERS

changed - 2022.03.12

  • Refactored from composer.json extra to __construct() and object properties
  • Switched documentation system to VitePress

Link 1.0.9 · 2020.04.16

added - 2020.04.16

  • Fixed Asset Bundle namespace case

Link 1.0.8 · 2018.04.14

added - 2018.04.14

  • The FastCGI Cache will now also be cleared whenever Template caches are deleted

changed - 2018.04.14

  • Refactored out to shouldBustCache method
  • Code cleanup

Link 1.0.7 · 2018.03.20

changed - 2018.03.20

  • Added a config file override warning to the Settings page
  • Fixed inconsistent quotes in the config.php

Link 1.0.6 · 2018.03.02

changed - 2018.03.02

  • Fixed deprecation errors from Craft CMS 3 RC13

Link 1.0.5 · 2018.02.01

added - 2018.02.01

  • Renamed the composer package name to craft-fastcgicachebust

Link 1.0.4 · 2017.12.06

added - 2017.12.06

  • You can have more than one cache to have it clear by separating the paths with a comma (,) in the config settings

changed - 2017.12.06

  • Updated to require craftcms/cms ^3.0.0-RC1

Link 1.0.3 · 2017.11.27

changed - 2017.11.27

  • Don't bust the FastCGI Cache unless the element being saved is ENABLED or LIVE
  • Don't bust the FastCGI Cache for certain custom ElementTypes

Link 1.0.2 · 2017.08.12

changed - 2017.08.12

  • Added 'FastCGI Cache' to the list of things that can be cleared via Craft's Clear Caches tool

Link 1.0.1 · 2017.07.15

changed - 2017.07.15

  • Craft 3 beta 20 compatibility

Link 1.0.0 · 2017.06.16

added - 2017.06.16

  • Initial release

Related articles