From 2162724eda294812281f9067452714eb48392223 Mon Sep 17 00:00:00 2001 From: Franz Mutschler Date: Tue, 5 Jan 2021 16:54:54 +0100 Subject: [PATCH] Added changelogs + changed version number for Hotfix --- meta/documents/changelog_de.md | 6 ++++++ meta/documents/changelog_en.md | 6 ++++++ plugin.json | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/meta/documents/changelog_de.md b/meta/documents/changelog_de.md index 737e1e93d..1ed108251 100644 --- a/meta/documents/changelog_de.md +++ b/meta/documents/changelog_de.md @@ -1,5 +1,11 @@ # Release Notes für IO +## v5.0.19 (2021-01-05) Übersicht aller Änderungen + +### Geändert + +- Um die Performance des Webshops zu verbessern, wurde die Caching-Zeit der Shop-URLs, die mit Version 5.0.7 eingebaut wurde, von 5 Minuten auf 10 Minuten erhöht. + ## v5.0.18 (2021-01-04) Übersicht aller Änderungen ### Hinzugefügt diff --git a/meta/documents/changelog_en.md b/meta/documents/changelog_en.md index 8c3a28850..a077d272e 100644 --- a/meta/documents/changelog_en.md +++ b/meta/documents/changelog_en.md @@ -1,5 +1,11 @@ # Release Notes for IO +## v5.0.19 (2021-01-05) Overview of all changes + +### Changed + +- In order to improve webshop performance, the caching time of the shop URLs that are linked in the ShopBuilder settings, which was introduced in version 5.0.7, has been increased from 5 minutes to 10 minutes. + ## v5.0.18 (2021-01-04) Overview of all changes ### Added diff --git a/plugin.json b/plugin.json index ad3471c7b..4f30f7778 100644 --- a/plugin.json +++ b/plugin.json @@ -1,5 +1,5 @@ { - "version" : "5.0.18", + "version" : "5.0.19", "name" : "IO", "marketplaceName" : {"de": "IO","en": "IO"}, "license" : "AGPL-3.0",