diff --git a/meta/documents/changelog_de.md b/meta/documents/changelog_de.md index 4fc7b8020..b8022a248 100644 --- a/meta/documents/changelog_de.md +++ b/meta/documents/changelog_de.md @@ -1,15 +1,19 @@ # Release Notes für IO -## v5.0.70 (2024-11-28) Übersicht aller Änderungen +## v5.0.71 (2024-12-12) Übersicht aller Änderungen ### Hinzugefügt -- Eine Möglichkeit zur Filterung der Herstellerdaten wurde hinzugefügt. +- Eine Möglichkeit zur Filterung der Herstellerdaten bei Set Artikeln wurde hinzugefügt. ### Geändert - Der CategoryService benutzt jetzt eine Kernfunktion zur Ermittlung des Navigationsbaum. Dies führt zu einer besseren Performance. +## v5.0.70 (2024-11-28) Übersicht aller Änderungen + +- Eine Möglichkeit zur Filterung der Herstellerdaten wurde hinzugefügt. + ## v5.0.68 (2024-09-26) Übersicht aller Änderungen ### Behoben diff --git a/meta/documents/changelog_en.md b/meta/documents/changelog_en.md index eae9c5a03..9304ba5bf 100644 --- a/meta/documents/changelog_en.md +++ b/meta/documents/changelog_en.md @@ -1,5 +1,15 @@ # Release Notes for IO +## v5.0.71 (2024-12-12) Overview of all changes + +### Added + +- A possibility to filter manufacturer data for set items has been added. + +### Changed + +- The category service is now using a core method to get the navigation tree. This change improves the performance. + ## v5.0.70 (2024-11-28) Overview of all changes ### Added @@ -12,10 +22,6 @@ - Added an additional check for displaying the tracking link to ensure that the tracking link is only shown for shipping providers with tracking URLs. -### Changed - -- The category service is now using a core method to get the navigation tree. This change improves the performance. - ## v5.0.64 (2024-08-19) Overview of all changes ### Changed diff --git a/plugin.json b/plugin.json index 1443046c8..03b5fdb62 100644 --- a/plugin.json +++ b/plugin.json @@ -1,5 +1,5 @@ { - "version" : "5.0.70", + "version" : "5.0.71", "name" : "IO", "marketplaceName" : {"de": "IO","en": "IO"}, "license" : "AGPL-3.0",