Version 4.0.0

January 12, 2023

Changed

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

Version 4.0.0-beta.1

March 12, 2022

Added

  • Initial Craft CMS 4 compatibility

Version 1.0.10

March 12, 2022

Added

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

Changed

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

Version 1.0.9

April 16, 2020

Added

  • Fixed Asset Bundle namespace case

Version 1.0.8

April 14, 2018

Added

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

Changed

  • Refactored out to shouldBustCache method
  • Code cleanup

Version 1.0.7

March 20, 2018

Changed

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

Version 1.0.6

March 2, 2018

Changed

  • Fixed deprecation errors from Craft CMS 3 RC13

Version 1.0.5

February 1, 2018

Added

  • Renamed the composer package name to craft-fastcgicachebust

Version 1.0.4

December 6, 2017

Added

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

Changed

  • Updated to require craftcms/cms ^3.0.0-RC1

Version 1.0.3

November 27, 2017

Changed

  • 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

Version 1.0.2

August 12, 2017

Changed

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

Version 1.0.1

July 15, 2017

Changed

  • Craft 3 beta 20 compatibility

Version 1.0.0

June 16, 2017

Added

  • Initial release