Skip to content

Commit

Permalink
Version bump to 3.8.1 (#294)
Browse files Browse the repository at this point in the history
* Version bump to 3.8.1

* Update composer.lock

Co-authored-by: Sachin Fernandes <[email protected]>
  • Loading branch information
patryk and manatarms committed Oct 2, 2020
1 parent 3c2b8a1 commit baf4028
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 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: 3.8.0
Version: 3.8.1
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 @@ -29,7 +29,7 @@
"_comment": [
"php-compatibility-install comes from https://github.com/wimg/PHPCompatibility/issues/102#issuecomment-255778195"
],
"version": "3.8.0",
"version": "3.8.1",
"config": {
"platform": {
"php": "5.6.40"
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.

54 changes: 27 additions & 27 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"debug": false,
"featureManagerIsFullZoneProvisioningEnabled": false,
"isDNSPageEnabled": false,
"isSubdomainCheckEnabled": true,
"useHostAPILogin": false,
"homePageCards": [
"ApplyDefaultSettingsCard",
"AutomaticPlatformOptimizationCard",
"PurgeCacheCard"
],
"moreSettingsCards": {
"container.moresettings.speed": [
"AlwaysOnlineCard",
"ImageOptimizationCard",
"PluginSpecificCacheCard",
"DevelopmentModeCard"
"debug": false,
"featureManagerIsFullZoneProvisioningEnabled": false,
"isDNSPageEnabled": false,
"isSubdomainCheckEnabled": true,
"useHostAPILogin": false,
"homePageCards": [
"ApplyDefaultSettingsCard",
"AutomaticPlatformOptimizationCard",
"PurgeCacheCard"
],
"container.moresettings.security": [
"SecurityLevelCard",
"WAFCard",
"AdvanceDDoSCard",
"AutomaticHTTPSRewritesCard"
]
},
"locale": "en",
"integrationName": "wordpress",
"version": "3.8.0"
}
"moreSettingsCards": {
"container.moresettings.speed": [
"AlwaysOnlineCard",
"ImageOptimizationCard",
"PluginSpecificCacheCard",
"DevelopmentModeCard"
],
"container.moresettings.security": [
"SecurityLevelCard",
"WAFCard",
"AdvanceDDoSCard",
"AutomaticHTTPSRewritesCard"
]
},
"locale": "en",
"integrationName": "wordpress",
"version": "3.8.1"
}

0 comments on commit baf4028

Please sign in to comment.