Skip to content

Commit

Permalink
Version bump to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deuill committed Aug 29, 2019
1 parent 9ea34a6 commit 6c63833
Show file tree
Hide file tree
Showing 4 changed files with 32 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.4.0
Author: John Wineman, Furkan Yilmaz, Junade Ali (Cloudflare Team)
License: BSD-3-Clause
*/
Expand Down
42 changes: 21 additions & 21 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": "dev-master#d719d4eafff82a4ab92cc0c6ff7b6750ea33d1d6",
"cloudflare/cf-ip-rewrite": "^1.0.0",
"cloudflare/cloudflare-plugin-backend": "dev-master#d719d4eafff82a4ab92cc0c6ff7b6750ea33d1d6",
"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.4.0"
}
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.4.0"
}
12 changes: 9 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: jwineman, furkan811, icyapril, manatarms
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.4.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.
Expand Down Expand Up @@ -83,11 +83,17 @@ Yes, Cloudflare works with, and helps speed up your site even more, if you have

== Changelog ==

= 3.4.0 - 2019-08-29 =

*Added*

* Added support for API Token authentication.

= 3.3.2 - 2017-12-12 =

*Fixed*

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

*Added*

Expand Down Expand Up @@ -115,7 +121,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 6c63833

Please sign in to comment.