Skip to content

Releases: getdatakick/revws

Version 1.3.0

27 Feb 08:27
Compare
Choose a tag to compare
  • PHP8 support
  • Prestashop 8 Support
  • Unified version for all platforms

Version 1.2.2

11 Jul 12:03
Compare
Choose a tag to compare
v1.2.2

Merge branch 'ps16' of https://github.com/getdatakick/revws into ps16

Version 1.2.1

23 Oct 06:28
Compare
Choose a tag to compare

This minor version brings Polish, French and Portuguese translation.

Version 1.2.0

15 Aug 09:41
Compare
Choose a tag to compare

Features

  • Allow multiple review - there is new settings option that allows customers to review the same product multiple times
  • Show images in review list - attached images are now displayed directly in review list, so employee don't miss them when approving reviews

Bugfixes

  • fixed PHP warning when loading entities

Minor enhancements

  • Added nofollow attribute to login link to prevent google complaints

Fix Back Office RTL problem

31 May 05:42
Compare
Choose a tag to compare

this minor issue fixes RTL related issue(s) in back office

Version 1.0.24

29 May 09:31
Compare
Choose a tag to compare

This version brings following enhancements and some bugfixes

Enhancements

  • Reviews with empty titles are now supported
  • Review tab label now shows number of total reviews
  • Customer is redirected back to product page after login
  • Added default css for review average custom placement
  • Italian translation
  • French translation

Bugfixes

  • Fixed image overflow issue
  • Fixed images being stretched in firefox
  • Fixed ordering by usefulness

Version 1.0.23

14 Feb 15:30
Compare
Choose a tag to compare

This version brings couple small enhancements and bugfixes

Enhancements

  • Issue 86 - custom placement for review average - you can now position stars/ratings widget anywhere on your product page. For example prominently below product title
  • Issue 97 - added shortcuts from settings page to reviews, import, criteria pages
  • Issue 100 - added configuration option for number of reviews to be displayed on all-reviews / my-reviews page
  • Issue 48 - you can now edit review date from back office
  • Issue 47 - review lists can now be filtered by category and brand.

Bugfixes

  • Issue 90 - fix pagination problem that occured on some versions of MariaDB without proper support for SQL_CALC_FOUND_ROWS
  • Issue 96 - fixed overflow problems with long review content
  • Issue 20 - read review link now works in quick view
  • Issue 99 - don't filter reviews on my-reviews page by selected language

Tip and tricks

Try adding this short snippet somewhere into your smarty template. It will display product reviews associated with category 4

{hook h='displayRevwsReviewList' category=4 }

Review entity types

23 Nov 06:09
Compare
Choose a tag to compare

This release improve stability of revws module by fixing few bugs. It also changes underlying database structures to support different types of reviews.

Bug fixes:

  • issue #74 - Can't create review from backend when non-global criterion exists bug
  • issue #75 - Emails send when importing reviews bug
  • fixed detection of missing emails
  • fixed bug in sorting review list by product name

Bug fixes

13 Oct 07:59
Compare
Choose a tag to compare

This version brings couple of bug fixes:

  • fix php7.2 compatibility issues
  • broken pagination in layered navigation [ps16]
  • fix column name issue in review import functionality

Reviews with images

18 Sep 10:07
Compare
Choose a tag to compare

Reviews with images

I'm happy to announce that new version 1.0.20 has just been released. This version fixes few bugs, and brings one major new feature - support for images. Your customers can now attach images to their reviews:

reviews-image

Other changes

  • check that dom php extension is loaded
  • extracted css classes to allow popup window customization - issue #71
  • fixed multistore bug in all reviews page - issue #68