Skip to content
This repository was archived by the owner on May 12, 2020. It is now read-only.

Commit 86b19ab

Browse files
committed
Version bump 3.0.0
1 parent c2ced18 commit 86b19ab

File tree

4 files changed

+30
-5
lines changed

4 files changed

+30
-5
lines changed

.github_changelog_generator

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
unreleased=true
2-
future-release=2.0.1
2+
future-release=3.0.0

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,38 @@
11
# Change Log
22

3+
## [3.0.0](https://github.com/TypistTech/travis-nginx-wordpress/tree/3.0.0) (2018-02-06)
4+
[Full Changelog](https://github.com/TypistTech/travis-nginx-wordpress/compare/2.1.0...3.0.0)
5+
6+
**Closed issues:**
7+
8+
- Lock WP CLI version at ~1.1.0 for now [\#15](https://github.com/TypistTech/travis-nginx-wordpress/issues/15)
9+
10+
**Merged pull requests:**
11+
12+
- Remove `saucelabs` support [\#21](https://github.com/TypistTech/travis-nginx-wordpress/pull/21) ([TangRufus](https://github.com/TangRufus))
13+
- Update TravisCI config [\#20](https://github.com/TypistTech/travis-nginx-wordpress/pull/20) ([TangRufus](https://github.com/TangRufus))
14+
- Misc: Typist Tech code style [\#19](https://github.com/TypistTech/travis-nginx-wordpress/pull/19) ([TangRufus](https://github.com/TangRufus))
15+
16+
## [2.1.0](https://github.com/TypistTech/travis-nginx-wordpress/tree/2.1.0) (2017-08-06)
17+
[Full Changelog](https://github.com/TypistTech/travis-nginx-wordpress/compare/2.0.2...2.1.0)
18+
19+
**Merged pull requests:**
20+
21+
- composer update [\#18](https://github.com/TypistTech/travis-nginx-wordpress/pull/18) ([TangRufus](https://github.com/TangRufus))
22+
23+
## [2.0.2](https://github.com/TypistTech/travis-nginx-wordpress/tree/2.0.2) (2017-06-01)
24+
[Full Changelog](https://github.com/TypistTech/travis-nginx-wordpress/compare/2.0.1...2.0.2)
25+
26+
**Merged pull requests:**
27+
28+
- Lock WP CLI version at ~1.1.0 [\#16](https://github.com/TypistTech/travis-nginx-wordpress/pull/16) ([TangRufus](https://github.com/TangRufus))
29+
330
## [2.0.1](https://github.com/TypistTech/travis-nginx-wordpress/tree/2.0.1) (2017-03-26)
431
[Full Changelog](https://github.com/TypistTech/travis-nginx-wordpress/compare/2.0.0...2.0.1)
532

633
**Merged pull requests:**
734

35+
- Version bump 2.0.1 [\#14](https://github.com/TypistTech/travis-nginx-wordpress/pull/14) ([TangRufus](https://github.com/TangRufus))
836
- Test on Travis trusty [\#13](https://github.com/TypistTech/travis-nginx-wordpress/pull/13) ([TangRufus](https://github.com/TangRufus))
937

1038
## [2.0.0](https://github.com/TypistTech/travis-nginx-wordpress/tree/2.0.0) (2017-03-09)

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,13 @@ A basic template for Nginx and WordPress running on Travis CI's container based
2020
- [WordPress](#wordpress)
2121
- [Nginx](#nginx)
2222
- [Codeception](#codeception)
23-
- [Sauce Labs](#sauce-labs)
2423
- [Codecov.io](#codecovio)
2524
- [Scrutinizer CI](#scrutinizer-ci)
2625
- [Known Issues](#known-issues)
2726
- [See Also](#see-also)
2827
- [Real life examples that use this package](#real-life-examples-that-use-this-package)
2928
- [Support!](#support)
3029
- [Donate via PayPal *](#donate-via-paypal-)
31-
- [Donate Monero](#donate-monero)
32-
- [Mine me some Monero](#mine-me-some-monero)
3330
- [Why don't you hire me?](#why-dont-you-hire-me)
3431
- [Want to help in other way? Want to be a sponsor?](#want-to-help-in-other-way-want-to-be-a-sponsor)
3532
- [Change Log](#change-log)

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"source": "https://github.com/TypistTech/travis-nginx-wordpress"
3232
},
3333
"require": {
34-
"wp-cli/wp-cli": "^1.4"
34+
"wp-cli/wp-cli": "^1.5"
3535
},
3636
"config": {
3737
"sort-packages": true

0 commit comments

Comments
 (0)