Customer Reviews for WooCommerce - Version 5.6.4

Version Description

  • CSS bug fix
Download this release

Release Info

Developer ivole
Plugin Icon 128x128 Customer Reviews for WooCommerce
Version 5.6.4
Comparing to
See all releases

Code changes from version 5.6.3 to 5.6.4

Files changed (4) hide show
  1. class-ivole.php +1 -1
  2. css/frontend.css +1 -2
  3. ivole.php +1 -1
  4. readme.txt +3 -1
class-ivole.php CHANGED
@@ -66,7 +66,7 @@ require_once( __DIR__ . '/includes/qna/class-cr-qna-shortcode.php' );
66
  require_once( __DIR__ . '/includes/qna/class-cr-qna-email.php' );
67
 
68
  class Ivole {
69
- const CR_VERSION = '5.6.3';
70
 
71
  public function __construct() {
72
  if( function_exists( 'wc' ) ) {
66
  require_once( __DIR__ . '/includes/qna/class-cr-qna-email.php' );
67
 
68
  class Ivole {
69
+ const CR_VERSION = '5.6.4';
70
 
71
  public function __construct() {
72
  if( function_exists( 'wc' ) ) {
css/frontend.css CHANGED
@@ -37,7 +37,7 @@ div.iv-comment-image-top { width: 150px; display: inline-block; margin-right: 5p
37
  width: auto;
38
  height: auto;
39
  max-width: 100%;
40
- max-height: 100%
41
  object-fit: contain;
42
  }
43
  div.cr-comment-video img.cr-comment-videoicon {
@@ -2038,7 +2038,6 @@ img.ivole-verified-badge-ext-icon {
2038
  .slick-list.dragging
2039
  {
2040
  cursor: pointer;
2041
- cursor: hand;
2042
  }
2043
 
2044
  .slick-slider .slick-track,
37
  width: auto;
38
  height: auto;
39
  max-width: 100%;
40
+ max-height: 100%;
41
  object-fit: contain;
42
  }
43
  div.cr-comment-video img.cr-comment-videoicon {
2038
  .slick-list.dragging
2039
  {
2040
  cursor: pointer;
 
2041
  }
2042
 
2043
  .slick-slider .slick-track,
ivole.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Customer Reviews for WooCommerce
4
  Description: Customer Reviews for WooCommerce plugin helps you get more customer reviews for your shop by sending automated reminders and coupons.
5
  Plugin URI: https://wordpress.org/plugins/customer-reviews-woocommerce/
6
- Version: 5.6.3
7
  Author: CusRev
8
  Author URI: https://www.cusrev.com/business/
9
  Text Domain: customer-reviews-woocommerce
3
  Plugin Name: Customer Reviews for WooCommerce
4
  Description: Customer Reviews for WooCommerce plugin helps you get more customer reviews for your shop by sending automated reminders and coupons.
5
  Plugin URI: https://wordpress.org/plugins/customer-reviews-woocommerce/
6
+ Version: 5.6.4
7
  Author: CusRev
8
  Author URI: https://www.cusrev.com/business/
9
  Text Domain: customer-reviews-woocommerce
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: ivole
3
  Tags: woocommerce, review plugin, review reminder, customer reviews, review for discount
4
  Requires at least: 4.5
5
  Tested up to: 6.0
6
- Stable tag: 5.6.3
7
  License: GPLv3 or later
8
  License URI: https://www.gnu.org/licenses/gpl.html
9
 
@@ -218,6 +218,8 @@ If you would like to change how reviews are sorted on product pages, it is possi
218
 
219
  == Changelog ==
220
 
 
 
221
  = 5.6.3 =
222
  * Improvements in download of media files for cases when reviews have been deleted
223
  = 5.6.2 =
3
  Tags: woocommerce, review plugin, review reminder, customer reviews, review for discount
4
  Requires at least: 4.5
5
  Tested up to: 6.0
6
+ Stable tag: 5.6.4
7
  License: GPLv3 or later
8
  License URI: https://www.gnu.org/licenses/gpl.html
9
 
218
 
219
  == Changelog ==
220
 
221
+ = 5.6.4 =
222
+ * CSS bug fix
223
  = 5.6.3 =
224
  * Improvements in download of media files for cases when reviews have been deleted
225
  = 5.6.2 =