Changeset 2329355
- Timestamp:
- 06/23/2020 01:55:02 PM (6 years ago)
- Location:
- netreviews/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (1 diff)
-
functions.php (modified) (1 diff)
-
includes/review_Pagination.php (modified) (1 diff)
-
netreviews.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
netreviews/trunk/changelog.txt
r2318974 r2329355 1 Version 2.3.3 / 05/06/2020 1 Version 2.3.4 / 23/06/2020 2 - Fix missing traductions 3 4 Version 2.3.3 / 05/06/2020 2 5 - Several bug fixes and usability improvements 3 6 -
netreviews/trunk/functions.php
r2318974 r2329355 5 5 function ntav_update_version_plugin() 6 6 { 7 ntav_updateValue('MODVERSION', '2.3. 3');7 ntav_updateValue('MODVERSION', '2.3.4'); 8 8 } 9 9 -
netreviews/trunk/includes/review_Pagination.php
r2318127 r2329355 260 260 <a href="javascript:" class="netreviewsVote" data-review-id="<?php echo $idProduitCible; ?>" 261 261 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> 263 263 </a> 264 264 <a href="javascript:" class="netreviewsVote" data-review-id="<?php echo $idProduitCible; ?>" 265 265 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> 267 267 </a> 268 268 <p class="netreviews_helpfulmsg" id="<?php echo $idProduitCible . '_msg'; ?>"></p> -
netreviews/trunk/netreviews.php
r2318974 r2329355 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. 311 * Version: 2.3.4 12 12 * Author: NetReviews SAS <contact@avis-verifies.com> 13 13 * Author URI: www.avis-verifies.com
Note: See TracChangeset
for help on using the changeset viewer.