Skip to content

Commit

Permalink
Merge pull request #252 from buckaroo-it/BP-3878-2.5.0
Browse files Browse the repository at this point in the history
2.5.0 relase changes
  • Loading branch information
gentiprenaj authored Dec 16, 2024
2 parents e9542a6 + 4ce85a8 commit 4464e1c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,24 @@ Compatible from Shopware 6.5.0 up to 6.5.6.1
- BP-3629 Adjust the default Riverty | Afterpay name just to Riverty
- BP-3711 Adjust the Riverty | Afterpay logo to the new Riverty logo
- BP-3637 Fix Javascript error: Plugin "BuckarooPaymentValidateSubmit" is already registered
- BP-3785 Remove payment method Giropay (discontinued)
- BP-3785 Remove payment method Giropay (discontinued)

# 2.5.0

-BP-3911 Add support for Shopware 6.6.8.2
-BP-3850 Add support for Shopware 6.6.7.0 & 6.6.7.1
-BP-4015 Added support for EUR currency in Przelewy24.
-BP-3877 Enhanced Security for Cards (with Cliënt Side Encryption): ensuring a safer checkout experience.
-BP-3888 Improved Security for Bancontact (with Cliënt Side Encryption): ensuring a safer checkout experience.
-BP-4016 Remove the payment method Sofort (Discontinued).
-BP-4017 Updated the bank transfer logo to a globally recognized version.
-BP-3594 Resolved an extension conflict with the Wexo DHLShipping module regarding Riverty and B2B orders.
-BP-3868 Resolved an issue where canceling an iDEAL transaction could result in an error page.
-BP-3893 Resolved an issue with the PayPal Express button that was sometimes not displayed (in the cart page).
-BP-3906 Resolved an error: The selected payment method does not exist.
-BP-3910 Resolved an error: Plugin "BuckarooPaymentValidateSubmit" is already registered.
-BP-3799 Resolve an issue with PayPal orders that contain a “+” sign and can’t process the PUSH correctly.
-BP-3893 Resolve an issue where the PayPal Express button occasionally failed to appear on the product page.
-BP-3985 Resolve an issue with Klarna KP and refunds that triggered an error when “Automatically Pay Reservation” was enabled in the Plaza.
-BP-3886 iDEAL cancellation can result into a error page.
-BP-3985 Resolved an issue where Klarna refunds from Shopware displayed an error when Automatic Capture was enabled in the Buckaroo Plaza.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "buckaroo/shopware6",
"description": "Buckaroo payment provider plugin for Shopware 6",
"type": "shopware-platform-plugin",
"version": "2.4.0",
"version": "2.5.0",
"license": "proprietary",
"minimum-stability": "stable",
"require": {
Expand All @@ -11,7 +11,7 @@
"ext-json": "*",
"ext-pcre": "*",
"ext-fileinfo": "*",
"buckaroo/sdk": "^1.14.1",
"buckaroo/sdk": "^1.17.1",
"shopware/core": "6.5.*|6.6.*"
},
"authors": [{
Expand Down

0 comments on commit 4464e1c

Please sign in to comment.