Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Merge branch 'version-bump'
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Jul 13, 2017
2 parents a34ead3 + a09e139 commit c1fe7b9
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
unreleased=true
future-release=2.2.1
future-release=2.3.0
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
15 changes: 7 additions & 8 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 =

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
41 changes: 21 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sunny",
"version": "2.2.1",
"version": "2.3.0",
"main": "Gruntfile.js",
"private": true,
"pot": {
Expand Down
2 changes: 1 addition & 1 deletion src/Sunny.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
*/
final class Sunny
{
const VERSION = '2.2.1';
const VERSION = '2.3.0';

const LOADABLES = [
Admin::class,
Expand Down
2 changes: 1 addition & 1 deletion sunny.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit c1fe7b9

Please sign in to comment.