Plugin Directory

Changeset 2318974


Ignore:
Timestamp:
06/05/2020 12:24:48 PM (6 years ago)
Author:
avisverifies
Message:

RELEASE Woocommerce 2.3.3 - Several bug fixes and usability improvements

Location:
netreviews/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • netreviews/trunk/changelog.txt

    r2318127 r2318974  
     1Version 2.3.3 / 05/06/2020
     2- Several bug fixes and usability improvements
     3
     4Version: 2.3.2  / 22/05/2020
     5- Uninstall tables when uninstall hook instead of deactivation hook
     6- Select template if not chosen
     7
    18Version: 2.3.2  / 22/05/2020
    29- Uninstall tables when uninstall hook instead of deactivation hook
  • netreviews/trunk/functions.php

    r2318127 r2318974  
    55function ntav_update_version_plugin()
    66{
    7     ntav_updateValue('MODVERSION', '2.3.2');
     7    ntav_updateValue('MODVERSION', '2.3.3');
    88}
    99
     
    872872
    873873    $query = str_replace('?wp_?', $table_prefix, ntav_getOrdersByWooCommerceVersion1($whereStatusChosen, $whereDate, $whereFlag));
    874     print_r($query);
     874
    875875    if (($res = $wpdb->get_results($query)) != NULL) {
    876876        return $res;
  • netreviews/trunk/netreviews.php

    r2318127 r2318974  
    99 * Description: We provide you with a solution that enables you to collect customer reviews about your website and products which will show on your
    1010 * website and on a attestation which will increase the credibility of published reviews.
    11  * Version: 2.3.2
     11 * Version: 2.3.3
    1212 * Author: NetReviews SAS <contact@avis-verifies.com>
    1313 * Author URI: www.avis-verifies.com
    1414 * Text Domain: avis-verifies
    15  * Copyright: © 2017 Netreviews SAS
     15 * Copyright: © 2020 Netreviews SAS
    1616 * Domain Path: /languages/
    1717 */
Note: See TracChangeset for help on using the changeset viewer.