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

Commit

Permalink
Getting ready for version 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 19, 2016
1 parent bf27dc7 commit 416669f
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 64 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [1.2.1] - 2016-10-19
- Added support for new Bancontact constant.

## [1.2.0] - 2016-06-14
- Added support for bank transfer payment method.

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

[unreleased]: https://github.com/wp-pay-gateways/sisow/compare/1.2.0...HEAD
[unreleased]: https://github.com/wp-pay-gateways/sisow/compare/1.2.1...HEAD
[1.2.1]: https://github.com/wp-pay-gateways/sisow/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/wp-pay-gateways/sisow/compare/1.1.9...1.2.0
[1.1.9]: https://github.com/wp-pay-gateways/sisow/compare/1.1.8...1.1.9
[1.1.8]: https://github.com/wp-pay-gateways/sisow/compare/1.1.7...1.1.8
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"require-dev": {
"phpmd/phpmd": "^2.2.3",
"satooshi/php-coveralls": "^0.7.1",
"squizlabs/php_codesniffer": "^2.2.0",
"wp-coding-standards/wpcs": "0.9.0",
"squizlabs/php_codesniffer": "^2.7",
"wp-coding-standards/wpcs": "^0.10.0",
"wp-cli/wp-cli": "^0.21.1"
},
"scripts": {
Expand Down
Loading

0 comments on commit 416669f

Please sign in to comment.