Plugin Directory

Changeset 3420486


Ignore:
Timestamp:
12/15/2025 08:21:03 PM (3 months ago)
Author:
ivole
Message:

5.93.1

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

Legend:

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

    r3419546 r3420486  
    8585
    8686class Ivole {
    87     const CR_VERSION = '5.93.0';
     87    const CR_VERSION = '5.93.1';
    8888
    8989    public function __construct() {
  • customer-reviews-woocommerce/trunk/includes/google/class-cr-google-shopping-feed.php

    r3419546 r3420486  
    205205            $xml_writer->endAttribute();
    206206            $xml_writer->startAttribute('xsi:noNamespaceSchemaLocation');
    207             $xml_writer->text('http://www.google.com/shopping/reviews/schema/product/2.3/product_reviews.xsd');
     207            $xml_writer->text('http://www.google.com/shopping/reviews/schema/product/2.4/product_reviews.xsd');
    208208            $xml_writer->endAttribute();
    209209            // <version>
  • customer-reviews-woocommerce/trunk/ivole.php

    r3419546 r3420486  
    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.93.0
     6Version: 5.93.1
    77Author: CusRev
    88Author URI: https://www.cusrev.com/business/
  • customer-reviews-woocommerce/trunk/readme.txt

    r3419546 r3420486  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 5.93.0
     7Stable tag: 5.93.1
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl.html
     
    235235== Changelog ==
    236236
     237= 5.93.1 =
     238* Bug fix: incorrect version in the schema URL for Google Product Reviews
    237239= 5.93.0 =
    238240* Improvement: update of XML feed format to version 2.4 for Google Product Reviews
Note: See TracChangeset for help on using the changeset viewer.