Skip to content

Commit c1c08af

Browse files
author
Anthony Seure
authored
Merge pull request #530 from aseure/release-4.12.3
release 4.12.3
2 parents a84c48b + edde958 commit c1c08af

File tree

5 files changed

+104
-73
lines changed

5 files changed

+104
-73
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.2
6+
Version: 4.12.3
77
Requires PHP: 7.2
88
Author: Cloudflare, Inc.
99
License: BSD-3-Clause

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,13 @@
3232
"_comment": [
3333
"php-compatibility-install comes from https://github.com/wimg/PHPCompatibility/issues/102#issuecomment-255778195"
3434
],
35-
"version": "4.12.2",
35+
"version": "4.12.3",
3636
"config": {
3737
"platform": {
3838
"php": "7.2"
39+
},
40+
"allow-plugins": {
41+
"dealerdirect/phpcodesniffer-composer-installer": true
3942
}
4043
}
4144
}

0 commit comments

Comments
 (0)