Changeset 3298803
- Timestamp:
- 05/22/2025 01:17:15 PM (10 months ago)
- Location:
- netreviews/trunk
- Files:
-
- 5 edited
-
changelog.txt (modified) (1 diff)
-
functions.php (modified) (1 diff)
-
includes/av_backoffice.php (modified) (1 diff)
-
netreviews.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
netreviews/trunk/changelog.txt
r3166332 r3298803 1 Version 2.4.4 / 13/05/2025 2 - Fix : php warning 3 1 4 Version 2.4.3 / 07/10/2024 2 5 - Fix : check woocommerce version HPOS compatibility -
netreviews/trunk/functions.php
r3166332 r3298803 6 6 function ntav_update_version_plugin() 7 7 { 8 ntav_updateValue('MODVERSION', '2.4. 3');8 ntav_updateValue('MODVERSION', '2.4.4'); 9 9 } 10 10 -
netreviews/trunk/includes/av_backoffice.php
r3054488 r3298803 858 858 </td> 859 859 <td> 860 <textarea name="specificStyle" rows="5" cols="50"><?php echo htmlentities($specificStyle); ?></textarea>860 <textarea name="specificStyle" rows="5" cols="50"><?php if(!empty($specificStyle)) { echo htmlentities($specificStyle); }; ?></textarea> 861 861 </td> 862 862 </tr> -
netreviews/trunk/netreviews.php
r3166332 r3298803 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. 38 * Version: 2.4.4 9 9 * Author: NetReviews SAS <contact@avis-verifies.com> 10 10 * Author URI: www.avis-verifies.com -
netreviews/trunk/readme.txt
r3166332 r3298803 4 4 Tags: avis,verifies,étoiles,reviews,stars,google,adwords,shopping,snippets,comments,customers 5 5 Requires at least: 1.3.1 6 Tested up to: 6. 6.26 Tested up to: 6.8.1 7 7 Stable tag: trunk 8 8 … … 57 57 58 58 == Changelog == 59 Version 2.4.4 / 13/05/2025 60 - Fix : php warning 61 59 62 Version 2.4.3 / 07/10/2024 60 63 - Fix : check woocommerce version HPOS compatibility
Note: See TracChangeset
for help on using the changeset viewer.