From 2ce280421b8f97d88a9b8543796ae831d46328fe Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Thu, 11 Feb 2021 08:48:44 +1100 Subject: [PATCH] release 4.1.0 --- cloudflare.php | 2 +- composer.json | 2 +- composer.lock | 2 +- config.json | 2 +- readme.txt | 7 ++++++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/cloudflare.php b/cloudflare.php index 8a854f4a..1ce0457c 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.0.0 +Version: 4.1.0 Requires PHP: 7.2 Author: Cloudflare, Inc. License: BSD-3-Clause diff --git a/composer.json b/composer.json index 40f0bfba..24d047e8 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "_comment": [ "php-compatibility-install comes from https://github.com/wimg/PHPCompatibility/issues/102#issuecomment-255778195" ], - "version": "4.0.0", + "version": "4.1.0", "config": { "platform": { "php": "7.2" diff --git a/composer.lock b/composer.lock index 9c7f9573..9ce5f053 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": "4fa37870e86dba2a111a5439bc5c217a", + "content-hash": "d8c0cab412ae81b7f5be9a98b273cc59", "packages": [ { "name": "cloudflare/cf-ip-rewrite", diff --git a/config.json b/config.json index 4774982a..8eca3d7d 100644 --- a/config.json +++ b/config.json @@ -25,5 +25,5 @@ }, "locale": "en", "integrationName": "wordpress", - "version": "4.0.0" + "version": "4.1.0" } diff --git a/readme.txt b/readme.txt index b1da9957..f4fd2595 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.6 -Stable tag: 4.0.0 +Stable tag: 4.1.0 Requires PHP: 7.2 License: BSD-3-Clause @@ -91,6 +91,11 @@ Yes, Cloudflare works with, and helps speed up your site even more, if you have == Changelog == += 4.1.0 - 2021-02-11 = + +* Removed development dependencies from vendor directory +* Update CLOUDFLARE_MIN_PHP_VERSION to match the plugin requirements + = 4.0.0 - 2021-02-09 = * Drop support for PHP 5.6, 7.0 and 7.1