Plugin Directory

Changeset 3366575


Ignore:
Timestamp:
09/23/2025 02:24:44 PM (6 months ago)
Author:
avisverifies
Message:

v.2.4.6-2025/09/23-Fix error on orders collection

Location:
netreviews/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • netreviews/trunk/api_functions.php

    r3166332 r3366575  
    153153{
    154154    $wc_version = ntav_getConfig('WCVERSION', 'non');
    155     if ($wc_version < "2.6.0") {
     155    if (version_compare($wc_version, '2.6.0', '<')){
    156156        return ntav_getOrders_old($message, $post_query);
    157157    }
  • netreviews/trunk/changelog.txt

    r3335168 r3366575  
     1Version 2.4.6 / 22/09/2025
     2- Fix : compare woocommerce version to get right orders
     3
    14Version 2.4.5 / 10/07/2025
    25- Fix : export recently received orders manual export
     
    3033Version 2.3.13 / 11/01/2023
    3134- Fix order status for trigger order
    32 - Fix richSnipppet JSON+LD for WPML
     35- Fix richSnippet JSON+LD for WPML
    3336- Feat compatibility with Wordpress 6.1 and woocommerce 7.2.2
    3437
  • netreviews/trunk/functions.php

    r3335168 r3366575  
    66function ntav_update_version_plugin()
    77{
    8     ntav_updateValue('MODVERSION', '2.4.5');
     8    ntav_updateValue('MODVERSION', '2.4.6');
    99}
    1010
  • netreviews/trunk/netreviews.php

    r3335168 r3366575  
    66 * Description: We provide you with a solution that enables you to collect customer reviews about your website and products which will show on your
    77 * website and on a attestation which will increase the credibility of published reviews.
    8  * Version: 2.4.5
     8 * Version: 2.4.6
    99 * Author: NetReviews SAS <contact@avis-verifies.com>
    1010 * Author URI: www.avis-verifies.com
  • netreviews/trunk/readme.txt

    r3335168 r3366575  
    5757
    5858== Changelog ==
     59Version 2.4.6 / 22/09/2025
     60- Fix : compare woocommerce version to get right orders
     61
    5962Version 2.4.5 / 10/07/2025
    6063- Fix : export recently received orders manual export
Note: See TracChangeset for help on using the changeset viewer.