From 191e9c119d6f2508a91dbbe64dbfc11312942a80 Mon Sep 17 00:00:00 2001 From: Anthony Seure Date: Mon, 4 Mar 2024 13:05:30 +0100 Subject: [PATCH] release 4.12.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **🔖 Summary** This release introduces [a minor revert](https://github.com/cloudflare/Cloudflare-WordPress/pull/537) to fix the previous [`v4.12.5` release](https://github.com/cloudflare/Cloudflare-WordPress/pull/536). --- cloudflare.php | 2 +- composer.json | 2 +- composer.lock | 2 +- config.json | 2 +- readme.txt | 6 +++++- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/cloudflare.php b/cloudflare.php index 1d48b6a6..fb445f50 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.5 +Version: 4.12.6 Requires PHP: 7.2 Author: Cloudflare, Inc. License: BSD-3-Clause diff --git a/composer.json b/composer.json index 773b1d87..14807df1 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.5", + "version": "4.12.6", "config": { "platform": { "php": "7.2" diff --git a/composer.lock b/composer.lock index 26ae2e3e..ee41ae54 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": "b8a234a0fb1402cb231287a08fc851ee", + "content-hash": "e8665bcdae6db5846ed6b42aef3e563e", "packages": [ { "name": "cloudflare/cf-ip-rewrite", diff --git a/config.json b/config.json index e955d06a..67cf0855 100644 --- a/config.json +++ b/config.json @@ -25,5 +25,5 @@ }, "locale": "en", "integrationName": "wordpress", - "version": "4.12.5" + "version": "4.12.6" } diff --git a/readme.txt b/readme.txt index 1b153807..f5128a4c 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.5 +Stable tag: 4.12.6 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.6 - 2024-03-04 = + +* Upgrade cloudflare-plugin-frontend to v3.9.0 (#537) + = 4.12.5 - 2024-03-04 = * Upgrade cloudflare-plugin-frontend to v3.8.0 (#535)