Skip to content

Commit 785f14b

Browse files
committed
Version bump to 3.8.1
1 parent 3c2b8a1 commit 785f14b

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
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: 3.8.0
6+
Version: 3.8.1
77
Author: Cloudflare, Inc.
88
License: BSD-3-Clause
99
*/

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"_comment": [
3030
"php-compatibility-install comes from https://github.com/wimg/PHPCompatibility/issues/102#issuecomment-255778195"
3131
],
32-
"version": "3.8.0",
32+
"version": "3.8.1",
3333
"config": {
3434
"platform": {
3535
"php": "5.6.40"

config.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"debug": false,
3-
"featureManagerIsFullZoneProvisioningEnabled": false,
4-
"isDNSPageEnabled": false,
5-
"isSubdomainCheckEnabled": true,
6-
"useHostAPILogin": false,
7-
"homePageCards": [
8-
"ApplyDefaultSettingsCard",
9-
"AutomaticPlatformOptimizationCard",
10-
"PurgeCacheCard"
11-
],
12-
"moreSettingsCards": {
13-
"container.moresettings.speed": [
14-
"AlwaysOnlineCard",
15-
"ImageOptimizationCard",
16-
"PluginSpecificCacheCard",
17-
"DevelopmentModeCard"
2+
"debug": false,
3+
"featureManagerIsFullZoneProvisioningEnabled": false,
4+
"isDNSPageEnabled": false,
5+
"isSubdomainCheckEnabled": true,
6+
"useHostAPILogin": false,
7+
"homePageCards": [
8+
"ApplyDefaultSettingsCard",
9+
"AutomaticPlatformOptimizationCard",
10+
"PurgeCacheCard"
1811
],
19-
"container.moresettings.security": [
20-
"SecurityLevelCard",
21-
"WAFCard",
22-
"AdvanceDDoSCard",
23-
"AutomaticHTTPSRewritesCard"
24-
]
25-
},
26-
"locale": "en",
27-
"integrationName": "wordpress",
28-
"version": "3.8.0"
29-
}
12+
"moreSettingsCards": {
13+
"container.moresettings.speed": [
14+
"AlwaysOnlineCard",
15+
"ImageOptimizationCard",
16+
"PluginSpecificCacheCard",
17+
"DevelopmentModeCard"
18+
],
19+
"container.moresettings.security": [
20+
"SecurityLevelCard",
21+
"WAFCard",
22+
"AdvanceDDoSCard",
23+
"AutomaticHTTPSRewritesCard"
24+
]
25+
},
26+
"locale": "en",
27+
"integrationName": "wordpress",
28+
"version": "3.8.1"
29+
}

0 commit comments

Comments
 (0)