From 9f3b92236c382d73382c9ee5c3a834c88f79a8a3 Mon Sep 17 00:00:00 2001 From: Sachin Fernandes Date: Thu, 1 Oct 2020 20:26:13 -0700 Subject: [PATCH] Release v3.8.0 --- cloudflare.php | 2 +- composer.json | 2 +- composer.lock | 2 +- config.json | 2 +- readme.txt | 11 ++++++++--- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/cloudflare.php b/cloudflare.php index b555f0e0..c430fb70 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: 3.7.0 +Version: 3.8.0 Author: Cloudflare, Inc. License: BSD-3-Clause */ diff --git a/composer.json b/composer.json index 5f6e0f1b..30ab898b 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "_comment": [ "php-compatibility-install comes from https://github.com/wimg/PHPCompatibility/issues/102#issuecomment-255778195" ], - "version": "3.7.0", + "version": "3.8.0", "config": { "platform": { "php": "5.6.40" diff --git a/composer.lock b/composer.lock index c07bc833..932408be 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": "cea5b18dad391ceabfb3290538d60655", + "content-hash": "4634c9a4fa6d892ff1b8f0f22e31ca31", "packages": [ { "name": "cloudflare/cf-ip-rewrite", diff --git a/config.json b/config.json index f2f0d781..c10b25a6 100644 --- a/config.json +++ b/config.json @@ -25,5 +25,5 @@ }, "locale": "en", "integrationName": "wordpress", - "version": "3.7.0" + "version": "3.8.0" } diff --git a/readme.txt b/readme.txt index 55efd2d4..5660880b 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: icyapril, manatarms, thillcf, deuill, epatryk Tags: cloudflare, seo, ssl, ddos, speed, security, cdn, performance, free Requires at least: 3.4 Tested up to: 5.5.1 -Stable tag: 3.7.0 +Stable tag: 3.8.0 License: BSD-3-Clause All of Cloudflare’s performance and security benefits in a simple one-click install. @@ -61,11 +61,11 @@ Make sure your PHP version is 5.3.10 or higher. 1. Go to https://dash.cloudflare.com 2. Login with your cloudflare account. If you don’t have a Cloudflare account, first sign up for Cloudflare. -3. Navigate to the [API Tokens section](https://dash.cloudflare.com/profile/api-tokens) of the user profile (found in the top right corner of the dashboard). +3. Navigate to the [API Tokens section](https://dash.cloudflare.com/profile/api-tokens) of the user profile (found in the top right corner of the dashboard). 4. Select 'Create Token' 5. Select the 'WordPress' Template 6. Select the Account and Zone to grant the plugin access to -7. Then select "Continue to Summary" and "Create Token" +7. Then select "Continue to Summary" and "Create Token" 8. Copy your API Token 9. Return back to WordPress Cloudflare Plugin page 10. Enter your email address and paste your API Token @@ -91,6 +91,11 @@ Yes, Cloudflare works with, and helps speed up your site even more, if you have == Changelog == += 3.8.0 - 2020-10-01 = + +* Added APO support +* Renamed Automatic Cache Management card to Auto Purge Content On Update + = 3.7.0 - 2020-09-25 = * Bump cloudflare-plugin-backend v2.3.0 and cloudflare-plugin-frontend v3.1.0 [#283](https://github.com/cloudflare/Cloudflare-WordPress/pull/283)