File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
src/Frontend/NetzkollektivEasyCredit Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v3.0.2
5+ ------
6+
7+ * die Zinsen werden nach Bestellabschluss wieder aus der Bestellung entfernt, wenn aktiviert
8+
49v3.0.1
510------
611
Original file line number Diff line number Diff line change 2020# -- Project information -----------------------------------------------------
2121
2222project = u'easyCredit-Rechnung & Ratenkauf für Shopware 5.x'
23- copyright = u'2024 , NETZKOLLEKTIV GmbH'
23+ copyright = u'2025 , NETZKOLLEKTIV GmbH'
2424author = u'Teambank AG'
2525
2626# The short X.Y version
2727version = u''
2828# The full version, including alpha/beta/rc tags
29- release = u'3.0.1 '
29+ release = u'3.0.2 '
3030
3131# -- General configuration ---------------------------------------------------
3232
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public function getLabel()
2929
3030 public function getVersion ()
3131 {
32- return '3.0.1 ' ;
32+ return '3.0.2 ' ;
3333 }
3434
3535 public function getInfo ()
You can’t perform that action at this time.
0 commit comments