Plugin Directory

Changeset 3419546


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

5.93.0

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

Legend:

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

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

    r3401488 r3419546  
    209209            // <version>
    210210            $xml_writer->startElement('version');
    211             $xml_writer->text('2.3');
     211            $xml_writer->text('2.4');
    212212            $xml_writer->endElement();
    213213            // <aggregator>
  • customer-reviews-woocommerce/trunk/ivole.php

    r3413656 r3419546  
    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.92.0
     6Version: 5.93.0
    77Author: CusRev
    88Author URI: https://www.cusrev.com/business/
     
    1111Requires at least: 4.5
    1212WC requires at least: 3.6
    13 WC tested up to: 10.3
     13WC tested up to: 10.4
    1414License: GPLv3
    1515
  • customer-reviews-woocommerce/trunk/readme.txt

    r3413656 r3419546  
    55Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 5.92.0
     7Stable tag: 5.93.0
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl.html
     
    235235== Changelog ==
    236236
     237= 5.93.0 =
     238* Improvement: update of XML feed format to version 2.4 for Google Product Reviews
    237239= 5.92.0 =
    238240* New feature: 'schema_markup' parameter in [cusrev_reviews_grid] shortcode to create AggregateRating rich snippet
Note: See TracChangeset for help on using the changeset viewer.