From 7d12c8eb57289a98d83ddc70970d4c3f73dd8569 Mon Sep 17 00:00:00 2001 From: Anthony Seure Date: Tue, 2 Apr 2024 14:47:21 +0200 Subject: [PATCH] release 4.12.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **🔖 Summary** This release includes https://github.com/cloudflare/Cloudflare-WordPress/pull/542 which corresponds to the output of the `yarn build:production` of version `3.10.0` of the `cloudflare-plugin-frontend` plugin to include the potential fix introduced by cloudflare/cloudflare-plugin-frontend#200. --- cloudflare.php | 2 +- composer.json | 2 +- composer.lock | 24 ++++++++++++------------ config.json | 2 +- readme.txt | 6 +++++- 5 files changed, 20 insertions(+), 16 deletions(-) diff --git a/cloudflare.php b/cloudflare.php index fb445f50..b8804a06 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.12.6 +Version: 4.12.7 Requires PHP: 7.2 Author: Cloudflare, Inc. License: BSD-3-Clause diff --git a/composer.json b/composer.json index 14807df1..90b1548d 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.12.6", + "version": "4.12.7", "config": { "platform": { "php": "7.2" diff --git a/composer.lock b/composer.lock index ee41ae54..94de2cef 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": "e8665bcdae6db5846ed6b42aef3e563e", + "content-hash": "98a47ec64d66ae06b729a7e99b6000e6", "packages": [ { "name": "cloudflare/cf-ip-rewrite", @@ -1450,16 +1450,16 @@ }, { "name": "phpunit/phpunit", - "version": "8.5.36", + "version": "8.5.37", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "9652df58e06a681429d8cfdaec3c43d6de581d5a" + "reference": "fce30f306cee78be33ba00c8f9a853f41db0491b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9652df58e06a681429d8cfdaec3c43d6de581d5a", - "reference": "9652df58e06a681429d8cfdaec3c43d6de581d5a", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fce30f306cee78be33ba00c8f9a853f41db0491b", + "reference": "fce30f306cee78be33ba00c8f9a853f41db0491b", "shasum": "" }, "require": { @@ -1528,7 +1528,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.36" + "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.37" }, "funding": [ { @@ -1544,7 +1544,7 @@ "type": "tidelift" } ], - "time": "2023-12-01T16:52:15+00:00" + "time": "2024-03-06T06:27:42+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -2276,16 +2276,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.9.0", + "version": "3.9.1", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b" + "reference": "267a4405fff1d9c847134db3a3c92f1ab7f77909" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/d63cee4890a8afaf86a22e51ad4d97c91dd4579b", - "reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/267a4405fff1d9c847134db3a3c92f1ab7f77909", + "reference": "267a4405fff1d9c847134db3a3c92f1ab7f77909", "shasum": "" }, "require": { @@ -2352,7 +2352,7 @@ "type": "open_collective" } ], - "time": "2024-02-16T15:06:51+00:00" + "time": "2024-03-31T21:03:09+00:00" }, { "name": "symfony/polyfill-ctype", diff --git a/config.json b/config.json index 67cf0855..c838354d 100644 --- a/config.json +++ b/config.json @@ -25,5 +25,5 @@ }, "locale": "en", "integrationName": "wordpress", - "version": "4.12.6" + "version": "4.12.7" } diff --git a/readme.txt b/readme.txt index f5128a4c..c140d093 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: 6.2 -Stable tag: 4.12.6 +Stable tag: 4.12.7 Requires PHP: 7.2 License: BSD-3-Clause @@ -98,6 +98,10 @@ Yes, Cloudflare works with, and helps speed up your site even more, if you have == Screenshots == == Changelog == += 4.12.7 - 2024-04-02 = + +* Upgrade cloudflare-plugin-frontend to v3.10.0 (#542) + = 4.12.6 - 2024-03-04 = * Upgrade cloudflare-plugin-frontend to v3.9.0 (#537)