From a09e139b40cc7480ecd25b1c5478fe7750b43425 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Fri, 14 Jul 2017 06:00:08 +0800 Subject: [PATCH] Version bump 2.3.0 --- .github_changelog_generator | 2 +- CHANGELOG.md | 21 ++++++++++++++++++- README.md | 1 + README.txt | 15 +++++++------- composer.lock | 41 +++++++++++++++++++------------------ package.json | 2 +- src/Sunny.php | 2 +- sunny.php | 2 +- yarn.lock | 20 +++++++++--------- 9 files changed, 63 insertions(+), 43 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 9ab9036..a9ea9c9 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=2.2.1 +future-release=2.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index e1589e3..304e157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,29 @@ # Change Log -## [2.2.1](https://github.com/TypistTech/sunny/tree/2.2.1) (2017-05-20) +## [2.3.0](https://github.com/TypistTech/sunny/tree/2.3.0) (2017-07-14) +[Full Changelog](https://github.com/TypistTech/sunny/compare/2.2.1...2.3.0) + +**Closed issues:** + +- Notification overload and cUrl Debugger error [\#84](https://github.com/TypistTech/sunny/issues/84) + +**Merged pull requests:** + +- Add document about Sunny Purge Extra URLs Example [\#101](https://github.com/TypistTech/sunny/pull/101) ([TangRufus](https://github.com/TangRufus)) +- Expose Container via WordPress action in Laravel style [\#100](https://github.com/TypistTech/sunny/pull/100) ([TangRufus](https://github.com/TangRufus)) +- yarn upgrade [\#99](https://github.com/TypistTech/sunny/pull/99) ([TangRufus](https://github.com/TangRufus)) +- composer update [\#98](https://github.com/TypistTech/sunny/pull/98) ([TangRufus](https://github.com/TangRufus)) +- yarn upgrade [\#97](https://github.com/TypistTech/sunny/pull/97) ([TangRufus](https://github.com/TangRufus)) +- composer update [\#96](https://github.com/TypistTech/sunny/pull/96) ([TangRufus](https://github.com/TangRufus)) +- composer update [\#95](https://github.com/TypistTech/sunny/pull/95) ([TangRufus](https://github.com/TangRufus)) +- composer update [\#90](https://github.com/TypistTech/sunny/pull/90) ([TangRufus](https://github.com/TangRufus)) + +## [2.2.1](https://github.com/TypistTech/sunny/tree/2.2.1) (2017-05-19) [Full Changelog](https://github.com/TypistTech/sunny/compare/2.2.0...2.2.1) **Merged pull requests:** +- Version bump 2.2.1 [\#88](https://github.com/TypistTech/sunny/pull/88) ([TangRufus](https://github.com/TangRufus)) - Do not force sticky notice when WP\_DEBUG is true [\#87](https://github.com/TypistTech/sunny/pull/87) ([TangRufus](https://github.com/TangRufus)) - Ensure admins have a chance to view PHP 5.x unsupported notice [\#86](https://github.com/TypistTech/sunny/pull/86) ([TangRufus](https://github.com/TangRufus)) - Update lucatume/wp-browser and test config examples to VVV 2 [\#85](https://github.com/TypistTech/sunny/pull/85) ([TangRufus](https://github.com/TangRufus)) diff --git a/README.md b/README.md index b902119..da12ce9 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Automatically purge CloudFlare cache, including cache everything rules. - [Via WP CLI](#via-wp-cli) - [Developing](#developing) - [Build from Source](#build-from-source) +- [Extending Sunny](#extending-sunny) - [Branches](#branches) - [Master](#master) - [Nightly](#nightly) diff --git a/README.txt b/README.txt index d10165c..1da9617 100644 --- a/README.txt +++ b/README.txt @@ -3,8 +3,8 @@ Contributors: typisttech, tangrufus Donate link: https://www.typist.tech/donate/sunny/ Tags: cloudflare, speed, caching, cache,rest-api Requires at least: 4.7 -Tested up to: 4.7.4 -Stable tag: 2.2.1 +Tested up to: 4.8 +Stable tag: 2.3.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -21,6 +21,7 @@ Automatically purge CloudFlare cache, including cache everything rules. * Support custom post type * Hide admin bar from public-facing pages * WP REST API support +* Purge extra URLs by extending `Sunny` = Debuggers = @@ -190,6 +191,10 @@ Shoot me an email at [info@typist.tech](mailto:info@typist.tech) or use this [co Full change log available at [GitHub](https://github.com/typisttech/sunny/blob/master/CHANGELOG.md) += 2.3.0 = + +* Expose Container via WordPress action in Laravel style + = 2.2.1 = * Fix: Ensure admins have a chance to view PHP 5.x unsupported notice @@ -217,9 +222,3 @@ Full change log available at [GitHub](https://github.com/typisttech/sunny/blob/m * Update to Cloudflare API v4 * Codebase rewrite - -== Upgrade Notice == - -= 2.2.1 = - -* Go `Sunny` --> `Debuggers` after upgrading diff --git a/composer.lock b/composer.lock index de593e0..31e209e 100644 --- a/composer.lock +++ b/composer.lock @@ -507,16 +507,16 @@ "packages-dev": [ { "name": "antecedent/patchwork", - "version": "2.0.6", + "version": "2.0.7", "source": { "type": "git", "url": "https://github.com/antecedent/patchwork.git", - "reference": "248daac9af59644ebf25ad1925f8780a7a5e4882" + "reference": "d8e772ee90390960c23c6c64e09f1279d8a7b0df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/antecedent/patchwork/zipball/248daac9af59644ebf25ad1925f8780a7a5e4882", - "reference": "248daac9af59644ebf25ad1925f8780a7a5e4882", + "url": "https://api.github.com/repos/antecedent/patchwork/zipball/d8e772ee90390960c23c6c64e09f1279d8a7b0df", + "reference": "d8e772ee90390960c23c6c64e09f1279d8a7b0df", "shasum": "" }, "require": { @@ -544,7 +544,7 @@ "runkit", "testing" ], - "time": "2017-05-23T05:41:30+00:00" + "time": "2017-07-11T07:22:21+00:00" }, { "name": "bacon/bacon-string-utils", @@ -703,16 +703,16 @@ }, { "name": "codeception/codeception", - "version": "2.3.3", + "version": "2.3.4", "source": { "type": "git", "url": "https://github.com/Codeception/Codeception.git", - "reference": "67cd520b4f20cdfc3a52d1a0022924125822a8e6" + "reference": "b5391497f9a3c9d0a9c02ae39b53441e413e35a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/67cd520b4f20cdfc3a52d1a0022924125822a8e6", - "reference": "67cd520b4f20cdfc3a52d1a0022924125822a8e6", + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/b5391497f9a3c9d0a9c02ae39b53441e413e35a8", + "reference": "b5391497f9a3c9d0a9c02ae39b53441e413e35a8", "shasum": "" }, "require": { @@ -749,6 +749,7 @@ "php-amqplib/php-amqplib": "~2.4", "predis/predis": "^1.0", "squizlabs/php_codesniffer": "~2.0", + "symfony/process": ">=2.7 <4.0", "vlucas/phpdotenv": "^2.4.0" }, "suggest": { @@ -793,7 +794,7 @@ "functional testing", "unit testing" ], - "time": "2017-06-02T00:22:30+00:00" + "time": "2017-07-10T19:45:09+00:00" }, { "name": "composer/ca-bundle", @@ -2039,16 +2040,16 @@ }, { "name": "lucatume/wp-browser", - "version": "1.21.6", + "version": "1.21.8", "source": { "type": "git", "url": "https://github.com/lucatume/wp-browser.git", - "reference": "08be090b552f3b1c89220cd37c64d014ce50c7a6" + "reference": "7a8fca95d8d1b20ccdb675157c8f599bad7861ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/08be090b552f3b1c89220cd37c64d014ce50c7a6", - "reference": "08be090b552f3b1c89220cd37c64d014ce50c7a6", + "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/7a8fca95d8d1b20ccdb675157c8f599bad7861ac", + "reference": "7a8fca95d8d1b20ccdb675157c8f599bad7861ac", "shasum": "" }, "require": { @@ -2096,7 +2097,7 @@ "codeception", "wordpress" ], - "time": "2017-07-06T12:44:35+00:00" + "time": "2017-07-12T16:07:09+00:00" }, { "name": "lucatume/wp-browser-commons", @@ -2199,16 +2200,16 @@ }, { "name": "mustache/mustache", - "version": "v2.11.1", + "version": "v2.12.0", "source": { "type": "git", "url": "https://github.com/bobthecow/mustache.php.git", - "reference": "a3f6d55996dd28b58f3a909d474189a3c1aa693f" + "reference": "fe8fe72e9d580591854de404cc59a1b83ca4d19e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/a3f6d55996dd28b58f3a909d474189a3c1aa693f", - "reference": "a3f6d55996dd28b58f3a909d474189a3c1aa693f", + "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/fe8fe72e9d580591854de404cc59a1b83ca4d19e", + "reference": "fe8fe72e9d580591854de404cc59a1b83ca4d19e", "shasum": "" }, "require": { @@ -2241,7 +2242,7 @@ "mustache", "templating" ], - "time": "2016-07-31T06:18:27+00:00" + "time": "2017-07-11T12:54:05+00:00" }, { "name": "myclabs/deep-copy", diff --git a/package.json b/package.json index f93ab18..e6e7bf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sunny", - "version": "2.2.1", + "version": "2.3.0", "main": "Gruntfile.js", "private": true, "pot": { diff --git a/src/Sunny.php b/src/Sunny.php index 800be06..46f96dc 100644 --- a/src/Sunny.php +++ b/src/Sunny.php @@ -50,7 +50,7 @@ */ final class Sunny { - const VERSION = '2.2.1'; + const VERSION = '2.3.0'; const LOADABLES = [ Admin::class, diff --git a/sunny.php b/sunny.php index e084408..c471ace 100644 --- a/sunny.php +++ b/sunny.php @@ -18,7 +18,7 @@ * Plugin Name: Sunny * Plugin URI: https://www.typist.tech/ * Description: Automatically purge CloudFlare cache, including cache everything rules. - * Version: 2.2.1 + * Version: 2.3.0 * Author: Typist Tech * Author URI: https://www.typist.tech/ * License: GPL-2.0+ diff --git a/yarn.lock b/yarn.lock index 32662d3..ccc5eef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -91,8 +91,8 @@ camelcase@^2.0.0: resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" ccount@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.0.1.tgz#665687945168c218ec77ff61a4155ae00227a96c" + version "1.0.2" + resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.0.2.tgz#53b6a2f815bb77b9c2871f7b9a72c3a25f1d8e89" chalk@~1.1.1: version "1.1.3" @@ -105,20 +105,20 @@ chalk@~1.1.1: supports-color "^2.0.0" character-entities-html4@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.0.tgz#1ab08551d3ce1fa1df08d00fb9ca1defb147a06c" + version "1.1.1" + resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.1.tgz#359a2a4a0f7e29d3dc2ac99bdbe21ee39438ea50" character-entities-legacy@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.0.tgz#b18aad98f6b7bcc646c1e4c81f9f1956376a561a" + version "1.1.1" + resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.1.tgz#f40779df1a101872bb510a3d295e1fccf147202f" character-entities@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.0.tgz#a683e2cf75dbe8b171963531364e58e18a1b155f" + version "1.2.1" + resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.1.tgz#f76871be5ef66ddb7f8f8e3478ecc374c27d6dca" character-reference-invalid@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.0.tgz#dec9ad1dfb9f8d06b4fcdaa2adc3c4fd97af1e68" + version "1.1.1" + resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.1.tgz#942835f750e4ec61a308e60c2ef8cc1011202efc" coffee-script@~1.10.0: version "1.10.0"