Changeset 2318974
- Timestamp:
- 06/05/2020 12:24:48 PM (6 years ago)
- Location:
- netreviews/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
functions.php (modified) (2 diffs)
-
netreviews.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
netreviews/trunk/changelog.txt
r2318127 r2318974 1 Version 2.3.3 / 05/06/2020 2 - Several bug fixes and usability improvements 3 4 Version: 2.3.2 / 22/05/2020 5 - Uninstall tables when uninstall hook instead of deactivation hook 6 - Select template if not chosen 7 1 8 Version: 2.3.2 / 22/05/2020 2 9 - Uninstall tables when uninstall hook instead of deactivation hook -
netreviews/trunk/functions.php
r2318127 r2318974 5 5 function ntav_update_version_plugin() 6 6 { 7 ntav_updateValue('MODVERSION', '2.3. 2');7 ntav_updateValue('MODVERSION', '2.3.3'); 8 8 } 9 9 … … 872 872 873 873 $query = str_replace('?wp_?', $table_prefix, ntav_getOrdersByWooCommerceVersion1($whereStatusChosen, $whereDate, $whereFlag)); 874 print_r($query); 874 875 875 if (($res = $wpdb->get_results($query)) != NULL) { 876 876 return $res; -
netreviews/trunk/netreviews.php
r2318127 r2318974 9 9 * Description: We provide you with a solution that enables you to collect customer reviews about your website and products which will show on your 10 10 * website and on a attestation which will increase the credibility of published reviews. 11 * Version: 2.3. 211 * Version: 2.3.3 12 12 * Author: NetReviews SAS <contact@avis-verifies.com> 13 13 * Author URI: www.avis-verifies.com 14 14 * Text Domain: avis-verifies 15 * Copyright: © 20 17Netreviews SAS15 * Copyright: © 2020 Netreviews SAS 16 16 * Domain Path: /languages/ 17 17 */
Note: See TracChangeset
for help on using the changeset viewer.