Skip to content

Commit

Permalink
release 4.12.5
Browse files Browse the repository at this point in the history
**🔖 Summary**

This release includes two minor fixes.

First one is making sure that the only the active zone is fetched when
retrieving the customer zone, preventing accidental fetching of a purged
zone with the same name, which happened to at least one customer.

Second change is about preventing some error banners from appearing on
the user plugin page, which was due to failing calls to retrieve details
about the Railgun settings of the user, which is now deprecated by
Cloudflare, and whose endpoints have been decomissioned.

**🚧 Changes**

- [CUSTESC-36595: Retrieve the Wordpress domain only from the active zone](#532)
- [SPEED-777: Upgrade cloudflare-plugin-frontend to v3.8.0](#535)
  • Loading branch information
aseure committed Mar 4, 2024
1 parent 145e264 commit 2ef92c0
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 164 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.12.4
Version: 4.12.5
Requires PHP: 7.2
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 @@ -32,7 +32,7 @@
"_comment": [
"php-compatibility-install comes from https://github.com/wimg/PHPCompatibility/issues/102#issuecomment-255778195"
],
"version": "4.12.4",
"version": "4.12.5",
"config": {
"platform": {
"php": "7.2"
Expand Down
Loading

0 comments on commit 2ef92c0

Please sign in to comment.