Releases: putyourlightson/craft-blitz-cloudfront
Releases · putyourlightson/craft-blitz-cloudfront
5.1.2
5.1.1
4.1.2
4.1.1
5.1.0
Changed
- Purging a site now results in a single invalidation path sent to the CloudFront API, potentially saving on invalidation request charges.
4.1.0
Changed
- Purging a site now results in a single invalidation path sent to the CloudFront API, potentially saving on invalidation request charges.
5.0.0
Added
- Added compatibility with Craft 5.
5.0.0-beta.1
Added
- Added compatibility with Craft 5.0.0.
4.0.0
{warning} Blitz CloudFront Purger is now a Craft CMS plugin rather than a PHP package, and as such it must be installed via Craft to be usable. You should manually remove
CloudFrontPurger
from thecachePurgerTypes
config setting in yourconfig/blitz.php
file, if it exists, since the plugin now registers the purger automatically.
Added
- Added a
condenseUrls
setting that can help reduce the number of invalidation paths sent to the CloudFront API, potentially saving on invalidation request charges.