From 40015fecef1910f1e9d187da429d7ee9568bb74f Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Tue, 23 Mar 2021 07:42:05 +1100 Subject: [PATCH] bump to v4.4.0 --- cloudflare.php | 2 +- composer.json | 2 +- composer.lock | 22 +++++++++++----------- config.json | 2 +- readme.txt | 8 +++++++- 5 files changed, 21 insertions(+), 15 deletions(-) diff --git a/cloudflare.php b/cloudflare.php index 6cc9d66a..44ffb3c0 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.3.0 +Version: 4.4.0 Requires PHP: 7.2 Author: Cloudflare, Inc. License: BSD-3-Clause diff --git a/composer.json b/composer.json index 11ca577c..8ac7453d 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.3.0", + "version": "4.4.0", "config": { "platform": { "php": "7.2" diff --git a/composer.lock b/composer.lock index f1838cb3..cd5d8377 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": "ae9b61808dbb137ec0893e9e4de54d7a", + "content-hash": "a8f557df0409b3e0755cf1069d0c0e6c", "packages": [ { "name": "cloudflare/cf-ip-rewrite", @@ -855,16 +855,16 @@ }, { "name": "phpspec/prophecy", - "version": "1.12.2", + "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "245710e971a030f42e08f4912863805570f23d39" + "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/245710e971a030f42e08f4912863805570f23d39", - "reference": "245710e971a030f42e08f4912863805570f23d39", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea", + "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea", "shasum": "" }, "require": { @@ -914,7 +914,7 @@ "spy", "stub" ], - "time": "2020-12-19T10:15:11+00:00" + "time": "2021-03-17T13:42:18+00:00" }, { "name": "phpunit/php-code-coverage", @@ -1195,16 +1195,16 @@ }, { "name": "phpunit/phpunit", - "version": "8.5.14", + "version": "8.5.15", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c25f79895d27b6ecd5abfa63de1606b786a461a3" + "reference": "038d4196d8e8cb405cd5e82cedfe413ad6eef9ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c25f79895d27b6ecd5abfa63de1606b786a461a3", - "reference": "c25f79895d27b6ecd5abfa63de1606b786a461a3", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/038d4196d8e8cb405cd5e82cedfe413ad6eef9ef", + "reference": "038d4196d8e8cb405cd5e82cedfe413ad6eef9ef", "shasum": "" }, "require": { @@ -1284,7 +1284,7 @@ "type": "github" } ], - "time": "2021-01-17T07:37:30+00:00" + "time": "2021-03-17T07:27:54+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", diff --git a/config.json b/config.json index cedab6af..2f5fc733 100644 --- a/config.json +++ b/config.json @@ -25,5 +25,5 @@ }, "locale": "en", "integrationName": "wordpress", - "version": "4.3.0" + "version": "4.4.0" } diff --git a/readme.txt b/readme.txt index 8bc4bca4..eed6bd80 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.3.0 +Stable tag: 4.4.0 Requires PHP: 7.2 License: BSD-3-Clause @@ -102,6 +102,12 @@ Yes, Cloudflare works with, and helps speed up your site even more, if you have == Changelog == += 4.4.0 - 2021-03-23 = + +* Purge posts when transitioning to or from the 'published' state +* Remove conditional logic for subdomain, allow to activate APO feature on the subdomain +* Further work to autocorrect APO settings + = 4.3.0 - 2021-03-19 = * Sanitise sensitive HTTP header logs