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