This commit is contained in:
erwanlr
2020-02-08 10:28:19 +00:00
parent 343f87bbe7
commit 2709d0869a
15 changed files with 5971 additions and 2 deletions

View File

@@ -0,0 +1,43 @@
Version 2.0.0
* Updates for Swedbank Pay
* Implemented filters sb_get_payee_reference and sb_get_payee_reference_order
* Improved errors handling. Problem Details for HTTP APIs (RFC 7807)
* HTTPS: CA failback for Client
* Add support of sequential order no
* Invoice: add payeeInfo.payeeName
* Add subsite option
* Add payment action to Order view in admin backend
* Show "payment method was updated" when change payment method
* Implemented riskIndicator feature
* Add minification suffix for css and js
* Add ecom_only option in admin
* Add order_id in metadata
* Implemented Recurrence tokens feature
* Use calculated vatAmount value instead of zero
* Implemented "Reject cards" options
* Add orderReference parameter
* Add cardholder parameter
* Remove no3DSecure parameter
* Vipps: Remove direct method
* Custom checkout icons in admin backend
Version 1.3.0
* Changed plugin slug
* Changed plugin license
* Improved code format
* Fixed validate_payment_meta
Version 1.2.0
* Transactions processing in Background process
* Add Terms & Conditions Url option
* Update Swedish translations
* Updates of PayEx Transaction Callback
Version 1.1.0
* Implemented: Tokenization
* Implemented: WC Subscriptions support
* Settings: AutoCapture mode
* Integrated PayEx Client library
Version 1.0.0
* First release

View File

@@ -0,0 +1,28 @@
{
"name": "swedbank-pay-woocommerce-payments",
"version": "2.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"gulp-clean-css": "^4.2.0",
"gulp-sass": "^4.0.2",
"node-sass": "^4.12.0"
},
"devDependencies": {
"gulp": "^4.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^1.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/SwedbankPay/swedbank-pay-woocommerce-payments"
},
"author": "Swedbank Pay",
"license": "Apache-2.0",
"homepage": "https://github.com/SwedbankPay/swedbank-pay-woocommerce-payments"
}