diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ff6042..02542cb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -364,3 +364,27 @@ Maintenance * Tested with 6.5.1.1 * 1st run tested with 6.5.2.1 * 2nd run tested with 6.5.3.0 + +# 6.0.0 + +New Features + +* compatibility with SW 6.6 established +* improved refund handling on order detail page +* new logging function on order detail page +* new payment method: Amazon Pay Express +* new payment method: Amazon Pay +* implement B2B payments for BNPL Secured Invoice + +Bugfixes + +* updated the iDEAL issuer list +* fixed birthday field in Unzer B2B +* updated the hash method +* removed paydirekt and updated giropay +* fixed notification forwarding +* fixed notification logging + +Maintenance + +* tested with 6.5.8.9 and 6.6.1.2 diff --git a/CHANGELOG_de-DE.md b/CHANGELOG_de-DE.md index 006ed8aa..118c166e 100644 --- a/CHANGELOG_de-DE.md +++ b/CHANGELOG_de-DE.md @@ -352,3 +352,26 @@ Wartung * Getestet mit 6.5.1.1 * 1er Lauf getestet mit 6.5.2.1 * 2ter Lauf getestet mit 6.5.3.0 + +# 6.0.0 + +Neue Funktionen + +* Unterstützung für Shopware 6.6 hinzugefügt +* Verbesserung der Refundfunktion auf der Bestelldetailsseite +* Neue Loggingfunktion auf der Bestelldetailsseite +* neue Zahlungsart: Amazon Pay Express +* neue Zahlungsart: Amazon Pay +* B2B Zahlungen für BNPL gesicherter Rechnungskauf + +Fehlerbehebung + +* iDEAL Bankliste geupdated +* Fehler beim Geburtstagsfeld in Unzer B2B behoben +* Hash Methode upgedated +* notification forwarding repariert +* notification logging repariert + +Wartung + +* getestet mit 6.5.8.9 und 6.6.1.2 diff --git a/composer.json b/composer.json index 3991947c..4e16b85f 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "payone-gmbh/shopware-6", "type": "shopware-platform-plugin", "description": "PAYONE Payment Plugin", - "version": "5.0.2", + "version": "6.0.0", "license": "MIT", "authors": [ {