Skip to content

Commit

Permalink
Version bump to 1.0.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
thellimist committed Aug 8, 2016
1 parent c73f48f commit 972b194
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 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: http://www.cloudflare.com/wiki/CloudFlareWordPressPlugin
Description: CloudFlare integrates your blog with the CloudFlare platform.
Version: 1.3.24
Version: 1.0.2-beta
Author: Ian Pye, Jerome Chen, James Greene, Simon Moore, David Fritsch, John Wineman (CloudFlare Team)
License: GPLv2
*/
Expand Down
50 changes: 25 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "cloudflare/wordpress-plugin",
"description": "A CloudFlare plugin for WordPress",
"license": "BSD-3-Clause",
"version": "1.0.0",
"scripts": {
"test": "vendor/bin/phpunit",
"format": "vendor/bin/phpcs -n --standard=PSR2 --extensions=php,live.php src/"
},
"require": {
"symfony/yaml": "~2.6",
"guzzlehttp/guzzle": "~5.3",
"cloudflare/cloudflare-plugin-backend": "^1.0",
"cloudflare/cf-ip-rewrite": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"squizlabs/php_codesniffer": "2.*",
"johnkary/phpunit-speedtrap": "^1.0"
},
"autoload": {
"psr-4": {
"CF\\": "src/"
}
}
}
"name": "cloudflare/wordpress-plugin",
"license": "BSD-3-Clause",
"require": {
"cloudflare/cloudflare-plugin-backend": "^1.0",
"cloudflare/cf-ip-rewrite": "^1.0.0",
"symfony/yaml": "~2.6",
"guzzlehttp/guzzle": "~5.3"
},
"autoload": {
"psr-4": {
"CF\\": "src/"
}
},
"version": "1.0.2-beta",
"scripts": {
"test": "vendor/bin/phpunit",
"format": "vendor/bin/phpcs -n --standard=PSR2 --extensions=php,live.php src/"
},
"require-dev": {
"squizlabs/php_codesniffer": "2.*",
"johnkary/phpunit-speedtrap": "^1.0",
"phpunit/phpunit": "4.8.*"
},
"description": "A CloudFlare plugin for WordPress"
}
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: i3149, jchen329, jamescf, simon-says, dfritsch, icyapril
Tags: cloudflare, comments, spam, cdn, free, website, performance, speed
Requires at least: 2.8
Tested up to: 4.1
Stable tag: 1.3.24
Stable tag: 1.0.2-beta
License: GPLv2

The CloudFlare WordPress Plugin ensures your WordPress blog is running optimally on the CloudFlare platform.
Expand Down

0 comments on commit 972b194

Please sign in to comment.