Skip to content

Commit

Permalink
Merge branch 'release/1.1.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jan 25, 2017
2 parents 584d571 + c58b696 commit 230a6ca
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 47 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,9 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [1.1.12] - 2017-01-25
- Fixed Composer requirement.

## [1.1.11] - 2017-01-25
- Enabled support for more Mollie payment methods.
- Auto renew invalid customer IDs.
Expand Down Expand Up @@ -65,7 +68,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/mollie/compare/1.1.11...HEAD
[unreleased]: https://github.com/wp-pay-gateways/mollie/compare/1.1.12...HEAD
[1.1.12]: https://github.com/wp-pay-gateways/mollie/compare/1.1.11...1.1.12
[1.1.11]: https://github.com/wp-pay-gateways/mollie/compare/1.1.10...1.1.11
[1.1.10]: https://github.com/wp-pay-gateways/mollie/compare/1.1.9...1.1.10
[1.1.9]: https://github.com/wp-pay-gateways/mollie/compare/1.1.8...1.1.9
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": ">=5.2.4",
"xrstf/composer-php52": "1.*",
"wp-pay/core": "dev-develop as 1.3.11",
"wp-pay/core": "^1.3",
"wp-pay-gateways/common": "^1.0.2"
},
"require-dev": {
Expand Down
78 changes: 34 additions & 44 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mollie",
"version": "1.1.11",
"version": "1.1.12",
"description": "Mollie driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 230a6ca

Please sign in to comment.