diff --git a/cloudflare.php b/cloudflare.php index 196a6b13..a4fef178 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: 3.2.1 +Version: 3.3.0 Author: John Wineman, Furkan Yilmaz, Junade Ali (Cloudflare Team) License: BSD-3-Clause */ diff --git a/composer.json b/composer.json index 89f92d30..ef15fd2f 100644 --- a/composer.json +++ b/composer.json @@ -30,5 +30,5 @@ "_comment": [ "php-compatibility-install comes from https://github.com/wimg/PHPCompatibility/issues/102#issuecomment-255778195" ], - "version": "3.2.1" + "version": "3.3.0" } \ No newline at end of file diff --git a/config.js b/config.js index 0f5a06d6..32243db4 100755 --- a/config.js +++ b/config.js @@ -25,5 +25,5 @@ }, "locale": "en", "integrationName": "wordpress", - "version": "3.2.1" + "version": "3.3.0" } \ No newline at end of file diff --git a/readme.txt b/readme.txt index 3fc4aac9..2f2e3edb 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: jwineman, furkan811, icyapril Tags: cloudflare, seo, ssl, ddos, speed, security, cdn, performance, free Requires at least: 3.4 Tested up to: 4.8 -Stable tag: 3.2.1 +Stable tag: 3.3.0 License: BSD-3-Clause All of Cloudflare’s performance and security benefits in a simple one-click install of recommended settings specifically developed for WordPress. @@ -83,6 +83,27 @@ Yes, Cloudflare works with, and helps speed up your site even more, if you have == Changelog == += 3.3.0 - 2017-6-29 = + +*Added* + +* Added a new Splash Screen +* Added userConfig.js file allowing custom configurations. +* Added logs in debug mode for Automatic Cache Purge. +* Added logs for oversized Server Push HTTP headers. + +*Changed* + +* Automatic Cache Purge now purges Autoptimize by everything rather than by URL. +* Updated IP Ranges + +*Fixed* + +* Bug where domains which had capital letters not working. +* Bug where Automatic Cache Purge couldn't purge front page. +* Bug related to work with IWP. +* Bug where if PHP is compiled with ipv6-disable flag, it crashed the site. + = 3.2.1 - 2017-3-14 = *Fixed*