Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Commit

Permalink
Getting ready for version 1.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Feb 1, 2016
1 parent 6f61292 commit dffaf23
Show file tree
Hide file tree
Showing 30 changed files with 422 additions and 213 deletions.
3 changes: 3 additions & 0 deletions 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.4] - 2016-02-1
- Added an gateway settings class.

## [1.2.3] - 2015-10-14
- Add support for bank transfer as payment method.

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"require": {
"php": ">=5.2.4",
"wp-pay/core": "dev-develop",
"wp-pay-gateways/common": "dev-develop",
"wp-pay-gateways/multisafepay": "dev-develop"
"wp-pay/core": "^1.3.1",
"wp-pay-gateways/common": "^1.0.0",
"wp-pay-gateways/multisafepay": "^1.1.2"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
Expand Down
Loading

0 comments on commit dffaf23

Please sign in to comment.