Blitz CloudFront Purger
Version 4.2.0
April 1, 2025
Added
- Added a
beforePurgeSiteUris
event that can be used to modify which site URIs to purge.
Version 4.1.4
March 19, 2025
Fixed
- Fixed a bug in which the base site URL was not being purged (#15).
Version 4.1.2
October 18, 2024
Fixed
- Fixed the required indicators in the plugin settings page (#13).
Version 4.1.1
October 18, 2024
Fixed
- Fixed the ability to leave the API key and secret empty (#13).
Version 4.1.0
June 25, 2024
Changed
- Purging a site now results in a single invalidation path sent to the CloudFront API, potentially saving on invalidation request charges.
Version 4.0.0
March 19, 2024
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.