Releases: nystudio107/craft-fastcgicachebust
Releases · nystudio107/craft-fastcgicachebust
5.0.0
4.0.1
Added
- Add
phpstan
andecs
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
Added
- Add
phpstan
andecs
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
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
tocomposer.json
to fix CI
Version 1.0.11
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
tocomposer.json
to fix CI
Version 4.0.0-beta.1
Added
- Initial Craft CMS 4 compatibility
Version 1.0.10
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
Added
- Fixed Asset Bundle namespace case
Version 1.0.8
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
Changed
- Added a config file override warning to the Settings page
- Fixed inconsistent quotes in the
config.php