Skip to content

Commit

Permalink
Prepare 3.9.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Graml committed Oct 10, 2022
1 parent fa04484 commit 1073e61
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions meta/documents/changelog_de.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 6 additions & 1 deletion meta/documents/changelog_en.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.9.5",
"version": "3.9.6",
"name": "Findologic",
"marketplaceName": {
"de": "Findologic - Product Discovery Platform",
Expand Down
2 changes: 1 addition & 1 deletion src/Constants/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 1073e61

Please sign in to comment.