Plugin Directory

Changeset 2329355


Ignore:
Timestamp:
06/23/2020 01:55:02 PM (6 years ago)
Author:
avisverifies
Message:

RELEASE Woocommerce 2.3.4 - Several bug fixes and usability improvements

Location:
netreviews/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • netreviews/trunk/changelog.txt

    r2318974 r2329355  
    1 Version 2.3.3 / 05/06/2020
     1Version 2.3.4 / 23/06/2020
     2- Fix missing traductions
     3
     4Version 2.3.3 / 05/06/2020
    25- Several bug fixes and usability improvements
    36
  • netreviews/trunk/functions.php

    r2318974 r2329355  
    55function ntav_update_version_plugin()
    66{
    7     ntav_updateValue('MODVERSION', '2.3.3');
     7    ntav_updateValue('MODVERSION', '2.3.4');
    88}
    99
  • netreviews/trunk/includes/review_Pagination.php

    r2318127 r2329355  
    260260                <a href="javascript:" class="netreviewsVote" data-review-id="<?php echo $idProduitCible; ?>"
    261261                   data-vote="1" data-sign="<?php echo $sign; ?>"
    262                    id="<?php echo $idProduitCible; ?>_1">Oui <span><?php echo $review['helpfulYes'] ?></span>
     262                   id="<?php echo $idProduitCible; ?>_1"><?php echo __('Yes', 'av'); ?> <span><?php echo $review['helpfulYes'] ?></span>
    263263                </a>
    264264                <a href="javascript:" class="netreviewsVote" data-review-id="<?php echo $idProduitCible; ?>"
    265265                   data-vote="0" data-sign="<?php echo $sign; ?>"
    266                    id="<?php echo $idProduitCible; ?>_0">Non <span><?php echo $review['helpfulNo'] ?></span>
     266                   id="<?php echo $idProduitCible; ?>_0"><?php echo __('No', 'av'); ?> <span><?php echo $review['helpfulNo'] ?></span>
    267267                </a>
    268268                <p class="netreviews_helpfulmsg" id="<?php echo $idProduitCible . '_msg'; ?>"></p>
  • netreviews/trunk/netreviews.php

    r2318974 r2329355  
    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.3
     11 * Version: 2.3.4
    1212 * Author: NetReviews SAS <contact@avis-verifies.com>
    1313 * Author URI: www.avis-verifies.com
Note: See TracChangeset for help on using the changeset viewer.