Plugin Directory

Changeset 3386769


Ignore:
Timestamp:
10/30/2025 02:05:59 AM (5 months ago)
Author:
ivole
Message:

5.86.2

Location:
customer-reviews-woocommerce
Files:
876 added
4 edited

Legend:

Unmodified
Added
Removed
  • customer-reviews-woocommerce/trunk/class-ivole.php

    r3384483 r3386769  
    8585
    8686class Ivole {
    87     const CR_VERSION = '5.86.1';
     87    const CR_VERSION = '5.86.2';
    8888
    8989    public function __construct() {
  • customer-reviews-woocommerce/trunk/includes/import-export/class-cr-export-reviews.php

    r3382233 r3386769  
    240240            "LIMIT " . $offset_reviews . "," . self::$file_write_buffer;
    241241        $result_reviews_chunk = $wpdb->get_results( $query_reviews_chunk );
    242         if ( ! $result_reviews_chunk || ! is_array( $result_reviews_chunk ) ) {
     242        if ( ! $result_reviews_chunk && ! is_array( $result_reviews_chunk ) ) {
    243243            wp_send_json(
    244244                array(
  • customer-reviews-woocommerce/trunk/ivole.php

    r3384483 r3386769  
    44Description: Customer Reviews for WooCommerce plugin helps you get more customer reviews for your shop by sending automated reminders and coupons.
    55Plugin URI: https://wordpress.org/plugins/customer-reviews-woocommerce/
    6 Version: 5.86.1
     6Version: 5.86.2
    77Author: CusRev
    88Author URI: https://www.cusrev.com/business/
  • customer-reviews-woocommerce/trunk/readme.txt

    r3384483 r3386769  
    55Tested up to: 6.8
    66Requires PHP: 7.2
    7 Stable tag: 5.86.1
     7Stable tag: 5.86.2
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl.html
     
    234234== Changelog ==
    235235
     236= 5.86.2 =
     237* Bug fix: export of reviews could not be completed in some scenarios
    236238= 5.86.1 =
    237239* Bug fix: media files were uploaded to the Media Library but not attached to reviews during import
Note: See TracChangeset for help on using the changeset viewer.