Skip to content

Commit

Permalink
Prepare 4.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Graml committed Oct 10, 2022
1 parent 02c034d commit 34f9a38
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 2 deletions.
20 changes: 20 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

## 4.0.8 (2022-10-10)

### Geändert
* [PLENTY-455] Alive-Tests werden nur noch auf Such- und Navigationsseiten gesendet.

## 4.0.7 (2022-09-29)

### Behoben
Expand Down Expand Up @@ -38,6 +43,21 @@
### Behoben
* [PLENTY-441] Ein Fehler wurde behoben, wodurch es auf einer Suchseite zu einer Vue Warnung im ItemFilter Komponente gekommen ist.

## 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
* [PLENTY-449] Review Error hinsichtlich PHP8 Kompatibilität wurde behoben

## 3.9.4 (2022-06-23)

### Geändert
* [PLENTY-448] Plugin wurde als PHP8 kompatibel markiert

## 3.9.3 (2022-06-23)

### Behoben
Expand Down
20 changes: 20 additions & 0 deletions meta/documents/changelog_en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes for Findologic

## 4.0.8 (2022-10-10)

### Changed
* [PLENTY-455] Only send alive-tests for search and category pages.

## 4.0.7 (2022-09-29)

### Fixed
Expand Down Expand Up @@ -38,6 +43,21 @@
### Fixed
* [PLENTY-441] A bug has been fixed, which caused a Vue warning for ItemFilter component on search result pages

## 3.9.6 (2022-10-10)

### Changed
* [PLENTY-455] Only send alive-tests for search and category pages.

## 3.9.5 (2022-08-19)

### Changed
* [PLENTY-449] Review Error in terms of PHP8 compatibility has been resolved

## 3.9.4 (2022-06-24)

### Changed
* [PLENTY-448] Plugin marked as PHP8 compatible

## 3.9.3 (2022-06-23)

### Fixed
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": "4.0.7",
"version": "4.0.8",
"name": "Findologic",
"marketplaceName": {
"de": "Findologic - OnSite-Suche & 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 = '4.0.7';
const PLUGIN_VERSION = '4.0.8';

const PLENTY_PARAMETER_PAGINATION_ITEMS_PER_PAGE = 'items';

Expand Down

0 comments on commit 34f9a38

Please sign in to comment.