Skip to content

v1.47.0

Compare
Choose a tag to compare
@harli91 harli91 released this 26 Feb 07:53
· 752 commits to develop since this release
3e51b7f

Added support for Magento 2.4.4-p7, 2.4.5-p6 & 2.4.6-p4
BP-3157 Add payment method: Knaken
BP-2982 Add payment method "Multibanco"
BP-3013 Add payment method "MB WAY"
BP-2901 Payal Express and Voucher using incorrect REST endpoint
BP-2935 PayPal Express fix product page & item totals
BP-3365 Add PayPal cancellation error translations
BP-3333 Prefill test credentials when a payment method is in test mode
BP-3316 Add an option to show credit-debitcards separately in the checkout (without CSE)
BP-3299 Add an option to sort the issuers for iDEAL Collecting and Creditcards (improve javascript)
BP-3299 Add an option to sort the issuers for iDEAL Processing
BP-3143 Add an option to not show the iDEAL issuers selection in the checkout (preparation for iDEAL 2.0)
BP-3416 iDEAL without issuer is not sending ContinueOnIncomplete (Preparation for iDEAL 2.0)
BP-2919 iDEAL issuer "Nationale Nederlanden" is added
BP-2906 iDEAL issuer logo and name change for "Van Lanschot Kempen"
BP-3373 iDEAL refunds add support for version 2
BP-3057 iDEAL In3 minor visual improvements
BP-2990 iDEAL In3 (V3) set the iDEAL In3 logo as the default
BP 1934 Riverty/Afterpay error occurs for orders with digital products
BP-3082 Add financial warning for the use of BNPL methods
BP-3027 Remove not required BIC/IBAN fields for Giropay
BP-3006 Remove KeepCartAlive option from admin
BP-2872 Make 'Create invoice after shipment' a general setting
BP-3158 Update README.md file
BP-3171 Update Riverty/Afterpay terms and conditions
BP-3306 Billink VAT percentage discount per item not per whole cart for pay action
BP-3329 Exl. tax and Incl. tax the same in checkout summary
BP-3319 Add new required fields for Riverty/Afterpay DE
BP-3356 The plugin assumes merchants only use Intersolve as Giftcard acquirer in some cases
BP-3389 Support more currencies for Klarna (CHF, DKK, GBP, NOK, SEK)
BP-3408 Support more currencies for Credit- debitcards (and Applepay)
BP-3281 Add additional software header for Hyvä Checkout
BP-3346 Remove save payment xhr request, remove buckaroo_skip_validation flag
BP-3278 Fix: PayPal Express error "Store can't ship to this address (related to tax)"
BP-3278 Fix: PayPal Express correctly calculate totals
BP-3363 Fix: PayPal Express dummy e-mail address is showed
BP-3364 Fix: PayPal Express billing address is not filled correctly
BP-3008 Fix: Apple Pay button issue with digital products
BP-3170 Fix: Redirect Process has no locking
BP-3007 Fix: Billink B2B wrong mapping of company name
BP-2952 Fix: Paylink configuration value is always used from the main store
BP-2927 Fix: PayLink confirmation is not correct "You Paylink"
BP-2977 Fix: GraphQL issue with virtual products in cart resulting in an error
BP-2940 Fix: Payconiq orders are sometimes getting "Cancelled" when the payment is successful, don't process pending processing push
BP-3358 Fix: Error with PayPal Express from checkout "Please check the shipping address information. %1"
BP-3100 Fix: iDEAL In3 rounding issue (3 decimals)
BP-3142 Fix: Afterpay Acceptgiro transaction is started instead of Digiaccept
BP-3375 Fix: Order status in admin not updating accordingly after successful transaction
BP-3361 Fix: Shipping address is lost when any buckaroo payment method as an error
BP-3403 Fix: Bancontact error "Unknown ConfigProvider type requested"
BP-3375 Fix: order status in admin not updating accordingly after suc cessful transaction

Configuration Path Changes

In version 1.47.0, we have updated certain configuration paths to improve the clarity and consistency of our settings. Users will need to update their configurations to match these new paths. The specific changes are as follows:

  • Credit Card Configuration Paths:

    • Old: payment/buckaroo_magento2_creditcard/allowed_creditcards

    • New: payment/buckaroo_magento2_creditcard/allowed_issuers

    • Old: payment/buckaroo_magento2_creditcard/sorted_creditcards

    • New: payment/buckaroo_magento2_creditcard/sorted_issuers

  • Credit Cards Configuration Path:

    • Old: payment/buckaroo_magento2_creditcards/allowed_creditcards
    • New: payment/buckaroo_magento2_creditcards/allowed_issuers

Future Updates and Migration Script

Understanding the significance of these changes, we are committed to providing a more seamless upgrade experience in future releases. Beginning with the next version, whenever configuration paths are updated, we will include a dedicated migration script. This script will automatically migrate configurations from old paths to new, ensuring a smooth transition for all users.