Releases: putyourlightson/craft-cloudflare
Releases · putyourlightson/craft-cloudflare
1.0.3.1
1.0.3
1.0.2
1.0.1
1.0.0
Added
- Added a Cloudflare utility for purging URLs and managing rule-based purging options.
Changed
- Craft 3.6.0 or higher is required.
- Moved formerly-hidden purge rules to the Cloudflare utility. (#26)
- Moved URL purge tools from settings to the Cloudflare utility.
Fixed
- Added support for multi-level domain suffixes. (#22)
Removed
- Removed static
$plugin
variable. Replace instances ofCloudflare::$plugin
withCloudflare::getInstance()
.
0.6.0
0.5.1
0.5.0
0.4.1
Added
- The
zone
setting will now be parsed for environment variables.
Changed
- All control panel interactions are now asynchronous.
- The dashboard widget and settings page will both ask for confirmation before purging the entire zone.
- Updated the readme.
Fixed
- It’s now possible to set the Cloudflare zone ID from a static config file.
- Purge attempts from the control panel now correctly report success or failure and log details to the browser console.
0.4.0
Fixed
- Settings no longer throw an exception if saved with an invalid API Key.
- Fixed missing credentials alert in Settings when verifying an API Token without key settings present.
- Optimized and refactored code.
- Improved Settings validation.
- Fixed widget icon.
Changed
- The
cloudflare
service is nowapi
. - Stale settings for an unused auth type will be removed rather than stored.