Skip to content

Releases: nystudio107/craft-fastcgicachebust

5.0.0

27 Apr 03:56
Compare
Choose a tag to compare

Added

  • Stable release for Craft CMS 5

4.0.1

27 Apr 03:55
Compare
Choose a tag to compare

Added

  • Add phpstan and ecs code linting
  • Add code-analysis.yaml GitHub action

Changed

  • Updated docs to use node 20 & a new sitemap plugin
  • PHPstan code cleanup
  • ECS code cleanup

1.0.12

27 Apr 03:52
Compare
Choose a tag to compare

Added

  • Add phpstan and ecs code linting
  • Add code-analysis.yaml GitHub action

Changed

  • Updated docs to use node 20 & a new sitemap plugin
  • PHPstan code cleanup
  • ECS code cleanup

Version 4.0.0

12 Jan 23:27
Compare
Choose a tag to compare

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 1.0.11

12 Jan 23:25
Compare
Choose a tag to compare

Changed

  • 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

Version 4.0.0-beta.1

13 Mar 06:13
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 4 compatibility

Version 1.0.10

13 Mar 05:24
Compare
Choose a tag to compare

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

16 Apr 12:36
Compare
Choose a tag to compare

Added

  • Fixed Asset Bundle namespace case

Version 1.0.8

14 Apr 17:20
Compare
Choose a tag to compare

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

20 Mar 21:05
Compare
Choose a tag to compare

Changed

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