From b074b70f13337bc380f29a71ce24ffa39b96acda Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Wed, 27 Jul 2022 13:16:05 +1000 Subject: [PATCH] release 4.11.0 --- cloudflare.php | 2 +- composer.json | 2 +- composer.lock | 2 +- config.json | 2 +- readme.txt | 9 ++++++++- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/cloudflare.php b/cloudflare.php index 0205ae27..0a03c5f3 100644 --- a/cloudflare.php +++ b/cloudflare.php @@ -3,7 +3,7 @@ Plugin Name: Cloudflare Plugin URI: https://blog.cloudflare.com/new-wordpress-plugin/ Description: Cloudflare speeds up and protects your WordPress site. -Version: 4.10.1 +Version: 4.11.0 Requires PHP: 7.2 Author: Cloudflare, Inc. License: BSD-3-Clause diff --git a/composer.json b/composer.json index af85f556..b62b8969 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "_comment": [ "php-compatibility-install comes from https://github.com/wimg/PHPCompatibility/issues/102#issuecomment-255778195" ], - "version": "4.10.1", + "version": "4.11.0", "config": { "platform": { "php": "7.2" diff --git a/composer.lock b/composer.lock index a6f58e9c..304148c5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "add31bec11920c881da38b966a45b27b", + "content-hash": "656de6cb0aef14bfa89eac55f84375ed", "packages": [ { "name": "cloudflare/cf-ip-rewrite", diff --git a/config.json b/config.json index 74532af0..b2bfc493 100644 --- a/config.json +++ b/config.json @@ -25,5 +25,5 @@ }, "locale": "en", "integrationName": "wordpress", - "version": "4.10.1" + "version": "4.11.0" } diff --git a/readme.txt b/readme.txt index 1f9de799..09c9972b 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: icyapril, manatarms, thillcf, deuill, epatryk, jacobbednarz Tags: cloudflare, seo, ssl, ddos, speed, security, cdn, performance, free Requires at least: 3.4 Tested up to: 5.9 -Stable tag: 4.10.1 +Stable tag: 4.11.0 Requires PHP: 7.2 License: BSD-3-Clause @@ -99,6 +99,13 @@ Yes, Cloudflare works with, and helps speed up your site even more, if you have == Changelog == += 4.11.0 - 2022-07-27 = + +* Restrict access to sensitive files using `.htaccess` configuration. +* Added `cloudflare_use_cache` hook to determine when to cache. +* Allow arrays with `url` keys to be passed into cache purge requests. +* Handle `getZoneSettings` not returning a key and throwing an unset array key error. + = 4.10.1 - 2022-06-06 = * Fix logic for ignoring cache purge operations.