Skip to content

Commit

Permalink
Merge pull request #291 from cloudflare/v3.8.0
Browse files Browse the repository at this point in the history
Release v3.8.0
  • Loading branch information
manatarms authored Oct 2, 2020
2 parents 6464687 + 9f3b922 commit b4e86f5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cloudflare.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
},
"locale": "en",
"integrationName": "wordpress",
"version": "3.7.0"
"version": "3.8.0"
}
11 changes: 8 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit b4e86f5

Please sign in to comment.