Skip to content
This repository was archived by the owner on Jan 10, 2022. It is now read-only.

Commit a9adbec

Browse files
committed
2.1.0
1 parent 084bfc5 commit a9adbec

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
77
## [Unreleased][unreleased]
88
-
99

10+
## [2.1.0] - 2020-03-19
11+
- Extend `Extension` class from `AbstractPluginIntegration`.
12+
1013
## [2.0.4] - 2019-12-22
1114
- Improved error handling with exceptions.
1215
- Updated payment status class name.
@@ -47,7 +50,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
4750
### Added
4851
- First release.
4952

50-
[unreleased]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.4...HEAD
53+
[unreleased]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.1.0...HEAD
54+
[2.1.0]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.4...2.1.0
5155
[2.0.4]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.2...2.0.4
5256
[2.0.3]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.2...2.0.3
5357
[2.0.2]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.1...2.0.2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"require": {
3535
"php": ">=5.6.20",
36-
"wp-pay/core": "^2.2"
36+
"wp-pay/core": "^2.3"
3737
},
3838
"repositories": [
3939
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-e-commerce",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "WP eCommerce driver for the WordPress payment processing library.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)