Releases: plentymarkets/feedback-plugin
Releases · plentymarkets/feedback-plugin
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.
4.0.4
v4.0.4 (2021-07-06)
TODO
- After updating the feedback plugin to v4.0.4, it is necessary to regenerate ShopBuilder widgets via the Regenerate contents button in the CMS » ShopBuilder menu.
Fixed
- The use of multiple feedback widgets on the single item view led to errors. This has been fixed.
- While editing a customer review, a markup error was visible. This has been fixed.
4.0.3
v4.0.3 (2021-05-10)
TODO
- After updating the feedback plugin to v4.0.3, it is necessary to re-generate ShopBuilder widgets via the Regenerate contents button in the CMS » ShopBuilder menu.
Fixed
- Feedbacks submitted without an author's name led to an error. This has been fixed.
4.0.2
v4.0.2 (2021-05-05)
TODO
- After updating the feedback plugin to v4.0.2, it is necessary to re-generate ShopBuilder widgets via the Regenerate contents button in the CMS » ShopBuilder menu.
Fixed
- Line breaks in comments for customer reviews were rendered as
<br>
tags. This has been fixed.
4.0.1
v4.0.1 (2021-04-28)
TODO
- This version of the feedback plugin is only compatible with Ceres v5.0.27 or higher.
- After updating the feedback plugin to v4.0.1, it is necessary to re-generate ShopBuilder widgets via the Regenerate contents button in the CMS » ShopBuilder menu.
Fixed
- The number of feedbacks in the star rating widget was incorrectly positioned. As a result, the rating stars concealed the feedback count. This has been fixed.
4.0.0
v4.0.0 (2021-04-14)
TODO
- This version of the feedback plugin is only compatible with Ceres v5.0.27 or higher.
- After updating the feedback plugin to v4.0.0, it is necessary to re-generate ShopBuilder widgets via the Regenerate contents button in the CMS » ShopBuilder menu.
Added
- The feedback plugin is now compatible with Vue Server-Side Rendering.
- We added a Webpack 5 build process.
- The logic and data auf the Vue components have been moved to a separate VueX store.
Changed
- Widgets are no longer defined and registered via the obsolete
contentwidgets.json
file but via PHP classes. - All Vue components have been realised as precompiled Single File Component files that are loaded asynchronously.