From ff636e4525805460e04cd7a8b1b62ee1942382e2 Mon Sep 17 00:00:00 2001 From: Dominik Krebs Date: Thu, 3 Aug 2023 11:51:55 +0200 Subject: [PATCH] version bump & changelog --- composer.json | 2 +- docs/source/changelog.rst | 10 ++++++++++ docs/source/conf.py | 2 +- src/Frontend/NetzkollektivEasyCredit/Bootstrap.php | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 2e65f03..a2de023 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "require": { - "netzkollektiv/ratenkaufbyeasycredit-api-v3-php": "1.3.10", + "netzkollektiv/ratenkaufbyeasycredit-api-v3-php": "1.3.11", "guzzlehttp/psr7": "1.8.2", "psr/http-message": "1.0.1" }, diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 6ec6f49..c4cdc34 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,16 @@ Changelog ========= +v2.1.7 +------ + +* Verbesserung der Kompatibilität mit Drittanbieter-Plugin +* Fehlermeldungen werden nun, wenn verfügbar, in deutscher Sprache ausgegeben +* bei Ratenkauf-Initialisierung wird die Produkt-URL und die URL des Hauptbildes übertragen +* der Betrag bei Express Checkout wird nun versionsübergreifend inkl. Zahlungsartenaufschlag berechnet +* die Bestellnummer / Session-ID wird nun bei Überlänge abgeschnitten +* das Debug-Logging funktioniert nun auch mit älteren Shopware-Versionen + v2.1.6 ------ diff --git a/docs/source/conf.py b/docs/source/conf.py index 3663613..8682567 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = u'' # The full version, including alpha/beta/rc tags -release = u'2.1.6' +release = u'2.1.7' # -- General configuration --------------------------------------------------- diff --git a/src/Frontend/NetzkollektivEasyCredit/Bootstrap.php b/src/Frontend/NetzkollektivEasyCredit/Bootstrap.php index ec3a588..e1d4abd 100644 --- a/src/Frontend/NetzkollektivEasyCredit/Bootstrap.php +++ b/src/Frontend/NetzkollektivEasyCredit/Bootstrap.php @@ -27,7 +27,7 @@ public function getLabel() public function getVersion() { - return '2.1.6'; + return '2.1.7'; } public function getInfo()