cloudflare 2.0.0-beta1

Bug fixes
New features

While this release declares Drupal 11 compatibility (and drops it for Drupal 9) the most significant functional change is probably an expansion of the tag hash, which should increase the number of cache hits in Cloudflare.

N.B. This release changes the CloudFlare middleware priority from 300 => 600.

cloudflare 2.0.0-alpha1

New features

WARNING: This is a bridge release, intended to smooth the transition to Drupal 10 for sites that have already been using the Cloudflare module in Drupal 9. A Drupal 9 site using this release will see fatal errors, so only upgrade to this version as part of an upgrade to Drupal 10.

cloudflare 8.x-1.0-alpha8

Bug fixes
New features

- Added clean test script for Travis CI
- Updated Drupal Packagist URL for composer - #2849156: Drupal Packagist is deprecated
- Coding standard fixes - (#60 & #62)

cloudflare 8.x-1.0-alpha4

Bug fixes
  • Issue #2801131 by naveenvalecha, jurgenhaas: Improve & Validate composer.json
  • Issue #2773221 by Rohit Patil, naveenvalecha: Remove @file tag docblocks
  • Issue #2733397 by slasher13: remove .gitignore
  • Overhauled Travis-CI build system on github. Builds now track the latest version of Coder. Ripped out DrupalTI:
    See https://github.com/d8-contrib-modules/cloudflare
  • Catch NULL zones after authenticating with API

cloudflare 8.x-1.0-alpha3

Bug fixes

Fatal error: Call to undefined method Symfony\Component\HttpFoundation\JsonResponse::getCacheableMetadata()
https://www.drupal.org/node/2730011

remove .gitignore
https://www.drupal.org/node/2733397

Updated phpunit version in cloudflare to better match core

cloudflare 8.x-1.0-alpha2

Bug fixes
New features

New Features

  • Multi-Zone Support! Will now work with CloudFlare accounts that have more than one zone.
  • Additional exception handling to make the user experience smoother.
  • Updated to remain compatible with the latest version of Purge(beta-3)
  • Added functionality to restore the client's native IP address.

Note to those updating from earlier version

You will need to update your composer dependencies:

cloudflare 8.x-1.0-alpha1

New features

This is the initial release for the D8 version of the CloudFlare module. It's been rewritten from the ground up to take advantage of the best of D8. The module provides functionality for purging the CDN, and restoring Client IP. Due to limitations in the current CloudFlare API this release is not recommended for a high-volume production site.

cloudflare 8.x-1.x-dev

New features

Experimental D8 Branch. Not ready for use in production.

cloudflare 7.x-1.0-beta4

Bug fixes

Issue #1788444 by Brian294: Remove all references to dpm in active 7.x code, whether they are used or not.
Issue #1312990 by Brian294: Add hook_permission to Drupal 7.x version.

cloudflare 6.x-1.0-beta4

Bug fixes

Issue #1312990 by tstivers: Add hook_perm to Drupal 6.x version.

cloudflare 7.x-1.0-beta2

Resolved issue with comment_delete. Apparently comment_delete doesn't like being called within a form_alter, and it's perfectly content being called within form_submit callback function appended to #submit during form_alter.

cloudflare 6.x-1.0-beta3

New features

Integration with Spam API. You can now submit spam reports to CloudFlare!

cloudflare 6.x-1.0-beta2

New features
Bug fixes

Issue #1100426 by ju.ri: Remove reference to dpm() function.
Issue - Removed the buttons on the comment_form_alter as they were not yet doing anything.
Issue - Added the ability to whitelist and whitelist + publish to the comment operations listbox. Tightened up usage of t() so it's more in-line with best practices.

Subscribe with RSS Subscribe to Releases for CloudFlare