Skip to content

Commit

Permalink
Version bump to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Proser committed Mar 6, 2019
1 parent 7378730 commit 916f23d
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 26 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.3.2
Version: 3.3.3
Author: John Wineman, Furkan Yilmaz, Junade Ali (Cloudflare Team)
License: BSD-3-Clause
*/
Expand Down
40 changes: 20 additions & 20 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@
"psr-4": {
"CF\\": "src/"
}
},
"description": "A Cloudflare plugin for WordPress",
"license": "BSD-3-Clause",
"name": "cloudflare/wordpress-plugin",
},
"description": "A Cloudflare plugin for WordPress",
"license": "BSD-3-Clause",
"name": "cloudflare/wordpress-plugin",
"require": {
"cloudflare/cf-ip-rewrite": "^1.0.0",
"cloudflare/cloudflare-plugin-backend": "^1.1",
"cloudflare/cf-ip-rewrite": "^1.0.0",
"cloudflare/cloudflare-plugin-backend": "^1.1",
"symfony/yaml": "~2.6"
},
},
"require-dev": {
"johnkary/phpunit-speedtrap": "1.0.1",
"php-mock/php-mock-phpunit": "^1.1",
"phpunit/phpunit": "4.8.*",
"squizlabs/php_codesniffer": "2.*",
"wimg/php-compatibility": "*",
"johnkary/phpunit-speedtrap": "1.0.1",
"php-mock/php-mock-phpunit": "^1.1",
"phpunit/phpunit": "4.8.*",
"squizlabs/php_codesniffer": "2.*",
"wimg/php-compatibility": "*",
"simplyadmire/composer-plugins": "@dev"
},
},
"scripts": {
"format": "php vendor/squizlabs/php_codesniffer/scripts/phpcs -d date.timezone=UTC -n --standard=phpcs.xml",
"test": "php vendor/phpunit/phpunit/phpunit",
"post-install-cmd": "@php-compatibility-install",
"post-update-cmd": "@php-compatibility-install",
"format": "php vendor/squizlabs/php_codesniffer/scripts/phpcs -d date.timezone=UTC -n --standard=phpcs.xml",
"test": "php vendor/phpunit/phpunit/phpunit",
"post-install-cmd": "@php-compatibility-install",
"post-update-cmd": "@php-compatibility-install",
"php-compatibility-install": "rm -rf vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PHPCompatibility; cp -rp vendor/wimg/php-compatibility vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PHPCompatibility"
},
},
"_comment": [
"php-compatibility-install comes from https://github.com/wimg/PHPCompatibility/issues/102#issuecomment-255778195"
],
"version": "3.3.2"
],
"version": "3.3.3"
}
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
},
"locale": "en",
"integrationName": "wordpress",
"version": "3.3.2"
"version": "3.3.3"
}
15 changes: 11 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Cloudflare ===
Contributors: jwineman, furkan811, icyapril, manatarms
Contributors: jwineman, furkan811, icyapril, manatarms, zproser
Tags: cloudflare, seo, ssl, ddos, speed, security, cdn, performance, free
Requires at least: 3.4
Tested up to: 4.9.1
Stable tag: 3.3.2
Stable tag: 3.3.3
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.
Expand Down Expand Up @@ -83,11 +83,18 @@ Yes, Cloudflare works with, and helps speed up your site even more, if you have

== Changelog ==

= 3.3.3 - 2019-3-6 =

*Fixed*

* Bug in Hooks.php causing errors in PHP 7+
* Bug preventing Autoptimize plugin's optimized asset urls from being used when present and when Cloudflare HTTP/2 Push was enabled

= 3.3.2 - 2017-12-12 =

*Fixed*

* Bug in cf-ip-rewrite
* Bug in cf-ip-rewrite

*Added*

Expand Down Expand Up @@ -115,7 +122,7 @@ Yes, Cloudflare works with, and helps speed up your site even more, if you have

*Fixed*

* Bug where domains which had capital letters not working.
* 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.
Expand Down

0 comments on commit 916f23d

Please sign in to comment.