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

Commit

Permalink
Merge tag '2.2.0' into develop
Browse files Browse the repository at this point in the history
Tagging 2.2.0
  • Loading branch information
rvdsteege committed May 28, 2021
2 parents 93b7916 + 2124191 commit a665261
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,11 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [2.2.0] - 2021-05-28
- Deprecated gateway in favor of DigiWallet.
- Improved error handling.
- Added documentation.

## [2.1.1] - 2021-04-26
- Happy 2021.

Expand Down Expand Up @@ -73,7 +78,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/targetpay/compare/2.1.1...HEAD
[unreleased]: https://github.com/wp-pay-gateways/targetpay/compare/2.2.0...HEAD
[2.2.0]: https://github.com/wp-pay-gateways/targetpay/compare/2.1.1...2.2.0
[2.1.1]: https://github.com/wp-pay-gateways/targetpay/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/wp-pay-gateways/targetpay/compare/2.0.3...2.1.0
[2.0.3]: https://github.com/wp-pay-gateways/targetpay/compare/2.0.2...2.0.3
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "targetpay",
"version": "2.1.1",
"version": "2.2.0",
"description": "✗ [DEPRECATED] TargetPay driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Expand Up @@ -13,7 +13,7 @@
* Company: Pronamic
*
* @author Remco Tolsma
* @version 2.0.3
* @version 2.2.0
* @since 1.0.0
*/
class Client {
Expand Down
2 changes: 1 addition & 1 deletion src/Error.php
Expand Up @@ -9,7 +9,7 @@
* Company: Pronamic
*
* @author Remco Tolsma
* @version 2.0.0
* @version 2.2.0
* @since 1.0.0
*/
class Error extends \Exception {
Expand Down
2 changes: 1 addition & 1 deletion src/Integration.php
Expand Up @@ -11,7 +11,7 @@
* Company: Pronamic
*
* @author Remco Tolsma
* @version 2.0.3
* @version 2.2.0
* @since 1.0.0
*/
class Integration extends AbstractGatewayIntegration {
Expand Down
2 changes: 1 addition & 1 deletion tests/src/ErrorTest.php
Expand Up @@ -9,7 +9,7 @@
* Company: Pronamic
*
* @author Remco Tolsma
* @version 2.0.0
* @version 2.2.0
* @since 2.0.0
*/
class ErrorTest extends \PHPUnit_Framework_TestCase {
Expand Down

0 comments on commit a665261

Please sign in to comment.