Plugin Directory

Changeset 3338022


Ignore:
Timestamp:
08/01/2025 09:31:39 PM (8 months ago)
Author:
ivole
Message:

5.81.1

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

Legend:

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

    r3334946 r3338022  
    8383
    8484class Ivole {
    85     const CR_VERSION = '5.81.0';
     85    const CR_VERSION = '5.81.1';
    8686
    8787    public function __construct() {
  • customer-reviews-woocommerce/trunk/includes/blocks/class-cr-all-reviews.php

    r3330640 r3338022  
    8888                    $products = array_map( 'intval', $products );
    8989
     90                    $attributes['products'] = $products;
     91                } else {
     92                    $products = array_map( 'intval', $attributes['products'] );
    9093                    $attributes['products'] = $products;
    9194                }
  • customer-reviews-woocommerce/trunk/ivole.php

    r3334946 r3338022  
    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.81.0
     6Version: 5.81.1
    77Author: CusRev
    88Author URI: https://www.cusrev.com/business/
  • customer-reviews-woocommerce/trunk/readme.txt

    r3334946 r3338022  
    55Tested up to: 6.8
    66Requires PHP: 7.2
    7 Stable tag: 5.81.0
     7Stable tag: 5.81.1
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl.html
     
    234234== Changelog ==
    235235
     236= 5.81.1 =
     237* Bug fix: SQL injection prevention
    236238= 5.81.0 =
    237239* Improvement: self-hosted aggregated review forms improvements for RTL languages
Note: See TracChangeset for help on using the changeset viewer.