Releases: plentymarkets/feedback-plugin
Releases · plentymarkets/feedback-plugin
5.0.4
What's Changed
- Modified version of
eslintand other packages by @ivladu-plenty in #237
Full Changelog: 5.0.3...5.0.4
v5.0.3
v5.0.3 (2026-01-06) Overview of all changes
Fixed
A missing CSS class has been added again.
5.0.2
v5.0.2 (2025-11-17) Overview of all changes
Added
- Added error and success messages when saving a review. Thanks to @MaxBentz for the contribution.
- Clicking an item of the review widget on the order confirmation page now opens the feedback form. Thanks to @MaxBentz for the contribution.
Fixed
- The accessibility of the review form has been improved.
5.0.1
5.0.0
v5.0.0 (2025-04-02) Overview of all changes
TODO
- Due to the extent of modifications, we recommend testing the new version within a separate plugin set to ensure compatibility and prevent any potential conflicts with existing plugins or themes.
Added
- Accessibility was improved.
- Widget setting to hide the feedback widget on the order confirmation page if the shipping date has not been set yet. We would like to thank user @MaxBentz for their contribution.
Changed
- Made feedback plugin to get its data through the feedback microservice instead of its PHP logic.
- Changed feedback counts data to be delivered by the feedback microservice instead of being fetched from the PHP logic.
- The rating on the category pages is now loaded via the item list (itemList).
- Removed
Allow reviews without ratingoption from plugin configuration. - Change translation for a configuration label.
v4.0.9 (2023-06-19)
Changed
- It's now possible to display the average rating on category level. We would like to thank user @MaxBentz for their contribution.
- It's now possible to display attributes on the order confirmation page. We would like to thank user @MaxBentz for their contribution.
- CSS adjustments. We would like to thank user @MaxBentz for their contribution.
4.0.8
v4.0.8 (2023-01-05) Overview of all changes
Changed
- The logic for anonymisation was moved to the core.
- Visibility settings were moved from the widget to the plugin configuration.
4.0.7
What's Changed
- Fix/component naming by @felixgehrmann in #143
- Fix/securitiy issues npm by @felixgehrmann in #144
- Bump follow-redirects from 1.14.4 to 1.14.7 by @dependabot in #146
- Bump shelljs from 0.8.4 to 0.8.5 by @dependabot in #145
- Bump postcss from 8.2.10 to 8.2.13 by @dependabot in #147
- Bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #149
- Bump node-fetch from 2.6.5 to 2.6.7 by @dependabot in #150
- Bump node-sass from 4.14.1 to 7.0.0 by @dependabot in #148
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #153
- Bump moment from 2.29.1 to 2.29.2 by @dependabot in #154
- fix the wrong order of star values when editing a review by @MaxBentz in #156
- Feature/product link by @MaxBentz in #157
- fix/wrong order of star values when editing review by @ivladu-plenty in #158
- changelogs by @felixgehrmann in #159
New Contributors
- @MaxBentz made their first contribution in #156
- @ivladu-plenty made their first contribution in #158
Full Changelog: 4.0.6...4.0.7
Fix Facet and Author for reviews
v4.0.6 (2021-10-20)
Changed
- The feedback plugin was adapted to the rebranding to **plentyShop LTS".
Fixed
- When selecting a rating filter, it was not displayed as selected.
- In the structured data, an explicit type was stored for the author.
4.0.5
v4.0.5 (2021-08-17)
TODO
- After updating the feedback plugin to v4.0.5, it is necessary to regenerate ShopBuilder widgets via the Regenerate contents button in the CMS » ShopBuilder menu.
Behoben
- Due to an error in the name resolution for author fields, the author name was sometimes not included in the structured data. This has been fixed.