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

Commit eed6e4e

Browse files
committed
Merge branch 'version-bump'
2 parents f942210 + ac5010c commit eed6e4e

File tree

10 files changed

+264
-235
lines changed

10 files changed

+264
-235
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.4.0
2+
future-release=2.4.1

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
11
# Change Log
22

3+
## [2.4.1](https://github.com/TypistTech/sunny/tree/2.4.1) (2017-08-25)
4+
[Full Changelog](https://github.com/TypistTech/sunny/compare/2.4.0...2.4.1)
5+
6+
**Merged pull requests:**
7+
8+
- Add required php version to README.txt [\#119](https://github.com/TypistTech/sunny/pull/119) ([TangRufus](https://github.com/TangRufus))
9+
- Rename: CONDUCT.md --\> CODE\_OF\_CONDUCT.md [\#117](https://github.com/TypistTech/sunny/pull/117) ([TangRufus](https://github.com/TangRufus))
10+
- Fix incorrect link [\#116](https://github.com/TypistTech/sunny/pull/116) ([TangRufus](https://github.com/TangRufus))
11+
- Update WordPress coding standards to 0.13.0 [\#114](https://github.com/TypistTech/sunny/pull/114) ([TangRufus](https://github.com/TangRufus))
12+
- composer update [\#113](https://github.com/TypistTech/sunny/pull/113) ([TangRufus](https://github.com/TangRufus))
13+
- Update dependencies; Apply code style patch [\#112](https://github.com/TypistTech/sunny/pull/112) ([TangRufus](https://github.com/TangRufus))
14+
- Readme: Add notes about extending Sunny container [\#109](https://github.com/TypistTech/sunny/pull/109) ([TangRufus](https://github.com/TangRufus))
15+
- TravisCI: Add PHP nightly [\#108](https://github.com/TypistTech/sunny/pull/108) ([TangRufus](https://github.com/TangRufus))
16+
- Refactor according to ScrutinizerCI [\#107](https://github.com/TypistTech/sunny/pull/107) ([TangRufus](https://github.com/TangRufus))
17+
318
## [2.4.0](https://github.com/TypistTech/sunny/tree/2.4.0) (2017-07-14)
419
[Full Changelog](https://github.com/TypistTech/sunny/compare/2.3.0...2.4.0)
520

621
**Merged pull requests:**
722

23+
- Version bump 2.4.0 [\#105](https://github.com/TypistTech/sunny/pull/105) ([TangRufus](https://github.com/TangRufus))
824
- Show post type name in purge initiated notices [\#104](https://github.com/TypistTech/sunny/pull/104) ([TangRufus](https://github.com/TangRufus))
925
- Extract targets service provider [\#103](https://github.com/TypistTech/sunny/pull/103) ([TangRufus](https://github.com/TangRufus))
1026

README.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: cloudflare, speed, caching, cache,rest-api
55
Requires at least: 4.7
66
Requires PHP: 7.0.0
77
Tested up to: 4.8
8-
Stable tag: 2.4.0
8+
Stable tag: 2.4.1
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -198,6 +198,13 @@ Shoot me an email at [[email protected]](mailto:[email protected]) or use this [co
198198

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

201+
= 2.4.1 =
202+
203+
* Add required php version to README.txt
204+
* Apply code style patches and minor refactoring
205+
* Test on PHP nightly
206+
* Update dependencies
207+
201208
= 2.4.0 =
202209

203210
* Extract targets service provider

codeception.dist.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ extensions:
1919
- Codeception\Extension\Phantoman
2020
config:
2121
Codeception\Extension\Phantoman:
22-
port: 4444
2322
suites: ['acceptance']
2423
commands: [
2524
'Codeception\Command\GenerateWPUnit',
@@ -32,4 +31,3 @@ extensions:
3231
'Codeception\Command\DbSnapshot',
3332
'tad\Codeception\Command\SearchReplace'
3433
]
35-

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
},
4040
"require-dev": {
4141
"codeception/aspect-mock": "^2.0",
42-
"doctrine/annotations": "<1.5.0",
43-
"doctrine/instantiator": "<1.1.0",
42+
"doctrine/annotations": "~1.4.0",
43+
"doctrine/instantiator": "~1.0.0",
4444
"jakoch/phantomjs-installer": "^2.1",
45-
"lucatume/wp-browser": "^1.21.3",
45+
"lucatume/wp-browser": "^1.21",
4646
"neronmoon/scriptsdev": "^0.1.1",
47-
"site5/phantoman": "^1.1",
48-
"wp-coding-standards/wpcs": "^0.13.0"
47+
"site5/phantoman": "^2.0",
48+
"wp-coding-standards/wpcs": "^0.13.1"
4949
},
5050
"autoload": {
5151
"classmap": [

0 commit comments

Comments
 (0)