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

Commit 2585645

Browse files
committed
Updated version 2.0.2.
1 parent 113621c commit 2585645

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

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

10-
## [2.0.2] - unreleased
10+
## [2.0.2] - 2019-03-29
11+
- Added support for additional payment data like customer, adresses, payment lines, etc.
1112
- Added gateway for AfterPay, Bancontact, Bank Transfer, Credit Card, Focum, Giropay, Maestro, PayPal and SOFORT.
1213

1314
## [2.0.1] - 2018-12-12

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
}
6262
],
6363
"require-dev": {
64-
"wp-e-commerce/WP-e-Commerce": "3.14.0",
64+
"wp-e-commerce/WP-e-Commerce": "^3.14",
6565
"dealerdirect/phpcodesniffer-composer-installer": "^0.5",
6666
"php-coveralls/php-coveralls": "^1.1",
6767
"phpcompatibility/php-compatibility": "^9.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
},
3333
"homepage": "http://www.wp-pay.org/extensions/wp-e-commerce/",
3434
"devDependencies": {
35-
"grunt": "^1.0.3",
36-
"grunt-contrib-jshint": "^2.0.0",
35+
"grunt": "^1.0.4",
36+
"grunt-contrib-jshint": "^2.1.0",
3737
"grunt-phpcs": "^0.4.0",
3838
"grunt-phplint": "0.1.0",
3939
"grunt-phpmd": "^0.1.1",

0 commit comments

Comments
 (0)