From 1073e6146c6d60ecf61a2e5c5eac069e4f810553 Mon Sep 17 00:00:00 2001 From: Tobias Graml Date: Mon, 10 Oct 2022 11:16:46 +0200 Subject: [PATCH] Prepare 3.9.6 release --- meta/documents/changelog_de.md | 5 +++++ meta/documents/changelog_en.md | 7 ++++++- plugin.json | 2 +- src/Constants/Plugin.php | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/meta/documents/changelog_de.md b/meta/documents/changelog_de.md index 3f45d8bf..4acd7300 100644 --- a/meta/documents/changelog_de.md +++ b/meta/documents/changelog_de.md @@ -1,5 +1,10 @@ # Release Notes für Findologic +## 3.9.6 (2022-10-10) + +### Geändert +* [PLENTY-455] Alive-Tests werden nur noch auf Such- und Navigationsseiten gesendet. + ## 3.9.5 (2022-08-19) ### Geändert diff --git a/meta/documents/changelog_en.md b/meta/documents/changelog_en.md index 0f678cf3..e5e1cd90 100644 --- a/meta/documents/changelog_en.md +++ b/meta/documents/changelog_en.md @@ -1,8 +1,13 @@ # Release Notes for Findologic +## 3.9.6 (2022-10-10) + +### Changed +* [PLENTY-455] Only send alive-tests for search and category pages. + ## 3.9.5 (2022-08-19) -### Geändert +### Changed * [PLENTY-449] Review Error in terms of PHP8 compatibility has been resolved ## 3.9.4 (2022-06-24) diff --git a/plugin.json b/plugin.json index 3dbe8841..2b9f279a 100644 --- a/plugin.json +++ b/plugin.json @@ -1,5 +1,5 @@ { - "version": "3.9.5", + "version": "3.9.6", "name": "Findologic", "marketplaceName": { "de": "Findologic - Product Discovery Platform", diff --git a/src/Constants/Plugin.php b/src/Constants/Plugin.php index aa239ece..8e5bbb37 100644 --- a/src/Constants/Plugin.php +++ b/src/Constants/Plugin.php @@ -10,7 +10,7 @@ class Plugin { const PLUGIN_NAMESPACE = 'Findologic'; const PLUGIN_IDENTIFIER = 'findologic-plugin-api'; - const PLUGIN_VERSION = '3.9.5'; + const PLUGIN_VERSION = '3.9.6'; const PLENTY_PARAMETER_PAGINATION_ITEMS_PER_PAGE = 'items';