diff --git a/cloudflare.php b/cloudflare.php index f9f14a9b..dc55844b 100644 --- a/cloudflare.php +++ b/cloudflare.php @@ -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.8.2 +Version: 4.8.3 Requires PHP: 7.2 Author: Cloudflare, Inc. License: BSD-3-Clause diff --git a/composer.json b/composer.json index a3b38ef3..f1d9f9ba 100644 --- a/composer.json +++ b/composer.json @@ -1,41 +1,41 @@ { - "autoload": { - "psr-4": { - "CF\\": "src/" - } - }, - "description": "A Cloudflare plugin for WordPress", - "license": "BSD-3-Clause", - "name": "cloudflare/wordpress-plugin", - "type": "wordpress-plugin", - "require": { - "cloudflare/cf-ip-rewrite": "^1.0.0", - "symfony/polyfill-intl-idn": "*", - "psr/log": "^1.0" - }, - "require-dev": { - "symfony/yaml": "~2.6", - "johnkary/phpunit-speedtrap": "*", - "php-mock/php-mock-phpunit": "*", - "phpunit/phpunit": "*", - "squizlabs/php_codesniffer": "*", - "phpcompatibility/php-compatibility": "*", - "dealerdirect/phpcodesniffer-composer-installer": "*", - "phpdocumentor/reflection-docblock": "*" - }, - "scripts": { - "format": "php vendor/bin/phpcs -d date.timezone=UTC --standard=phpcs.xml", - "test": "php vendor/bin/phpunit", - "clean-crash-test": "rm -f vendor/phpunit/php-code-coverage/tests/_files/Crash.php", - "remove-php-8-symfony-polyfill-bootstraps": "rm -f vendor/symfony/polyfill-ctype/bootstrap80.php vendor/symfony/polyfill-intl-idn/bootstrap80.php vendor/symfony/polyfill-intl-normalizer/bootstrap80.php" - }, - "_comment": [ - "php-compatibility-install comes from https://github.com/wimg/PHPCompatibility/issues/102#issuecomment-255778195" - ], - "version": "4.8.2", - "config": { - "platform": { - "php": "7.2" - } + "autoload": { + "psr-4": { + "CF\\": "src/" } + }, + "description": "A Cloudflare plugin for WordPress", + "license": "BSD-3-Clause", + "name": "cloudflare/wordpress-plugin", + "type": "wordpress-plugin", + "require": { + "cloudflare/cf-ip-rewrite": "^1.0.0", + "symfony/polyfill-intl-idn": "*", + "psr/log": "^1.0" + }, + "require-dev": { + "symfony/yaml": "~2.6", + "johnkary/phpunit-speedtrap": "*", + "php-mock/php-mock-phpunit": "*", + "phpunit/phpunit": "*", + "squizlabs/php_codesniffer": "*", + "phpcompatibility/php-compatibility": "*", + "dealerdirect/phpcodesniffer-composer-installer": "*", + "phpdocumentor/reflection-docblock": "*" + }, + "scripts": { + "format": "php vendor/bin/phpcs -d date.timezone=UTC --standard=phpcs.xml", + "test": "php vendor/bin/phpunit", + "clean-crash-test": "rm -f vendor/phpunit/php-code-coverage/tests/_files/Crash.php", + "remove-php-8-symfony-polyfill-bootstraps": "rm -f vendor/symfony/polyfill-ctype/bootstrap80.php vendor/symfony/polyfill-intl-idn/bootstrap80.php vendor/symfony/polyfill-intl-normalizer/bootstrap80.php" + }, + "_comment": [ + "php-compatibility-install comes from https://github.com/wimg/PHPCompatibility/issues/102#issuecomment-255778195" + ], + "version": "4.8.3", + "config": { + "platform": { + "php": "7.2" + } + } } diff --git a/composer.lock b/composer.lock index 4596efb2..f60d0b53 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7fb5f9c537beca9177e3d6d0521c5eb4", + "content-hash": "ecc1e471de68cf38adee93b24bc9db24", "packages": [ { "name": "cloudflare/cf-ip-rewrite", diff --git a/config.json b/config.json index a956d709..fb858175 100644 --- a/config.json +++ b/config.json @@ -1,29 +1,29 @@ { - "debug": false, - "featureManagerIsFullZoneProvisioningEnabled": false, - "isDNSPageEnabled": false, - "isSubdomainCheckEnabled": true, - "useHostAPILogin": false, - "homePageCards": [ - "ApplyDefaultSettingsCard", - "AutomaticPlatformOptimizationCard", - "PurgeCacheCard" + "debug": false, + "featureManagerIsFullZoneProvisioningEnabled": false, + "isDNSPageEnabled": false, + "isSubdomainCheckEnabled": true, + "useHostAPILogin": false, + "homePageCards": [ + "ApplyDefaultSettingsCard", + "AutomaticPlatformOptimizationCard", + "PurgeCacheCard" + ], + "moreSettingsCards": { + "container.moresettings.speed": [ + "AlwaysOnlineCard", + "ImageOptimizationCard", + "PluginSpecificCacheCard", + "DevelopmentModeCard" ], - "moreSettingsCards": { - "container.moresettings.speed": [ - "AlwaysOnlineCard", - "ImageOptimizationCard", - "PluginSpecificCacheCard", - "DevelopmentModeCard" - ], - "container.moresettings.security": [ - "SecurityLevelCard", - "WAFCard", - "AdvanceDDoSCard", - "AutomaticHTTPSRewritesCard" - ] - }, - "locale": "en", - "integrationName": "wordpress", - "version": "4.8.2" + "container.moresettings.security": [ + "SecurityLevelCard", + "WAFCard", + "AdvanceDDoSCard", + "AutomaticHTTPSRewritesCard" + ] + }, + "locale": "en", + "integrationName": "wordpress", + "version": "4.8.3" } diff --git a/readme.txt b/readme.txt index a33311c7..13a5163f 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: icyapril, manatarms, thillcf, deuill, epatryk, jacobbednarz Tags: cloudflare, seo, ssl, ddos, speed, security, cdn, performance, free Requires at least: 3.4 Tested up to: 5.9 -Stable tag: 4.8.2 +Stable tag: 4.8.3 Requires PHP: 7.2 License: BSD-3-Clause @@ -99,6 +99,10 @@ Yes, Cloudflare works with, and helps speed up your site even more, if you have == Changelog == += 4.8.3 - 2022-03-22 = + +* When a zone has "Always Use HTTPS" enabled, only send HTTPS based URLs. HTTP URLs will never be hit and never present in the cache. + = 4.8.2 - 2022-03-18 = * Retag 4.8.1 with correct version in user agent