Skip to content

Commit

Permalink
Merge pull request #223 from PAYONE-GmbH/version-bump-410
Browse files Browse the repository at this point in the history
version bump to 410
  • Loading branch information
janteuber committed Nov 17, 2022
2 parents 846d589 + 4c2f61a commit 216ada2
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 3 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Maintenance
Tested with:
Shopware 6.4.10.0

#3.2.0
# 3.2.0

New Features

Expand All @@ -222,7 +222,7 @@ Maintenance
* Changed PAYONE Logo
* tested with 6.4.12

#3.3.0
# 3.3.0

New Features

Expand Down Expand Up @@ -288,3 +288,23 @@ $this->transactionRepository->upsert([[
],
]], $context);
```

# 4.1.0

New Features

* New payment method: Klarna Rechnung
* New payment method: Klarna Sofort
* New payment method: Klarna Ratenkauf
* New payment method: P24
* The credit card - card type is now displayed in the backend at the order details

Bugfixes

* Fixed redirect routing when using multi-saleschannels - Thanks to @patchee500
* Fixed Unzer B2B
* Fixed Refund with wrong tx_id

Maintenance

* tested with 6.4.17.1
22 changes: 22 additions & 0 deletions CHANGELOG_de-DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ Fehlerbehebung
* Fehler in Regel zur Entfernung des gesicherten Rechnungskaufs behoben

Wartung

# 4.1.0

* Umbenennung der Zahlungsarten
* PAYONE Logo ausgetauscht
Expand Down Expand Up @@ -286,3 +288,23 @@ $this->transactionRepository->upsert([[
],
]], $context);
```

# 4.1.0

Neue Funktionen

* Neue Zahlungsart: Klarna Rechnung
* Neue Zahlungsart: Klarna Sofort
* Neue Zahlungsart: Klarna Ratenkauf
* Neue Zahlungsart: P24
* Der Kreditkarten - Kartentyp wird nun im Adminbereich bei den Bestelldetails angezeigt

Fehlerbehebung

* Fehler in der Weiterleitung behoben, wenn Multi-Saleschannels genutzt werden - Vielen Dank an @patchee500
* Fehler bei Unzer B2B behoben
* Fehler beim Refund mit falscher tx_id behoben

Wartung

* Getestet mit: 6.4.17.1
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "payone-gmbh/shopware-6",
"type": "shopware-platform-plugin",
"description": "PAYONE Payment Plugin",
"version": "4.0.0",
"version": "4.1.0",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 216ada2

Please sign in to comment.