Skip to content

Commit 4d53897

Browse files
author
Anthony Seure
authored
Merge pull request #531 from aseure/release-4.12.4
release 4.12.4
2 parents 5a8836d + 9b8e98a commit 4d53897

File tree

5 files changed

+17
-13
lines changed

5 files changed

+17
-13
lines changed

cloudflare.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Cloudflare
44
Plugin URI: https://blog.cloudflare.com/new-wordpress-plugin/
55
Description: Cloudflare speeds up and protects your WordPress site.
6-
Version: 4.12.3
6+
Version: 4.12.4
77
Requires PHP: 7.2
88
Author: Cloudflare, Inc.
99
License: BSD-3-Clause

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"_comment": [
3333
"php-compatibility-install comes from https://github.com/wimg/PHPCompatibility/issues/102#issuecomment-255778195"
3434
],
35-
"version": "4.12.3",
35+
"version": "4.12.4",
3636
"config": {
3737
"platform": {
3838
"php": "7.2"

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
},
2626
"locale": "en",
2727
"integrationName": "wordpress",
28-
"version": "4.12.3"
28+
"version": "4.12.4"
2929
}

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: icyapril, manatarms, thillcf, deuill, epatryk, jacobbednarz
33
Tags: cloudflare, seo, ssl, ddos, speed, security, cdn, performance, free
44
Requires at least: 3.4
55
Tested up to: 6.2
6-
Stable tag: 4.12.3
6+
Stable tag: 4.12.4
77
Requires PHP: 7.2
88
License: BSD-3-Clause
99

@@ -98,6 +98,10 @@ Yes, Cloudflare works with, and helps speed up your site even more, if you have
9898
== Screenshots ==
9999

100100
== Changelog ==
101+
= 4.12.4 - 2024-01-19 =
102+
103+
* Fix "creation of dynamic property is deprecated" notice
104+
101105
= 4.12.3 - 2024-01-04 =
102106

103107
* Prevent usage of `cloudflare_proxy` action on /admin-ajax endpoint for non-Administrator users

0 commit comments

Comments
 (0)