Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/1.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Feb 1, 2016
2 parents 102c6b7 + c675861 commit d6a0397
Show file tree
Hide file tree
Showing 25 changed files with 552 additions and 209 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,3 +11,4 @@

# Node.js
/node_modules/
/npm-debug.log
7 changes: 6 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.0.5] - 2016-02-01
- Added an gateway settings class.

## [1.0.4] - 2015-10-21
- Fixed some issues on the TargetPay library.
- Fixed Strict standards: Declaration of Pronamic_WP_Pay_Gateways_TargetPay_Gateway::start().
Expand All @@ -23,7 +26,9 @@ 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/targetpay/compare/1.0.3...HEAD
[unreleased]: https://github.com/wp-pay-gateways/targetpay/compare/1.0.5...HEAD
[1.0.5]: https://github.com/wp-pay-gateways/targetpay/compare/1.0.4...1.0.5
[1.0.4]: https://github.com/wp-pay-gateways/targetpay/compare/1.0.3...1.0.4
[1.0.3]: https://github.com/wp-pay-gateways/targetpay/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/wp-pay-gateways/targetpay/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/wp-pay-gateways/targetpay/compare/1.0.0...1.0.1
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
**TargetPay driver for the WordPress payment processing library.**

[![Build Status](https://travis-ci.org/wp-pay-gateways/targetpay.svg?branch=develop)](https://travis-ci.org/wp-pay-gateways/targetpay)
[![Coverage Status](https://coveralls.io/repos/wp-pay-gateways/targetpay/badge.png?branch=develop)](https://coveralls.io/r/wp-pay-gateways/targetpay?branch=develop)
[![Coverage Status](https://coveralls.io/repos/wp-pay-gateways/targetpay/badge.svg?branch=master&service=github)](https://coveralls.io/github/wp-pay-gateways/targetpay?branch=master)
[![Latest Stable Version](https://poser.pugx.org/wp-pay-gateways/targetpay/v/stable.svg)](https://packagist.org/packages/wp-pay-gateways/targetpay)
[![Total Downloads](https://poser.pugx.org/wp-pay-gateways/targetpay/downloads.svg)](https://packagist.org/packages/wp-pay-gateways/targetpay)
[![Latest Unstable Version](https://poser.pugx.org/wp-pay-gateways/targetpay/v/unstable.svg)](https://packagist.org/packages/wp-pay-gateways/targetpay)
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -28,7 +28,8 @@
},
"require": {
"php": ">=5.2.4",
"wp-pay/core": ">=1.2.1"
"wp-pay/core": "^1.3.1",
"wp-pay-gateways/common": "^1.0.0"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
Expand Down

0 comments on commit d6a0397

Please sign in to comment.