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,36 @@
Version 3.0.0
* Updates for Swedbank Pay
* Disallow some special characters in product reference
* Update styles
* Implemented filters sb_checkout_order_items, sb_checkout_order_vat, sb_checkout_order_amount
* Implemented sb_get_payee_reference filter to obtain the payeeReference
* Implemented country switcher for checkin
* Add support of sequential order no
* Implemented UI to set Product Classes
* Implemented subsite option
* Checkout UI improvements
* Add minification suffix for css and js
* Allow 3D Secure 2
Version 2.1.1
* Checkout UI improvements
Version 2.1.0
* Add "Change shipping information" button
* Add Terms & Conditions Url option
* Implemented Consumer Billing Details
* Hide customer fields before checkin
* Lock fields if payex consumer logged off
* Use site name for payeeName
* Prefilled address save
* Fixed bug with customer reference
* Fixed: Don't init customer if reference already exists
* Fixed checkout problem on old version of woocommerce
* Improved PayEx Checkout
* Fixes for Invoice capture
* Changed api endpoint urls
* Translations update
* Bugfixes
Version 2.0.0
* First public release

View File

@@ -0,0 +1,28 @@
{
"name": "payex-woocommerce-checkout",
"version": "3.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-checkout"
},
"author": "Swedbank Pay",
"license": "Apache-2.0",
"homepage": "https://github.com/SwedbankPay/swedbank-pay-woocommerce-checkout"
}