Changeset 3366575
- Timestamp:
- 09/23/2025 02:24:44 PM (6 months ago)
- Location:
- netreviews/trunk
- Files:
-
- 5 edited
-
api_functions.php (modified) (1 diff)
-
changelog.txt (modified) (2 diffs)
-
functions.php (modified) (1 diff)
-
netreviews.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
netreviews/trunk/api_functions.php
r3166332 r3366575 153 153 { 154 154 $wc_version = ntav_getConfig('WCVERSION', 'non'); 155 if ( $wc_version < "2.6.0"){155 if (version_compare($wc_version, '2.6.0', '<')){ 156 156 return ntav_getOrders_old($message, $post_query); 157 157 } -
netreviews/trunk/changelog.txt
r3335168 r3366575 1 Version 2.4.6 / 22/09/2025 2 - Fix : compare woocommerce version to get right orders 3 1 4 Version 2.4.5 / 10/07/2025 2 5 - Fix : export recently received orders manual export … … 30 33 Version 2.3.13 / 11/01/2023 31 34 - Fix order status for trigger order 32 - Fix richSnipp pet JSON+LD for WPML35 - Fix richSnippet JSON+LD for WPML 33 36 - Feat compatibility with Wordpress 6.1 and woocommerce 7.2.2 34 37 -
netreviews/trunk/functions.php
r3335168 r3366575 6 6 function ntav_update_version_plugin() 7 7 { 8 ntav_updateValue('MODVERSION', '2.4. 5');8 ntav_updateValue('MODVERSION', '2.4.6'); 9 9 } 10 10 -
netreviews/trunk/netreviews.php
r3335168 r3366575 6 6 * Description: We provide you with a solution that enables you to collect customer reviews about your website and products which will show on your 7 7 * website and on a attestation which will increase the credibility of published reviews. 8 * Version: 2.4. 58 * Version: 2.4.6 9 9 * Author: NetReviews SAS <contact@avis-verifies.com> 10 10 * Author URI: www.avis-verifies.com -
netreviews/trunk/readme.txt
r3335168 r3366575 57 57 58 58 == Changelog == 59 Version 2.4.6 / 22/09/2025 60 - Fix : compare woocommerce version to get right orders 61 59 62 Version 2.4.5 / 10/07/2025 60 63 - Fix : export recently received orders manual export
Note: See TracChangeset
for help on using the changeset viewer.