Skip to content

Releases: arkhi-digital/silverstripe-cloudflare

2.0.1

03 Sep 06:07
bd29396
Compare
Choose a tag to compare

Bug fix to remove SS3 specific code that slipped through in the previous merge

2.0

02 Sep 07:37
Compare
Choose a tag to compare
2.0

Updated for SilverStripe 4

1.3.0

12 Jul 05:43
3a86ded
Compare
Choose a tag to compare
Merge pull request #37 from sminnee/fix-php72

FIX: Add support for PHP 7.2+

1.2 - Stable

09 Dec 13:19
Compare
Choose a tag to compare
  • Large reorganisation & refactor
  • Add purge action to Pages in CMS
  • Add configurable option for whether to purge relations
  • Show a message in admin if credentials are not defined
  • Add ability to toggle class caching for CloudFlare
  • Added extension point in getServerName()
  • Add configurable cURL timeout and error handling

Thanks to @robbieaverill for most of the changes/additions listed above.

1.1.1 - Unstable

24 Nov 05:37
Compare
Choose a tag to compare

UPGRADE WARNING:

This update merely removes the old cloudflare.yml configuration file and requires you to define your CloudFlare credentials as CONSTANTS.

Refer to the README.MD before updating

1.1 - Obsolete

25 Oct 06:58
Compare
Choose a tag to compare

Changelog

  • ZoneID now gets cached instead of being retrieved everytime cache needs to be purged
  • A "dashboard" has been added to the Administration Panel
    • Purge All
    • Purge CSS
    • Purge JS
    • Purge Images
    • The detected ZoneID will display at the bottom, if no ZoneID has been detected, the dashboard will be disabled and a warning will display
  • Cache Purging
    • When publishing a parent page. The top level parent and all it's siblings will be purged
    • When unpublishing a page. All cache will be purged to ensure nav menus etc don't have broken links
    • HTTP, HTTPS URLS will also be purged

1.0 - Obsolete

18 Oct 23:54
Compare
Choose a tag to compare

Release Candidate