Skip to content

Commit

Permalink
Merge branch 'release/1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Mar 3, 2015
2 parents c407437 + 90b5cab commit 05f51ac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 1.1.1
* Changed WordPress pay core library requirment from ~1.0.1 to >=1.0.1.

## 1.1.0
* Improved support for unsupported Mollie locales.
* Added support for the SOFORT Banking payment method.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -28,7 +28,7 @@
},
"require": {
"php": ">=5.2.4",
"wp-pay/core": "~1.0.1"
"wp-pay/core": ">=1.0.1"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
Expand Down
12 changes: 6 additions & 6 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.0",
"version": "1.1.1",
"description": "Mollie driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 05f51ac

Please sign in to comment.