Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.
/ sunny Public archive

Commit 80277e4

Browse files
committed
Merge branch 'version-bump'
2 parents 5a63e92 + c57d09b commit 80277e4

File tree

9 files changed

+46
-15
lines changed

9 files changed

+46
-15
lines changed

.github_changelog_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
unreleased=true
2-
future-release=2.1.0
2+
future-release=2.2.0

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Change Log
22

3+
## [2.2.0](https://github.com/TypistTech/sunny/tree/2.2.0) (2017-05-12)
4+
[Full Changelog](https://github.com/TypistTech/sunny/compare/2.1.0...2.2.0)
5+
6+
**Closed issues:**
7+
8+
- Debugger: Check whether a url is cached by Cloudflare [\#74](https://github.com/TypistTech/sunny/issues/74)
9+
- Add back restapi tests [\#68](https://github.com/TypistTech/sunny/issues/68)
10+
- Posts/RelatedUrls: Add adjacent posts [\#66](https://github.com/TypistTech/sunny/issues/66)
11+
- Add hire me notice [\#31](https://github.com/TypistTech/sunny/issues/31)
12+
- Add donate me notice [\#30](https://github.com/TypistTech/sunny/issues/30)
13+
14+
**Merged pull requests:**
15+
16+
- Purge adjacent posts [\#81](https://github.com/TypistTech/sunny/pull/81) ([TangRufus](https://github.com/TangRufus))
17+
- Add delayed notices [\#80](https://github.com/TypistTech/sunny/pull/80) ([TangRufus](https://github.com/TangRufus))
18+
- Add back REST API tests [\#79](https://github.com/TypistTech/sunny/pull/79) ([TangRufus](https://github.com/TangRufus))
19+
- Add newsletter metabox to all option pages; Upgrade WPBS to v0.13.0 [\#78](https://github.com/TypistTech/sunny/pull/78) ([TangRufus](https://github.com/TangRufus))
20+
- Avoid duplicated class names; Remove Admin namespace [\#77](https://github.com/TypistTech/sunny/pull/77) ([TangRufus](https://github.com/TangRufus))
21+
- Refactor debuggers [\#76](https://github.com/TypistTech/sunny/pull/76) ([TangRufus](https://github.com/TangRufus))
22+
- Add Debugger: Cache Status [\#75](https://github.com/TypistTech/sunny/pull/75) ([TangRufus](https://github.com/TangRufus))
23+
324
## [2.1.0](https://github.com/TypistTech/sunny/tree/2.1.0) (2017-05-08)
425
[Full Changelog](https://github.com/TypistTech/sunny/compare/2.0.1...2.1.0)
526

@@ -11,6 +32,8 @@
1132

1233
**Merged pull requests:**
1334

35+
- Version bump 2.1.0 [\#73](https://github.com/TypistTech/sunny/pull/73) ([TangRufus](https://github.com/TangRufus))
36+
- Add newsletter form to debuggers page [\#72](https://github.com/TypistTech/sunny/pull/72) ([TangRufus](https://github.com/TangRufus))
1437
- Refactor Targets [\#71](https://github.com/TypistTech/sunny/pull/71) ([TangRufus](https://github.com/TangRufus))
1538
- Add debugger: Posts [\#70](https://github.com/TypistTech/sunny/pull/70) ([TangRufus](https://github.com/TangRufus))
1639
- Style deubggers with PostBox [\#67](https://github.com/TypistTech/sunny/pull/67) ([TangRufus](https://github.com/TangRufus))
@@ -188,4 +211,4 @@
188211
## [0.0.2](https://github.com/TypistTech/sunny/tree/0.0.2) (2014-07-15)
189212

190213

191-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
214+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

README.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.typist.tech/donate/sunny/
44
Tags: cloudflare, firewall, security, spam, rest-api
55
Requires at least: 4.7
66
Tested up to: 4.7.4
7-
Stable tag: 2.1.0
7+
Stable tag: 2.2.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -170,13 +170,20 @@ Shoot me an email at [[email protected]](mailto:[email protected]) or use this [co
170170
1. Cloudflare Settings
171171
1. Admin Bar Settings
172172
1. Purge when Post Updated
173-
1. Debuggers
173+
1. Debuggers - Cache Status for a Given URL
174174
1. Debuggers - Related URLs for a Given Post
175+
1. Debuggers - Additional URLs for Every Purge
175176

176177
== Changelog ==
177178

178179
Full change log available at [GitHub](https://github.com/typisttech/sunny/blob/master/CHANGELOG.md)
179180

181+
= 2.2.0 =
182+
183+
* Purge adjacent posts urls
184+
* Debugger: Check whether a url is cached by Cloudflare
185+
* Add lots of tests
186+
180187
= 2.1.0 =
181188

182189
* Better WP REST API support
@@ -196,6 +203,6 @@ Full change log available at [GitHub](https://github.com/typisttech/sunny/blob/m
196203

197204
== Upgrade Notice ==
198205

199-
= 2.1.0 =
206+
= 2.2.0 =
200207

201208
* Go `Sunny` --> `Debuggers` after upgrading

assets/screenshot-4.png

-17.3 KB
Loading

assets/screenshot-6.png

15.4 KB
Loading

composer.lock

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sunny",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"main": "Gruntfile.js",
55
"private": true,
66
"pot": {

src/Sunny.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
*/
5050
final class Sunny implements LoadableInterface
5151
{
52-
const VERSION = '2.1.0';
52+
const VERSION = '2.2.0';
5353

5454
/**
5555
* The dependency injection container.

sunny.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Plugin Name: Sunny
1919
* Plugin URI: https://www.typist.tech/
2020
* Description: Automatically purge CloudFlare cache, including cache everything rules.
21-
* Version: 2.1.0
21+
* Version: 2.2.0
2222
* Author: Typist Tech
2323
* Author URI: https://www.typist.tech/
2424
* License: GPL-2.0+

0 commit comments

Comments
 (0)