Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
netzkollektiv committed Dec 10, 2024
1 parent aee286c commit 0db4f12
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

v3.0.1
------

* bei Rechnungskauf-Vorgängen wird keine Zinsposition mehr angezeigt
* der Express-Button erhält nun den korrekten Betrag (Produktpreis & Warenkorb-Betrag)
* die Anzahl der Raten wird aus dem Express-Button übernommen
* die Initialisierungslogik wurde überarbeitet (detailierteres Fehlerreporting & zuverlässigere Initialisierung)

v3.0.0
------

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'3.0.0'
release = u'3.0.1'

# -- 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 @@ -29,7 +29,7 @@ public function getLabel()

public function getVersion()
{
return '3.0.0';
return '3.0.1';
}

public function getInfo()
Expand Down

0 comments on commit 0db4f12

Please sign in to comment.