Skip to content

Commit

Permalink
Prepare 5.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasGraml11 committed Apr 17, 2023
1 parent 2f571ba commit b60b8ed
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions meta/documents/changelog_de.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes für Findologic

## 5.0.0 (2023-04-17)

## Hinzugefügt

- [PLENTY-335] Die Komponenten im Plugin werden nun serverseitig gerendert, wenn es für Plenty konfiguriert wurde.

## 4.1.0 (2023-01-10)

## Hinzugefügt
Expand Down
6 changes: 6 additions & 0 deletions meta/documents/changelog_en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes for Findologic

## 5.0.0 (2023-04-17)

## Added

* [PLENTY-335] The plugin components are now rendered on the server side, if configured for Plenty.

## 4.1.0 (2023-01-10)

## Added
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.1.0",
"version": "5.0.0",
"name": "Findologic",
"marketplaceName": {
"de": "Findologic - OnSite-Suche & Product Discovery Platform",
Expand Down
2 changes: 1 addition & 1 deletion resources/js/dist/findologic_ceres.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/dist/findologic_ceres.js

Large diffs are not rendered by default.

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.1.0';
const PLUGIN_VERSION = '5.0.0';

const PLENTY_PARAMETER_PAGINATION_ITEMS_PER_PAGE = 'items';

Expand Down

0 comments on commit b60b8ed

Please sign in to comment.