diff --git a/meta/documents/changelog_de.md b/meta/documents/changelog_de.md index 3311624a6..3f961ef5a 100644 --- a/meta/documents/changelog_de.md +++ b/meta/documents/changelog_de.md @@ -1,5 +1,12 @@ # Release Notes für IO +## v5.0.44 (2021-12-27) Übersicht aller Änderungen + +### Behoben + +- Unter bestimmten Bedingungen konnte es zur falschen Darstellung des Warenkorbs kommen. Dies wurde behoben. +- Die Variable `CategoryController::$LANGUAGE_FROM_URL` wurde unter bestimmten Umständen mit falschen Werten befüllt. Dies wurde behoben. + ## v5.0.43 (2021-11-30) Übersicht aller Änderungen ### Behoben diff --git a/meta/documents/changelog_en.md b/meta/documents/changelog_en.md index 8015b9cad..6a8580740 100644 --- a/meta/documents/changelog_en.md +++ b/meta/documents/changelog_en.md @@ -1,5 +1,12 @@ # Release Notes for IO +## v5.0.44 (2021-12-27) Overview of all changes + +### Fixed + +- Under certain circumstances, the shopping cart was not displayed correctly. This has been fixed. +- Under certain circumstances, the variable `CategoryController::$LANGUAGE_FROM_URL` was filled with the wrong values. This has been fixed. + ## v5.0.43 (2021-11-30) Overview of all changes ### Fixed diff --git a/plugin.json b/plugin.json index 45b6a4048..b0a22fa7e 100644 --- a/plugin.json +++ b/plugin.json @@ -1,5 +1,5 @@ { - "version" : "5.0.43", + "version" : "5.0.44", "name" : "IO", "marketplaceName" : {"de": "IO","en": "IO"}, "license" : "AGPL-3.0",