Skip to content

Commit

Permalink
Merge pull request #382 from cloudflare/release-v4.2.1
Browse files Browse the repository at this point in the history
Release v4.2.1
  • Loading branch information
manatarms committed Mar 5, 2021
2 parents b1fc985 + 5c9aa15 commit 2bc83be
Show file tree
Hide file tree
Showing 9 changed files with 121 additions and 56 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.2.0
Version: 4.2.1
Requires PHP: 7.2
Author: Cloudflare, Inc.
License: BSD-3-Clause
Expand Down
115 changes: 101 additions & 14 deletions compiled.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion compiled.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"_comment": [
"php-compatibility-install comes from https://github.com/wimg/PHPCompatibility/issues/102#issuecomment-255778195"
],
"version": "4.2.0",
"version": "4.2.1",
"config": {
"platform": {
"php": "7.2"
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": "4.2.0"
"version": "4.2.1"
}
8 changes: 7 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ services:
WORDPRESS_DB_USER: wordpress
WORDPRESS_DB_PASSWORD: wordpress
WORDPRESS_DB_NAME: wordpress
WORDPRESS_CONFIG_EXTRA: |
define( 'WP_HOME', 'http://wordpress.lol:8000' );
define( 'WP_SITEURL', 'http://wordpress.lol:8000' );
define('CLOUDFLARE_EMAIL', 'myemail@mail.com');
define('CLOUDFLARE_API_KEY', 'sj7RQrrRxD1ED5W312NVoDpJIOd7XbFgpEM7zTRa');
define('CLOUDFLARE_DOMAIN_NAME', 'mywebsite.com');
adminer:
image: adminer
Expand All @@ -36,7 +42,7 @@ services:
- 8080:8080
depends_on:
- db

volumes:
db_data: {}

38 changes: 3 additions & 35 deletions lang/en.js

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

6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: 5.6
Stable tag: 4.2.0
Stable tag: 4.2.1
Requires PHP: 7.2
License: BSD-3-Clause

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

== Changelog ==

= 4.2.1 - 2021-03-05 =

* Deprecate REST dashboard analytics

= 4.2.0 - 2021-03-02 =

* Allow configuration of Cloudflare credentials via environment variables
Expand Down

0 comments on commit 2bc83be

Please sign in to comment.