Skip to content

Commit

Permalink
Merge branch 'release/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Dec 12, 2018
2 parents e767022 + 29771b1 commit e1fb16b
Show file tree
Hide file tree
Showing 10 changed files with 571 additions and 1,263 deletions.
26 changes: 6 additions & 20 deletions .travis.yml
Expand Up @@ -18,34 +18,19 @@ matrix:
include:
- php: 5.3
dist: precise
env: TRAVIS_DIST_PRECISE=1
- php: 5.6
env: WP_VERSION=latest WP_MULTISITE=1
env: WP_MULTISITE=1
- php: 5.6
env: WP_VERSION=4.8
- php: 5.6
env: WP_VERSION=4.7
- php: 5.6
env: WP_VERSION=4.6
- php: 5.6
env: WP_VERSION=4.5
- php: 5.6
env: WP_VERSION=4.4
- php: 5.6
env: WP_VERSION=4.3
- php: 5.6
env: WP_VERSION=4.2
- php: 5.6
env: WP_VERSION=4.1
- php: 5.6
env: WP_VERSION=4.0
- php: 5.6
env: WP_VERSION=4.0 COVERAGE=1 GRUNT=1
env: WP_VERSION=4.7 COVERAGE=1 GRUNT=1
fast_finish: true
allow_failures:
- php: hhvm
- php: nightly

cache:
yarn: true
directories:
- node_modules
- vendor
Expand Down Expand Up @@ -74,4 +59,5 @@ script:
- if [[ "$GRUNT" == "1" ]]; then grunt; fi

after_success:
- if [[ '1' == $COVERAGE ]]; then php vendor/bin/coveralls fi
- if [ $COVERAGE == "1" ]; then php vendor/bin/coveralls -v; fi
- if [ $COVERAGE == "1" ]; then bash <(curl -s https://codecov.io/bash); fi
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,11 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [2.0.1] - 2018-12-12
- Fixed "Fatal error: Uncaught Exception: MerchantID not valid" in test meta box.
- Use issuer field from core gateway.
- Updated deprecated function calls.

## [2.0.0] - 2018-05-09
- Switched to PHP namespaces.

Expand Down Expand Up @@ -55,7 +60,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## 1.0.0 - 2015-01-19
- First release.

[unreleased]: https://github.com/wp-pay-gateways/icepay/compare/2.0.0...HEAD
[unreleased]: https://github.com/wp-pay-gateways/icepay/compare/2.0.1...HEAD
[2.0.1]: https://github.com/wp-pay-gateways/icepay/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/wp-pay-gateways/icepay/compare/1.3.1...2.0.0
[1.3.1]: https://github.com/wp-pay-gateways/icepay/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/wp-pay-gateways/icepay/compare/1.2.9...1.3.0
Expand Down

0 comments on commit e1fb16b

Please sign in to comment.