Adds DFs
This commit is contained in:
36
spec/fixtures/dynamic_finders/plugin_version/swedbank-pay-checkout/change_log/changelog.txt
vendored
Normal file
36
spec/fixtures/dynamic_finders/plugin_version/swedbank-pay-checkout/change_log/changelog.txt
vendored
Normal 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
|
||||
28
spec/fixtures/dynamic_finders/plugin_version/swedbank-pay-checkout/composer_file/package.json
vendored
Normal file
28
spec/fixtures/dynamic_finders/plugin_version/swedbank-pay-checkout/composer_file/package.json
vendored
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user