Skip to content

Commit 9cd4827

Browse files
committed
Update version and add changelog
1 parent dfa8f59 commit 9cd4827

5 files changed

Lines changed: 20 additions & 5 deletions

File tree

meta/documents/changelog_de.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Notes für Feedback
22

3+
## v4.0.8 (2023-01-05) <a href="https://github.com/plentymarkets/feedback-plugin/compare/4.0.7...4.0.8" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>
4+
5+
### Geändert
6+
7+
- Die Logik für die Anonymisierung wurde in den Kern verschoben.
8+
- Einstellung zur Sichtbarkeit wurden aus dem Widget in die Plugin Konfiguration überführt.
9+
310
## v4.0.7 (2022-10-21) <a href="https://github.com/plentymarkets/feedback-plugin/compare/4.0.6...4.0.7" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>
411

512
### Geändert

meta/documents/changelog_en.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Release Notes for Feedback
22

3+
## v4.0.8 (2023-01-05) <a href="https://github.com/plentymarkets/feedback-plugin/compare/4.0.7...4.0.8" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
4+
5+
### Changed
6+
7+
- The logic for anonymisation was moved to the core.
8+
- Visibility settings were moved from the widget to the plugin configuration.
9+
310
## v4.0.7 (2022-10-21) <a href="https://github.com/plentymarkets/feedback-plugin/compare/4.0.6...4.0.7" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
411

5-
### Geändert
12+
### Changed
613
-
714
- Clicking the image of an item in the rating widget for the order confirmation now leads to the item page. We would like to thank user @MaxBentz for their contribution.
8-
### Behoben
15+
16+
### Fixed
917

1018
- The order of the rating stars was incorrect when editing a feedback. This has been fixed. We would like to thank user @MaxBentz for their contribution.
1119

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "plentymarkets-feedback",
33
"license": "AGPL-3.0",
4-
"version": "4.0.7",
4+
"version": "4.0.8",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/plentymarkets/feedback-plugin.git"

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.7",
2+
"version": "4.0.8",
33
"name": "Feedback",
44
"marketplaceName": {
55
"de": "Kunden-Feedback",

0 commit comments

Comments
 (0)