Plugin Directory

Changeset 3298803


Ignore:
Timestamp:
05/22/2025 01:17:15 PM (10 months ago)
Author:
avisverifies
Message:

v.2.4.4-2025/05/22-Fix php error and update compatibility

Location:
netreviews/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • netreviews/trunk/changelog.txt

    r3166332 r3298803  
     1Version 2.4.4 / 13/05/2025
     2- Fix : php warning
     3
    14Version 2.4.3 / 07/10/2024
    25- Fix : check woocommerce version HPOS compatibility
  • netreviews/trunk/functions.php

    r3166332 r3298803  
    66function ntav_update_version_plugin()
    77{
    8     ntav_updateValue('MODVERSION', '2.4.3');
     8    ntav_updateValue('MODVERSION', '2.4.4');
    99}
    1010
  • netreviews/trunk/includes/av_backoffice.php

    r3054488 r3298803  
    858858                    </td>
    859859                    <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>
    861861                    </td>
    862862                </tr>
  • netreviews/trunk/netreviews.php

    r3166332 r3298803  
    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.3
     8 * Version: 2.4.4
    99 * Author: NetReviews SAS <contact@avis-verifies.com>
    1010 * Author URI: www.avis-verifies.com
  • netreviews/trunk/readme.txt

    r3166332 r3298803  
    44Tags: avis,verifies,étoiles,reviews,stars,google,adwords,shopping,snippets,comments,customers
    55Requires at least: 1.3.1
    6 Tested up to: 6.6.2
     6Tested up to: 6.8.1
    77Stable tag: trunk
    88
     
    5757
    5858== Changelog ==
     59Version 2.4.4 / 13/05/2025
     60- Fix : php warning
     61
    5962Version 2.4.3 / 07/10/2024
    6063- Fix : check woocommerce version HPOS compatibility
Note: See TracChangeset for help on using the changeset viewer.