Skip to content

Releases: plentymarkets/feedback-plugin

v4.0.9 (2023-06-19)

19 Jun 13:29
8bd292d
Compare
Choose a tag to compare

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

05 Jan 12:31
ea0c7af
Compare
Choose a tag to compare

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

21 Oct 14:45
07f0cb5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.6...4.0.7

Fix Facet and Author for reviews

20 Oct 09:00
6e76ce7
Compare
Choose a tag to compare

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

20 Oct 08:32
0288c96
Compare
Choose a tag to compare

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

06 Jul 12:38
3e89f4d
Compare
Choose a tag to compare

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

11 May 15:30
4c7316f
Compare
Choose a tag to compare

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

04 May 15:57
44ee39e
Compare
Choose a tag to compare

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

04 May 12:51
ff848c5
Compare
Choose a tag to compare

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

14 Apr 15:41
c065a5a
Compare
Choose a tag to compare

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.