Skip to content

Commit

Permalink
Merge pull request #440 from cloudflare/prepare-4.6.0
Browse files Browse the repository at this point in the history
Prepare 4.6.0
  • Loading branch information
jacobbednarz authored Oct 12, 2021
2 parents 74acc2d + 59f88f2 commit a1a4b8b
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 86 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: 4.5.1
Version: 4.6.0
Requires PHP: 7.2
Author: Cloudflare, Inc.
License: BSD-3-Clause
Expand Down
53 changes: 33 additions & 20 deletions compiled.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "wordpress-plugin",
"require": {
"cloudflare/cf-ip-rewrite": "^1.0.0",
"cloudflare/cloudflare-plugin-backend": "2.5.0",
"cloudflare/cloudflare-plugin-backend": "2.6.0",
"symfony/polyfill-intl-idn": "*"
},
"require-dev": {
Expand All @@ -20,7 +20,6 @@
"phpunit/phpunit": "*",
"squizlabs/php_codesniffer": "*",
"phpcompatibility/php-compatibility": "*",
"simplyadmire/composer-plugins": "*",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpdocumentor/reflection-docblock": "*"
},
Expand All @@ -33,7 +32,7 @@
"_comment": [
"php-compatibility-install comes from https://github.com/wimg/PHPCompatibility/issues/102#issuecomment-255778195"
],
"version": "4.5.1",
"version": "4.6.0",
"config": {
"platform": {
"php": "7.2"
Expand Down
68 changes: 9 additions & 59 deletions 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": "4.5.1"
"version": "4.6.0"
}
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
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.5.1
Tested up to: 5.7
Stable tag: 4.6.0
Requires PHP: 7.2
License: BSD-3-Clause

Expand Down Expand Up @@ -99,6 +99,11 @@ Yes, Cloudflare works with, and helps speed up your site even more, if you have

== Changelog ==

= 4.6.0 - 2021-10-11 =

* Make frontend use native await/async
* Purge cache on mobile if APO Cache By Device Type

= 4.5.1 - 2021-06-03 =

* Rewrite PHP 8 bootstrap files for `symfony/polyfill` to be PHP 7 compatible
Expand Down

0 comments on commit a1a4b8b

Please sign in to comment.