Skip to content

Commit

Permalink
version bump & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
netzkollektiv committed Aug 3, 2023
1 parent f2f8be7 commit ff636e4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
10 changes: 10 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/Frontend/NetzkollektivEasyCredit/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function getLabel()

public function getVersion()
{
return '2.1.6';
return '2.1.7';
}

public function getInfo()
Expand Down

0 comments on commit ff636e4

Please sign in to comment.