Skip to content

Commit

Permalink
Merge pull request #222 from buckaroo-it/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
gentiprenaj authored Jun 19, 2024
2 parents c60d255 + 6a7a887 commit aa2f1db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Compatible from Shopware 6.5.0 up to 6.5.6.1

# 2.3.0
- Add support for Shopware 6.5.8.10
- BP-3558 Add support for Shopware 6.6.2.0
- BP-3558 Add support for Shopware 6.6.3.0
- BP-3401 Improve the plugin user interface with a payment method overview.
- BP-3470 Add payment method: Knaken Settle.
- BP-3348 Resize payment method logo’s for better readabillity.
Expand All @@ -254,4 +254,7 @@ Compatible from Shopware 6.5.0 up to 6.5.6.1
- BP-3466 Fix: Full order amount discount (Promotions) makes it unable to place the order.
- BP-3565 Fix: Riverty TOC URL's are showing a error 404 in some cases.
- BP-3534 Fix: Apple Pay button is not always clickable for specific merchant.
- BP-3614 Fix: Manual capture is not always working for Klarna (authorize/capture).
- BP-3614 Fix: Manual capture is not always working for Klarna (authorize/capture).

# 2.3.1
- Minor fixes
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Start accepting payments within a few minutes.

To use the Buckaroo plugin, please be aware of the following minimum requirements:
- A Buckaroo account ([Dutch](https://www.buckaroo.nl/start) or [English](https://www.buckaroo.eu/solutions/request-form))
- Shopware 6.5.0 up to 6.6.2.0
- Shopware 6.5.0 up to 6.6.3.0
- PHP 8.1, 8.2, 8.3

### Installation
Expand Down
6 changes: 3 additions & 3 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.3.0",
"version": "2.3.1",
"license": "proprietary",
"minimum-stability": "stable",
"require": {
Expand All @@ -11,7 +11,8 @@
"ext-json": "*",
"ext-pcre": "*",
"ext-fileinfo": "*",
"buckaroo/sdk": "^1.13.0"
"buckaroo/sdk": "^1.13.0",
"shopware/core": "*"
},
"authors": [{
"name": "Buckaroo",
Expand Down Expand Up @@ -48,7 +49,6 @@
"require-dev": {
"squizlabs/php_codesniffer": "*",
"phpstan/phpstan": "^1.9",
"shopware/core": "*",
"shopware/storefront": "*",
"shopware/administration": "*"
},
Expand Down

0 comments on commit aa2f1db

Please sign in to comment.