Plugin Directory

Changeset 3393953


Ignore:
Timestamp:
11/12/2025 01:03:05 AM (5 months ago)
Author:
ivole
Message:

5.88.1

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

Legend:

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

    r3392565 r3393953  
    8585
    8686class Ivole {
    87     const CR_VERSION = '5.88.0';
     87    const CR_VERSION = '5.88.1';
    8888
    8989    public function __construct() {
  • customer-reviews-woocommerce/trunk/includes/import-export/class-cr-import-reviews.php

    r3389261 r3393953  
    656656                if ( $parts && is_array( $parts ) ) {
    657657                    if ( isset( $parts[0] ) ) {
    658                         $country_code = strtoupper( sanitize_text_field( trim( $parts[0] ) ) );
     658                        $country_code = strtolower( sanitize_text_field( trim( $parts[0] ) ) );
    659659                        if ( isset( $parts[1] ) ) {
    660660                            $countr_desc = sanitize_text_field( trim( $parts[1] ) );
  • customer-reviews-woocommerce/trunk/ivole.php

    r3392565 r3393953  
    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.88.0
     6Version: 5.88.1
    77Author: CusRev
    88Author URI: https://www.cusrev.com/business/
  • customer-reviews-woocommerce/trunk/readme.txt

    r3392565 r3393953  
    55Tested up to: 6.8
    66Requires PHP: 7.2
    7 Stable tag: 5.88.0
     7Stable tag: 5.88.1
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl.html
     
    234234== Changelog ==
    235235
     236= 5.88.1 =
     237* Improvement: compatibility for displaying country flags on web servers that do not automatically convert uppercase and lowercase characters in URLs
    236238= 5.88.0 =
    237239* Improvement: a check that a review is not SPAM before triggering sending of a discount coupon
Note: See TracChangeset for help on using the changeset viewer.