This repository was archived by the owner on Jan 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 3333 },
3434 "require" : {
3535 "php" : " >=5.6.20" ,
36- "wp-pay/core" : " ^2.2 "
36+ "wp-pay/core" : " ^2.3 "
3737 },
3838 "repositories" : [
3939 {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments