AvisVerifies - Version 2.6.5.8

Version Notes

La version 2.6.5.8 est stable.

Download this release

Release Info

Developer Magento Core Team
Extension AvisVerifies
Version 2.6.5.8
Comparing to
See all releases


Code changes from version 2.6.5.7 to 2.6.5.8

app/code/local/Netreviews/Avisverifies/Model/Reviews.php CHANGED
@@ -13,7 +13,7 @@ class Netreviews_Avisverifies_Model_Reviews extends Mage_Core_Model_Abstract{
13
  $string = Mage::getStoreConfig('avisverifies/extra/relatedstoreslist');
14
  $string = (empty($string))? '' : $string;
15
  $this->idWebsite = explode(';', $string);
16
- $this->limit = 5;
17
  $this->page = 1;
18
  }
19
 
13
  $string = Mage::getStoreConfig('avisverifies/extra/relatedstoreslist');
14
  $string = (empty($string))? '' : $string;
15
  $this->idWebsite = explode(';', $string);
16
+ $this->limit = 50;
17
  $this->page = 1;
18
  }
19
 
app/code/local/Netreviews/Avisverifies/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Netreviews_Avisverifies>
5
- <version>2.6.5.7</version>
6
  </Netreviews_Avisverifies>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Netreviews_Avisverifies>
5
+ <version>2.6.5.8</version>
6
  </Netreviews_Avisverifies>
7
  </modules>
8
  <global>
app/design/frontend/base/default/template/avisverifies/css.phtml CHANGED
@@ -18,10 +18,10 @@
18
  height: 12px;
19
  width: 70px;
20
  }
21
- #idTabavisverifies div.ratingInner{
22
- background:url('<?php echo $this->getSkinUrl('images/avisverifies/mini_etoile_full.png')?>') no-repeat left bottom transparent;
23
  /*display:inline-block;*/
24
- height: 12px;
25
  }
26
  #idTabavisverifies .triangle-border {
27
  position: relative;
18
  height: 12px;
19
  width: 70px;
20
  }
21
+ #idTabavisverifies div.ratingInner{
22
+ background:url('<?php echo $this->getSkinUrl('images/avisverifies/mini_etoile_full.png')?>') no-repeat left top transparent;
23
  /*display:inline-block;*/
24
+ height: 13px;
25
  }
26
  #idTabavisverifies .triangle-border {
27
  position: relative;
app/design/frontend/base/default/template/avisverifies/js.phtml CHANGED
@@ -24,12 +24,21 @@
24
  $avjq('html,body').animate({scrollTop: $avjq("#idTabavisverifies").offset().top}, 'slow');
25
  };
26
 
27
- window.avisVerifies.Ajax = function(){
28
- var $avjq = window.avisVerifies.jQuery;
29
  var urlAjax = $avjq("#avisVarifiesAjaxUrl").val();
30
  var $imgAjax = $avjq("#avisVarifiesAjaxImage");
31
  var $click = $avjq('#av_load_next_page');
32
  var $content = $avjq("#ajax_comment_content");
 
 
 
 
 
 
 
 
 
33
  var page = parseInt($click.attr('data-page'));
34
  var maxPage = parseInt($click.attr('data-page-last'));
35
  page++;
@@ -44,8 +53,9 @@
44
  $content.append(html);
45
  $click.attr('data-page',page);
46
  $imgAjax.hide();
47
- if(maxPage <= page)
48
- $click.hide();
 
49
  },
50
  error: function ( jqXHR, textStatus, errorThrown ){
51
  alert('something went wrong...');
24
  $avjq('html,body').animate({scrollTop: $avjq("#idTabavisverifies").offset().top}, 'slow');
25
  };
26
 
27
+ window.avisVerifies.Ajax = function(){
28
+ var $avjq = window.avisVerifies.jQuery;
29
  var urlAjax = $avjq("#avisVarifiesAjaxUrl").val();
30
  var $imgAjax = $avjq("#avisVarifiesAjaxImage");
31
  var $click = $avjq('#av_load_next_page');
32
  var $content = $avjq("#ajax_comment_content");
33
+ // test if no hidden element then use ajax to load extra elements
34
+ if ($avjq('.reviewAV:hidden').length != 0) {
35
+ $avjq('.reviewAV:hidden').each(function(index){
36
+ if (index < 5) {
37
+ $avjq(this).show('slow');
38
+ }
39
+ });
40
+ return '';
41
+ }
42
  var page = parseInt($click.attr('data-page'));
43
  var maxPage = parseInt($click.attr('data-page-last'));
44
  page++;
53
  $content.append(html);
54
  $click.attr('data-page',page);
55
  $imgAjax.hide();
56
+ if ($avjq('.reviewAV:hidden').length == 0) {
57
+ $click.hide();
58
+ }
59
  },
60
  error: function ( jqXHR, textStatus, errorThrown ){
61
  alert('something went wrong...');
app/design/frontend/base/default/template/avisverifies/list.phtml CHANGED
@@ -15,7 +15,6 @@
15
  <?php // $richSnipet[2] = ' itemprop="reviewCount" '?>
16
 
17
  <?php // $_product_AV = Mage::getModel('catalog/product')->load($o_av->idProduct); ?>
18
-
19
  <?php if($countReviews): ?>
20
  <div class="box-collateral box-reviews" id="customer-reviews">
21
  <?php // info pour le js ajax ?>
@@ -60,12 +59,10 @@
60
  ->setTemplate('avisverifies/pagination.phtml')
61
  ->toHtml(); ?>
62
  </div>
63
- <?php if($maxPages > 1): ?>
64
- <button onclick="window.avisVerifies.Ajax()" id="av_load_next_page" data-page="1" data-page-last="<?php echo $maxPages ?>">
65
- <?php echo $this->__('More Reviews...')?>
66
- </button>
67
- <img id="avisVarifiesAjaxImage" src="<?php echo $this->getSkinUrl('images/avisverifies/pagination-loader.gif')?>" style="display:none;margin: 10px 0px 0px 10px;" />
68
- <?php endif; ?>
69
  </div>
70
  <div class="clear"></div>
71
  </div>
@@ -83,4 +80,23 @@
83
  </div>
84
  </div>
85
  <?php endif; ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86
  <?php endif; ?>
15
  <?php // $richSnipet[2] = ' itemprop="reviewCount" '?>
16
 
17
  <?php // $_product_AV = Mage::getModel('catalog/product')->load($o_av->idProduct); ?>
 
18
  <?php if($countReviews): ?>
19
  <div class="box-collateral box-reviews" id="customer-reviews">
20
  <?php // info pour le js ajax ?>
59
  ->setTemplate('avisverifies/pagination.phtml')
60
  ->toHtml(); ?>
61
  </div>
62
+ <button onclick="window.avisVerifies.Ajax()" id="av_load_next_page" data-page="1" data-page-last="<?php echo $maxPages ?>">
63
+ <?php echo $this->__('More Reviews...')?>
64
+ </button>
65
+ <img id="avisVarifiesAjaxImage" src="<?php echo $this->getSkinUrl('images/avisverifies/pagination-loader.gif')?>" style="display:none;margin: 10px 0px 0px 10px;" />
 
 
66
  </div>
67
  <div class="clear"></div>
68
  </div>
80
  </div>
81
  </div>
82
  <?php endif; ?>
83
+ <?php if($countReviews): ?>
84
+ <script>
85
+ (function(){
86
+ window.avisVerifies.jQuery('#AV_button').attr('href','javascript:void(0)').click(function(){
87
+ window.avisVerifies.scrollTo();
88
+ });
89
+
90
+ window.avisVerifies.jQuery('.reviewAV').each(function(index){
91
+ if (index > 4) {
92
+ window.avisVerifies.jQuery(this).hide();
93
+ }
94
+ });
95
+
96
+ if (window.avisVerifies.jQuery('.reviewAV:hidden').length == 0) {
97
+ window.avisVerifies.jQuery('#av_load_next_page').hide();
98
+ }
99
+ })();
100
+ </script>
101
+ <?php endif;?>
102
  <?php endif; ?>
app/design/frontend/base/default/template/avisverifies/pagination.phtml CHANGED
@@ -17,10 +17,11 @@
17
  <?php // $richSnipet[4] = ' itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating" '?>
18
  <?php // $richSnipet[5] = ' itemprop="bestRating" '?>
19
  <?php // $richSnipet[6] = ' itemprop="description" '?>
20
-
 
21
  <?php foreach($reviews as $k_review=>$review): ?>
22
- <style>.display-all-comments{padding-left: 6px;margin-left: 30px; display: block; font-style:italic}</style>
23
- <div class="reviewAV" <?php echo $richSnipet[0] ?>>
24
  <div class="reviewInfosAV">
25
  <div style="text-transform:capitalize" <?php echo $richSnipet[2] ?>>
26
  <?php echo $o_av->AV_sgbd_decode($review->getData('customer_name')) ?>
@@ -68,12 +69,6 @@
68
  <?php endif; ?>
69
  <?php endif; ?>
70
  </div>
71
- <?php endforeach; ?>
72
- <script>
73
- window.avisVerifies.jQuery('document').ready(function(){
74
- window.avisVerifies.jQuery('#AV_button').attr('href','javascript:void(0)').click(function(){
75
- window.avisVerifies.scrollTo();
76
- });
77
- });
78
- </script>
79
  <?php endif; ?>
17
  <?php // $richSnipet[4] = ' itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating" '?>
18
  <?php // $richSnipet[5] = ' itemprop="bestRating" '?>
19
  <?php // $richSnipet[6] = ' itemprop="description" '?>
20
+ <?php $count_reviews = 0; ?>
21
+ <?php $isAjax = (boolean)((isset($_SERVER['HTTP_X_REQUESTED_WITH'])) && ($_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest')); ?>
22
  <?php foreach($reviews as $k_review=>$review): ?>
23
+ <?php $hide = ($isAjax && $count_reviews > 4) ? 'style="display:none"' : '' ?>
24
+ <div class="reviewAV" <?php echo $richSnipet[0] ?> <?php echo $hide ?> >
25
  <div class="reviewInfosAV">
26
  <div style="text-transform:capitalize" <?php echo $richSnipet[2] ?>>
27
  <?php echo $o_av->AV_sgbd_decode($review->getData('customer_name')) ?>
69
  <?php endif; ?>
70
  <?php endif; ?>
71
  </div>
72
+ <?php $count_reviews++; ?>
73
+ <?php endforeach; ?>
 
 
 
 
 
 
74
  <?php endif; ?>
app/design/frontend/default/default/template/avisverifies/css.phtml CHANGED
@@ -18,10 +18,10 @@
18
  height: 12px;
19
  width: 70px;
20
  }
21
- #idTabavisverifies div.ratingInner{
22
- background:url('<?php echo $this->getSkinUrl('images/avisverifies/mini_etoile_full.png')?>') no-repeat left bottom transparent;
23
  /*display:inline-block;*/
24
- height: 12px;
25
  }
26
  #idTabavisverifies .triangle-border {
27
  position: relative;
18
  height: 12px;
19
  width: 70px;
20
  }
21
+ #idTabavisverifies div.ratingInner{
22
+ background:url('<?php echo $this->getSkinUrl('images/avisverifies/mini_etoile_full.png')?>') no-repeat left top transparent;
23
  /*display:inline-block;*/
24
+ height: 13px;
25
  }
26
  #idTabavisverifies .triangle-border {
27
  position: relative;
app/design/frontend/default/default/template/avisverifies/js.phtml CHANGED
@@ -24,12 +24,21 @@
24
  $avjq('html,body').animate({scrollTop: $avjq("#idTabavisverifies").offset().top}, 'slow');
25
  };
26
 
27
- window.avisVerifies.Ajax = function(){
28
- var $avjq = window.avisVerifies.jQuery;
29
  var urlAjax = $avjq("#avisVarifiesAjaxUrl").val();
30
  var $imgAjax = $avjq("#avisVarifiesAjaxImage");
31
  var $click = $avjq('#av_load_next_page');
32
  var $content = $avjq("#ajax_comment_content");
 
 
 
 
 
 
 
 
 
33
  var page = parseInt($click.attr('data-page'));
34
  var maxPage = parseInt($click.attr('data-page-last'));
35
  page++;
@@ -44,8 +53,9 @@
44
  $content.append(html);
45
  $click.attr('data-page',page);
46
  $imgAjax.hide();
47
- if(maxPage <= page)
48
- $click.hide();
 
49
  },
50
  error: function ( jqXHR, textStatus, errorThrown ){
51
  alert('something went wrong...');
24
  $avjq('html,body').animate({scrollTop: $avjq("#idTabavisverifies").offset().top}, 'slow');
25
  };
26
 
27
+ window.avisVerifies.Ajax = function(){
28
+ var $avjq = window.avisVerifies.jQuery;
29
  var urlAjax = $avjq("#avisVarifiesAjaxUrl").val();
30
  var $imgAjax = $avjq("#avisVarifiesAjaxImage");
31
  var $click = $avjq('#av_load_next_page');
32
  var $content = $avjq("#ajax_comment_content");
33
+ // test if no hidden element then use ajax to load extra elements
34
+ if ($avjq('.reviewAV:hidden').length != 0) {
35
+ $avjq('.reviewAV:hidden').each(function(index){
36
+ if (index < 5) {
37
+ $avjq(this).show('slow');
38
+ }
39
+ });
40
+ return '';
41
+ }
42
  var page = parseInt($click.attr('data-page'));
43
  var maxPage = parseInt($click.attr('data-page-last'));
44
  page++;
53
  $content.append(html);
54
  $click.attr('data-page',page);
55
  $imgAjax.hide();
56
+ if ($avjq('.reviewAV:hidden').length == 0) {
57
+ $click.hide();
58
+ }
59
  },
60
  error: function ( jqXHR, textStatus, errorThrown ){
61
  alert('something went wrong...');
app/design/frontend/default/default/template/avisverifies/list.phtml CHANGED
@@ -15,7 +15,6 @@
15
  <?php // $richSnipet[2] = ' itemprop="reviewCount" '?>
16
 
17
  <?php // $_product_AV = Mage::getModel('catalog/product')->load($o_av->idProduct); ?>
18
-
19
  <?php if($countReviews): ?>
20
  <div class="box-collateral box-reviews" id="customer-reviews">
21
  <?php // info pour le js ajax ?>
@@ -60,12 +59,10 @@
60
  ->setTemplate('avisverifies/pagination.phtml')
61
  ->toHtml(); ?>
62
  </div>
63
- <?php if($maxPages > 1): ?>
64
- <button onclick="window.avisVerifies.Ajax()" id="av_load_next_page" data-page="1" data-page-last="<?php echo $maxPages ?>">
65
- <?php echo $this->__('More Reviews...')?>
66
- </button>
67
- <img id="avisVarifiesAjaxImage" src="<?php echo $this->getSkinUrl('images/avisverifies/pagination-loader.gif')?>" style="display:none;margin: 10px 0px 0px 10px;" />
68
- <?php endif; ?>
69
  </div>
70
  <div class="clear"></div>
71
  </div>
@@ -83,4 +80,23 @@
83
  </div>
84
  </div>
85
  <?php endif; ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86
  <?php endif; ?>
15
  <?php // $richSnipet[2] = ' itemprop="reviewCount" '?>
16
 
17
  <?php // $_product_AV = Mage::getModel('catalog/product')->load($o_av->idProduct); ?>
 
18
  <?php if($countReviews): ?>
19
  <div class="box-collateral box-reviews" id="customer-reviews">
20
  <?php // info pour le js ajax ?>
59
  ->setTemplate('avisverifies/pagination.phtml')
60
  ->toHtml(); ?>
61
  </div>
62
+ <button onclick="window.avisVerifies.Ajax()" id="av_load_next_page" data-page="1" data-page-last="<?php echo $maxPages ?>">
63
+ <?php echo $this->__('More Reviews...')?>
64
+ </button>
65
+ <img id="avisVarifiesAjaxImage" src="<?php echo $this->getSkinUrl('images/avisverifies/pagination-loader.gif')?>" style="display:none;margin: 10px 0px 0px 10px;" />
 
 
66
  </div>
67
  <div class="clear"></div>
68
  </div>
80
  </div>
81
  </div>
82
  <?php endif; ?>
83
+ <?php if($countReviews): ?>
84
+ <script>
85
+ (function(){
86
+ window.avisVerifies.jQuery('#AV_button').attr('href','javascript:void(0)').click(function(){
87
+ window.avisVerifies.scrollTo();
88
+ });
89
+
90
+ window.avisVerifies.jQuery('.reviewAV').each(function(index){
91
+ if (index > 4) {
92
+ window.avisVerifies.jQuery(this).hide();
93
+ }
94
+ });
95
+
96
+ if (window.avisVerifies.jQuery('.reviewAV:hidden').length == 0) {
97
+ window.avisVerifies.jQuery('#av_load_next_page').hide();
98
+ }
99
+ })();
100
+ </script>
101
+ <?php endif;?>
102
  <?php endif; ?>
app/design/frontend/default/default/template/avisverifies/pagination.phtml CHANGED
@@ -17,10 +17,11 @@
17
  <?php // $richSnipet[4] = ' itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating" '?>
18
  <?php // $richSnipet[5] = ' itemprop="bestRating" '?>
19
  <?php // $richSnipet[6] = ' itemprop="description" '?>
20
-
 
21
  <?php foreach($reviews as $k_review=>$review): ?>
22
- <style>.display-all-comments{padding-left: 6px;margin-left: 30px; display: block; font-style:italic}</style>
23
- <div class="reviewAV" <?php echo $richSnipet[0] ?>>
24
  <div class="reviewInfosAV">
25
  <div style="text-transform:capitalize" <?php echo $richSnipet[2] ?>>
26
  <?php echo $o_av->AV_sgbd_decode($review->getData('customer_name')) ?>
@@ -68,12 +69,6 @@
68
  <?php endif; ?>
69
  <?php endif; ?>
70
  </div>
71
- <?php endforeach; ?>
72
- <script>
73
- window.avisVerifies.jQuery('document').ready(function(){
74
- window.avisVerifies.jQuery('#AV_button').attr('href','javascript:void(0)').click(function(){
75
- window.avisVerifies.scrollTo();
76
- });
77
- });
78
- </script>
79
  <?php endif; ?>
17
  <?php // $richSnipet[4] = ' itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating" '?>
18
  <?php // $richSnipet[5] = ' itemprop="bestRating" '?>
19
  <?php // $richSnipet[6] = ' itemprop="description" '?>
20
+ <?php $count_reviews = 0; ?>
21
+ <?php $isAjax = (boolean)((isset($_SERVER['HTTP_X_REQUESTED_WITH'])) && ($_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest')); ?>
22
  <?php foreach($reviews as $k_review=>$review): ?>
23
+ <?php $hide = ($isAjax && $count_reviews > 4) ? 'style="display:none"' : '' ?>
24
+ <div class="reviewAV" <?php echo $richSnipet[0] ?> <?php echo $hide ?> >
25
  <div class="reviewInfosAV">
26
  <div style="text-transform:capitalize" <?php echo $richSnipet[2] ?>>
27
  <?php echo $o_av->AV_sgbd_decode($review->getData('customer_name')) ?>
69
  <?php endif; ?>
70
  <?php endif; ?>
71
  </div>
72
+ <?php $count_reviews++; ?>
73
+ <?php endforeach; ?>
 
 
 
 
 
 
74
  <?php endif; ?>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>AvisVerifies</name>
4
- <version>2.6.5.7</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSLv3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Avis Verifies vous permet de recolter l'avis des clients sur votre site ecommerce.</summary>
10
  <description>Avis Verifies vous permet de recolter l'avis de vos clients suite &#xE0; leur achat sur votre boutique ecommerce. Essayez gratuitement notre solution sur www.avis-verifies.com et commencez maintenant &#xE0; r&#xE9;colter les avis de vos clients.</description>
11
- <notes>La version 2.6.5.7 est stable.</notes>
12
  <authors><author><name>Johnny</name><user>auto-converted</user><email>johnny@avis-verifies.com</email></author><author><name>R&#xE9;mi</name><user>auto-converted</user><email>remi@avis-verifies.com</email></author></authors>
13
- <date>2015-07-03</date>
14
- <time>12:21:25</time>
15
- <contents><target name="magelocal"><dir name="Netreviews"><dir name="Avisverifies"><dir name="Block"><dir name="Adminhtml"><dir name="Form"><dir name="Export"><file name="Export.php" hash="deb9a6d151049fb2f6eb05e0586318fb"/></dir></dir></dir><dir name="Observers"><file name="Checkout.php" hash="4418155485abf1f945180c15e5777af9"/></dir><dir name="Rating"><dir name="Entity"><file name="Detailed.php" hash="9b5ff09d8117b255024cfe71e2467129"/></dir></dir><dir name="Review"><dir name="Product"><dir name="View"><file name="List.php" hash="b0f2b551d04ed178262362ed7c15bb96"/></dir></dir><file name="Helper.php" hash="55317c7a83a57b8a80c69086b3a2a8bd"/></dir></dir><dir name="Helper"><file name="API.php" hash="e3d5ba79ef7a4f613d51c486e5fcf70d"/><file name="Data.php" hash="ff5da25c6d93640c8b7d221dc1b8d74e"/><file name="Export.php" hash="4da526c901dc082bffef722efaadcac8"/><file name="Install.php" hash="8b89529b7242f47fba1e24a89dea3aaa"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Average"><file name="Collection.php" hash="4255bd6ef8fdd2b7c6ee0632962286ed"/></dir><dir name="Reviews"><file name="Collection.php" hash="4187377e5fca20a959bfeceec88713ff"/></dir><file name="Average.php" hash="008a4558e9991d5ea04601c98a836480"/><file name="Reviews.php" hash="e6fccb35502c0acf635aab593d2a0beb"/></dir><dir name="Observers"><dir name="Checkout"><file name="Track.php" hash="26a1ee180faf1f7ba3a87f0dcc8cd5af"/></dir><dir name="Product"><file name="List.php" hash="2cc654ca31d9f5a0c707cf888727b5da"/></dir><file name="System.php" hash="e37df265583c44f7bb0973f651d3cef6"/></dir><file name="Average.php" hash="9ae1d65bb0fb3515da0d903bec66abb2"/><file name="Reviews.php" hash="3456e14be1bdb7cc9d0fd14f167a2aba"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="AvisverifiesController.php" hash="720671e57ea4e92b8018f20389ff61eb"/></dir><file name="DialogController.php" hash="63770bc7fe39ecb6ac1bcb3d6ad8ed18"/><file name="IndexController.php" hash="d20950a3296c6b726c959ad08f2780ed"/></dir><dir name="etc"><file name="config.xml" hash="bbe52644aa3f2b645c44b3ee47ef435e"/><file name="system.xml" hash="6190cc0d373e4ba17bff1c646723f769"/></dir><dir name="sql"><dir name="avisverifies_setup"><file name="mysql4-install-2.0.0.php" hash="391054915593dfed2a34e64e0729ad1c"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Netreviews_Avisverifies.xml" hash="2369bd341056eb0304a546e27ad07306"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="avisverifies"><dir name="admin"><file name="checkinstallation.phtml" hash="194dfd0b30d73dec71b431a728ddb975"/><file name="checkinstallation_tab.phtml" hash="c1c345d3b16dda650c8bd4b5102c98ce"/><file name="export.phtml" hash="0a1d10eee60a7e486dcb502eb1729076"/><file name="export_tab.phtml" hash="436cb31fca0b23adc72312e1a784f322"/></dir><dir name="observers"><file name="checkout.phtml" hash="648c4aa6c761f9d6bca147ca08022e22"/></dir><dir name="review"><dir name="helper"><file name="list_summary.phtml" hash="43f48e300e7620082aa715397ba815f3"/><file name="product_summary.phtml" hash="afcbc9144875a9b6e2b3691b1ab7967b"/><file name="review_summary.phtml" hash="d8103b927a4b605726a38ec0dd58cf0c"/><file name="summary.phtml" hash="8f390e624353fdebb56e1b9b9834dec6"/><file name="summary_short.phtml" hash="a67634f6c9e74292e34b12364a0a6e5a"/></dir><dir name="product"><dir name="view"><file name="count.phtml" hash="7af9b2511df48164ddfefd37f6f15f51"/></dir></dir></dir><file name="catalogProductList.phtml" hash="588a38ea765e9ecffbb4cfe763d6d7fb"/><file name="css.phtml" hash="e46acc6f39fbda5362385edde7d87354"/><file name="float.phtml" hash="81c25fec914bb2474fa0f9025b59ea47"/><file name="js.phtml" hash="b269b518dbcce060ce3610fe24031ca6"/><file name="left.phtml" hash="53a626edfb15f993a8b033cb8eed5023"/><file name="list.phtml" hash="1316cfb202d537653651090480e723cd"/><file name="pagination.phtml" hash="e1f3a1614a0d62e47a75d67a9ef59b1f"/><file name="reviewProductList.phtml" hash="3d52c1498382f8613c56f8262dbdbfb6"/><file name="right.phtml" hash="07bb407dc096679d0be03e40ebcb71b1"/></dir></dir><dir name="layout"><file name="avisverifies.xml" hash="1febddb1be00a37dc097cae8995e3aae"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="template"><dir name="avisverifies"><dir name="admin"><file name="checkinstallation.phtml" hash="194dfd0b30d73dec71b431a728ddb975"/><file name="checkinstallation_tab.phtml" hash="c1c345d3b16dda650c8bd4b5102c98ce"/><file name="export.phtml" hash="0a1d10eee60a7e486dcb502eb1729076"/><file name="export_tab.phtml" hash="436cb31fca0b23adc72312e1a784f322"/></dir><dir name="observers"><file name="checkout.phtml" hash="648c4aa6c761f9d6bca147ca08022e22"/></dir><dir name="review"><dir name="helper"><file name="list_summary.phtml" hash="43f48e300e7620082aa715397ba815f3"/><file name="product_summary.phtml" hash="afcbc9144875a9b6e2b3691b1ab7967b"/><file name="review_summary.phtml" hash="d8103b927a4b605726a38ec0dd58cf0c"/><file name="summary.phtml" hash="8f390e624353fdebb56e1b9b9834dec6"/><file name="summary_short.phtml" hash="a67634f6c9e74292e34b12364a0a6e5a"/></dir><dir name="product"><dir name="view"><file name="count.phtml" hash="7af9b2511df48164ddfefd37f6f15f51"/></dir></dir></dir><file name="catalogProductList.phtml" hash="588a38ea765e9ecffbb4cfe763d6d7fb"/><file name="css.phtml" hash="e46acc6f39fbda5362385edde7d87354"/><file name="float.phtml" hash="81c25fec914bb2474fa0f9025b59ea47"/><file name="js.phtml" hash="b269b518dbcce060ce3610fe24031ca6"/><file name="left.phtml" hash="53a626edfb15f993a8b033cb8eed5023"/><file name="list.phtml" hash="1316cfb202d537653651090480e723cd"/><file name="pagination.phtml" hash="e1f3a1614a0d62e47a75d67a9ef59b1f"/><file name="reviewProductList.phtml" hash="3d52c1498382f8613c56f8262dbdbfb6"/><file name="right.phtml" hash="07bb407dc096679d0be03e40ebcb71b1"/></dir></dir><dir name="layout"><file name="avisverifies.xml" hash="1febddb1be00a37dc097cae8995e3aae"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="avisverifies"><file name="Sceau_100de_DE.png" hash="3a5c40b284b71ff2b1cb45ee0f62c63c"/><file name="Sceau_100en_AU.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_CA.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_GB.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_NZ.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_US.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100es_CL.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_CO.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_ES.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_MX.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_PE.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100fr_FR.png" hash="f2fc0adb70d9a1b3da6bb65d5b58fa30"/><file name="Sceau_100it_IT.png" hash="dd1e908d4d41e0438710b5138380eb37"/><file name="Sceau_100nl_NL.png" hash="502819066210a104b47aef3043424ce9"/><file name="Sceau_100pt_PT.png" hash="9befd03d5907892f981d256ea80d0b76"/><file name="Sceau_45de_DE.png" hash="5fc9fcfd445c20f50f48d549128c0134"/><file name="Sceau_45en_AU.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_CA.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_GB.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_NZ.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_US.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45es_CL.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_CO.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_ES.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_MX.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_PE.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45fr_FR.png" hash="75301d9ecb9551bf805d3dbb8d60fc74"/><file name="Sceau_45it_IT.png" hash="606c02ded69315ce5dd6e5d65daf474f"/><file name="Sceau_45nl_NL.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45pt_PT.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="etoile0.png" hash="bce56f50906713d9cc7602dc34cb73a5"/><file name="etoile1.png" hash="7446927468b81a1cae698578fa0dd566"/><file name="etoile2.png" hash="0a2e0bb274430ffd544a1112eb33eb0a"/><file name="etoile3.png" hash="65b18268445a8dfacb9848571916274d"/><file name="etoile4.png" hash="fffcb5ab211e6fc73e3f50731c683977"/><file name="etoile5.png" hash="0d22136a4ee0e714da50e8bc8daf1bed"/><file name="mini_etoile_empty.png" hash="4f3de020c07b2eb613517e26eedc4a32"/><file name="mini_etoile_full.png" hash="a9ed947e0e0b6de1b4522077443356f5"/><file name="pagination-loader.gif" hash="be1cede97289c13920048f238fd37b85"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="images"><dir name="avisverifies"><file name="Sceau_100de_DE.png" hash="3a5c40b284b71ff2b1cb45ee0f62c63c"/><file name="Sceau_100en_AU.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_CA.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_GB.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_NZ.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_US.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100es_CL.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_CO.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_ES.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_MX.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_PE.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100fr_FR.png" hash="f2fc0adb70d9a1b3da6bb65d5b58fa30"/><file name="Sceau_100it_IT.png" hash="dd1e908d4d41e0438710b5138380eb37"/><file name="Sceau_100nl_NL.png" hash="502819066210a104b47aef3043424ce9"/><file name="Sceau_100pt_PT.png" hash="9befd03d5907892f981d256ea80d0b76"/><file name="Sceau_45de_DE.png" hash="5fc9fcfd445c20f50f48d549128c0134"/><file name="Sceau_45en_AU.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_CA.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_GB.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_NZ.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_US.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45es_CL.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_CO.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_ES.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_MX.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_PE.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45fr_FR.png" hash="75301d9ecb9551bf805d3dbb8d60fc74"/><file name="Sceau_45it_IT.png" hash="606c02ded69315ce5dd6e5d65daf474f"/><file name="Sceau_45nl_NL.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45pt_PT.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="etoile0.png" hash="bce56f50906713d9cc7602dc34cb73a5"/><file name="etoile1.png" hash="7446927468b81a1cae698578fa0dd566"/><file name="etoile2.png" hash="0a2e0bb274430ffd544a1112eb33eb0a"/><file name="etoile3.png" hash="65b18268445a8dfacb9848571916274d"/><file name="etoile4.png" hash="fffcb5ab211e6fc73e3f50731c683977"/><file name="etoile5.png" hash="0d22136a4ee0e714da50e8bc8daf1bed"/><file name="mini_etoile_empty.png" hash="4f3de020c07b2eb613517e26eedc4a32"/><file name="mini_etoile_full.png" hash="a9ed947e0e0b6de1b4522077443356f5"/><file name="pagination-loader.gif" hash="be1cede97289c13920048f238fd37b85"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="de_DE"><file name="avisverifies.csv" hash="37402797f28e69c5f25000ce09074f55"/></dir><dir name="en_US"><file name="avisverifies.csv" hash="4f941b21dec2282c6caed9c59e8c8a12"/></dir><dir name="es_ES"><file name="avisverifies.csv" hash="8df5cda9356c7ac6121ca0719c967f14"/></dir><dir name="fr_FR"><file name="avisverifies.csv" hash="7c5090082d6734e13b18dfd771ebf960"/></dir><dir name="nl_NL"><file name="avisverifies.csv" hash="53b96dda5d24de710e091406be481be4"/></dir><dir name="pt_PT"><file name="avisverifies.csv" hash="82cf1a5134272c032a034cac05aef792"/></dir><dir name="en_GB"><file name="avisverifies.csv" hash="c624e356f31a47e6fae3551d3741ad09"/></dir><dir name="it_IT"><file name="avisverifies.csv" hash="895920aabb6a63638bc8fb4d2bf1c506"/></dir><dir name="es_CO"><file name="avisverifies.csv" hash="8df5cda9356c7ac6121ca0719c967f14"/></dir><dir name="es_CL"><file name="avisverifies.csv" hash="8df5cda9356c7ac6121ca0719c967f14"/></dir><dir name="es_MX"><file name="avisverifies.csv" hash="8df5cda9356c7ac6121ca0719c967f14"/></dir><dir name="es_PE"><file name="avisverifies.csv" hash="8df5cda9356c7ac6121ca0719c967f14"/></dir><dir name="en_NZ"><file name="avisverifies.csv" hash="4f941b21dec2282c6caed9c59e8c8a12"/></dir><dir name="en_AU"><file name="avisverifies.csv" hash="4f941b21dec2282c6caed9c59e8c8a12"/></dir><dir name="en_CA"><file name="avisverifies.csv" hash="4f941b21dec2282c6caed9c59e8c8a12"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>AvisVerifies</name>
4
+ <version>2.6.5.8</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSLv3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Avis Verifies vous permet de recolter l'avis des clients sur votre site ecommerce.</summary>
10
  <description>Avis Verifies vous permet de recolter l'avis de vos clients suite &#xE0; leur achat sur votre boutique ecommerce. Essayez gratuitement notre solution sur www.avis-verifies.com et commencez maintenant &#xE0; r&#xE9;colter les avis de vos clients.</description>
11
+ <notes>La version 2.6.5.8 est stable.</notes>
12
  <authors><author><name>Johnny</name><user>auto-converted</user><email>johnny@avis-verifies.com</email></author><author><name>R&#xE9;mi</name><user>auto-converted</user><email>remi@avis-verifies.com</email></author></authors>
13
+ <date>2015-07-23</date>
14
+ <time>08:03:49</time>
15
+ <contents><target name="magelocal"><dir name="Netreviews"><dir name="Avisverifies"><dir name="Block"><dir name="Adminhtml"><dir name="Form"><dir name="Export"><file name="Export.php" hash="deb9a6d151049fb2f6eb05e0586318fb"/></dir></dir></dir><dir name="Observers"><file name="Checkout.php" hash="4418155485abf1f945180c15e5777af9"/></dir><dir name="Rating"><dir name="Entity"><file name="Detailed.php" hash="9b5ff09d8117b255024cfe71e2467129"/></dir></dir><dir name="Review"><dir name="Product"><dir name="View"><file name="List.php" hash="b0f2b551d04ed178262362ed7c15bb96"/></dir></dir><file name="Helper.php" hash="55317c7a83a57b8a80c69086b3a2a8bd"/></dir></dir><dir name="Helper"><file name="API.php" hash="e3d5ba79ef7a4f613d51c486e5fcf70d"/><file name="Data.php" hash="ff5da25c6d93640c8b7d221dc1b8d74e"/><file name="Export.php" hash="4da526c901dc082bffef722efaadcac8"/><file name="Install.php" hash="8b89529b7242f47fba1e24a89dea3aaa"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Average"><file name="Collection.php" hash="4255bd6ef8fdd2b7c6ee0632962286ed"/></dir><dir name="Reviews"><file name="Collection.php" hash="4187377e5fca20a959bfeceec88713ff"/></dir><file name="Average.php" hash="008a4558e9991d5ea04601c98a836480"/><file name="Reviews.php" hash="e6fccb35502c0acf635aab593d2a0beb"/></dir><dir name="Observers"><dir name="Checkout"><file name="Track.php" hash="26a1ee180faf1f7ba3a87f0dcc8cd5af"/></dir><dir name="Product"><file name="List.php" hash="2cc654ca31d9f5a0c707cf888727b5da"/></dir><file name="System.php" hash="e37df265583c44f7bb0973f651d3cef6"/></dir><file name="Average.php" hash="9ae1d65bb0fb3515da0d903bec66abb2"/><file name="Reviews.php" hash="d37100d1c042c6f07912a567b23d498d"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="AvisverifiesController.php" hash="720671e57ea4e92b8018f20389ff61eb"/></dir><file name="DialogController.php" hash="63770bc7fe39ecb6ac1bcb3d6ad8ed18"/><file name="IndexController.php" hash="d20950a3296c6b726c959ad08f2780ed"/></dir><dir name="etc"><file name="config.xml" hash="657a61102b713a91cdbd24b0ec7fcd8d"/><file name="system.xml" hash="6190cc0d373e4ba17bff1c646723f769"/></dir><dir name="sql"><dir name="avisverifies_setup"><file name="mysql4-install-2.0.0.php" hash="391054915593dfed2a34e64e0729ad1c"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Netreviews_Avisverifies.xml" hash="2369bd341056eb0304a546e27ad07306"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="avisverifies"><dir name="admin"><file name="checkinstallation.phtml" hash="194dfd0b30d73dec71b431a728ddb975"/><file name="checkinstallation_tab.phtml" hash="c1c345d3b16dda650c8bd4b5102c98ce"/><file name="export.phtml" hash="0a1d10eee60a7e486dcb502eb1729076"/><file name="export_tab.phtml" hash="436cb31fca0b23adc72312e1a784f322"/></dir><dir name="observers"><file name="checkout.phtml" hash="648c4aa6c761f9d6bca147ca08022e22"/></dir><dir name="review"><dir name="helper"><file name="list_summary.phtml" hash="43f48e300e7620082aa715397ba815f3"/><file name="product_summary.phtml" hash="afcbc9144875a9b6e2b3691b1ab7967b"/><file name="review_summary.phtml" hash="d8103b927a4b605726a38ec0dd58cf0c"/><file name="summary.phtml" hash="8f390e624353fdebb56e1b9b9834dec6"/><file name="summary_short.phtml" hash="a67634f6c9e74292e34b12364a0a6e5a"/></dir><dir name="product"><dir name="view"><file name="count.phtml" hash="7af9b2511df48164ddfefd37f6f15f51"/></dir></dir></dir><file name="catalogProductList.phtml" hash="588a38ea765e9ecffbb4cfe763d6d7fb"/><file name="css.phtml" hash="8e95b2331593938ce97d7e2be7ca53b0"/><file name="float.phtml" hash="81c25fec914bb2474fa0f9025b59ea47"/><file name="js.phtml" hash="3be675a8231996293ac59ac961359435"/><file name="left.phtml" hash="53a626edfb15f993a8b033cb8eed5023"/><file name="list.phtml" hash="3637e3a7d9f3f9a1848c1b9fa207aaca"/><file name="pagination.phtml" hash="28628c3773ffe4de2f19a41162a50022"/><file name="reviewProductList.phtml" hash="3d52c1498382f8613c56f8262dbdbfb6"/><file name="right.phtml" hash="07bb407dc096679d0be03e40ebcb71b1"/></dir></dir><dir name="layout"><file name="avisverifies.xml" hash="1febddb1be00a37dc097cae8995e3aae"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="template"><dir name="avisverifies"><dir name="admin"><file name="checkinstallation.phtml" hash="194dfd0b30d73dec71b431a728ddb975"/><file name="checkinstallation_tab.phtml" hash="c1c345d3b16dda650c8bd4b5102c98ce"/><file name="export.phtml" hash="0a1d10eee60a7e486dcb502eb1729076"/><file name="export_tab.phtml" hash="436cb31fca0b23adc72312e1a784f322"/></dir><dir name="observers"><file name="checkout.phtml" hash="648c4aa6c761f9d6bca147ca08022e22"/></dir><dir name="review"><dir name="helper"><file name="list_summary.phtml" hash="43f48e300e7620082aa715397ba815f3"/><file name="product_summary.phtml" hash="afcbc9144875a9b6e2b3691b1ab7967b"/><file name="review_summary.phtml" hash="d8103b927a4b605726a38ec0dd58cf0c"/><file name="summary.phtml" hash="8f390e624353fdebb56e1b9b9834dec6"/><file name="summary_short.phtml" hash="a67634f6c9e74292e34b12364a0a6e5a"/></dir><dir name="product"><dir name="view"><file name="count.phtml" hash="7af9b2511df48164ddfefd37f6f15f51"/></dir></dir></dir><file name="catalogProductList.phtml" hash="588a38ea765e9ecffbb4cfe763d6d7fb"/><file name="css.phtml" hash="8e95b2331593938ce97d7e2be7ca53b0"/><file name="float.phtml" hash="81c25fec914bb2474fa0f9025b59ea47"/><file name="js.phtml" hash="3be675a8231996293ac59ac961359435"/><file name="left.phtml" hash="53a626edfb15f993a8b033cb8eed5023"/><file name="list.phtml" hash="3637e3a7d9f3f9a1848c1b9fa207aaca"/><file name="pagination.phtml" hash="28628c3773ffe4de2f19a41162a50022"/><file name="reviewProductList.phtml" hash="3d52c1498382f8613c56f8262dbdbfb6"/><file name="right.phtml" hash="07bb407dc096679d0be03e40ebcb71b1"/></dir></dir><dir name="layout"><file name="avisverifies.xml" hash="1febddb1be00a37dc097cae8995e3aae"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="avisverifies"><file name="Sceau_100de_DE.png" hash="3a5c40b284b71ff2b1cb45ee0f62c63c"/><file name="Sceau_100en_AU.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_CA.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_GB.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_NZ.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_US.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100es_CL.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_CO.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_ES.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_MX.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_PE.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100fr_FR.png" hash="f2fc0adb70d9a1b3da6bb65d5b58fa30"/><file name="Sceau_100it_IT.png" hash="dd1e908d4d41e0438710b5138380eb37"/><file name="Sceau_100nl_NL.png" hash="502819066210a104b47aef3043424ce9"/><file name="Sceau_100pt_PT.png" hash="9befd03d5907892f981d256ea80d0b76"/><file name="Sceau_45de_DE.png" hash="5fc9fcfd445c20f50f48d549128c0134"/><file name="Sceau_45en_AU.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_CA.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_GB.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_NZ.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_US.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45es_CL.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_CO.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_ES.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_MX.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_PE.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45fr_FR.png" hash="75301d9ecb9551bf805d3dbb8d60fc74"/><file name="Sceau_45it_IT.png" hash="606c02ded69315ce5dd6e5d65daf474f"/><file name="Sceau_45nl_NL.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45pt_PT.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="etoile0.png" hash="bce56f50906713d9cc7602dc34cb73a5"/><file name="etoile1.png" hash="7446927468b81a1cae698578fa0dd566"/><file name="etoile2.png" hash="0a2e0bb274430ffd544a1112eb33eb0a"/><file name="etoile3.png" hash="65b18268445a8dfacb9848571916274d"/><file name="etoile4.png" hash="fffcb5ab211e6fc73e3f50731c683977"/><file name="etoile5.png" hash="0d22136a4ee0e714da50e8bc8daf1bed"/><file name="mini_etoile_empty.png" hash="4f3de020c07b2eb613517e26eedc4a32"/><file name="mini_etoile_full.png" hash="a9ed947e0e0b6de1b4522077443356f5"/><file name="pagination-loader.gif" hash="be1cede97289c13920048f238fd37b85"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="images"><dir name="avisverifies"><file name="Sceau_100de_DE.png" hash="3a5c40b284b71ff2b1cb45ee0f62c63c"/><file name="Sceau_100en_AU.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_CA.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_GB.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_NZ.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100en_US.png" hash="e5a18734067e9d34bd976a2644b3984b"/><file name="Sceau_100es_CL.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_CO.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_ES.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_MX.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100es_PE.png" hash="d5a967c4601e5f40ef28749a6f7f9ec3"/><file name="Sceau_100fr_FR.png" hash="f2fc0adb70d9a1b3da6bb65d5b58fa30"/><file name="Sceau_100it_IT.png" hash="dd1e908d4d41e0438710b5138380eb37"/><file name="Sceau_100nl_NL.png" hash="502819066210a104b47aef3043424ce9"/><file name="Sceau_100pt_PT.png" hash="9befd03d5907892f981d256ea80d0b76"/><file name="Sceau_45de_DE.png" hash="5fc9fcfd445c20f50f48d549128c0134"/><file name="Sceau_45en_AU.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_CA.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_GB.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_NZ.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45en_US.png" hash="0f794c583717101c8706c6bfaeb00f12"/><file name="Sceau_45es_CL.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_CO.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_ES.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_MX.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45es_PE.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45fr_FR.png" hash="75301d9ecb9551bf805d3dbb8d60fc74"/><file name="Sceau_45it_IT.png" hash="606c02ded69315ce5dd6e5d65daf474f"/><file name="Sceau_45nl_NL.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="Sceau_45pt_PT.png" hash="eaf02ecb106202ec5213c7156e12b319"/><file name="etoile0.png" hash="bce56f50906713d9cc7602dc34cb73a5"/><file name="etoile1.png" hash="7446927468b81a1cae698578fa0dd566"/><file name="etoile2.png" hash="0a2e0bb274430ffd544a1112eb33eb0a"/><file name="etoile3.png" hash="65b18268445a8dfacb9848571916274d"/><file name="etoile4.png" hash="fffcb5ab211e6fc73e3f50731c683977"/><file name="etoile5.png" hash="0d22136a4ee0e714da50e8bc8daf1bed"/><file name="mini_etoile_empty.png" hash="4f3de020c07b2eb613517e26eedc4a32"/><file name="mini_etoile_full.png" hash="a9ed947e0e0b6de1b4522077443356f5"/><file name="pagination-loader.gif" hash="be1cede97289c13920048f238fd37b85"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="de_DE"><file name="avisverifies.csv" hash="37402797f28e69c5f25000ce09074f55"/></dir><dir name="en_US"><file name="avisverifies.csv" hash="4f941b21dec2282c6caed9c59e8c8a12"/></dir><dir name="es_ES"><file name="avisverifies.csv" hash="8df5cda9356c7ac6121ca0719c967f14"/></dir><dir name="fr_FR"><file name="avisverifies.csv" hash="7c5090082d6734e13b18dfd771ebf960"/></dir><dir name="nl_NL"><file name="avisverifies.csv" hash="53b96dda5d24de710e091406be481be4"/></dir><dir name="pt_PT"><file name="avisverifies.csv" hash="82cf1a5134272c032a034cac05aef792"/></dir><dir name="en_GB"><file name="avisverifies.csv" hash="c624e356f31a47e6fae3551d3741ad09"/></dir><dir name="it_IT"><file name="avisverifies.csv" hash="895920aabb6a63638bc8fb4d2bf1c506"/></dir><dir name="es_CO"><file name="avisverifies.csv" hash="8df5cda9356c7ac6121ca0719c967f14"/></dir><dir name="es_CL"><file name="avisverifies.csv" hash="8df5cda9356c7ac6121ca0719c967f14"/></dir><dir name="es_MX"><file name="avisverifies.csv" hash="8df5cda9356c7ac6121ca0719c967f14"/></dir><dir name="es_PE"><file name="avisverifies.csv" hash="8df5cda9356c7ac6121ca0719c967f14"/></dir><dir name="en_NZ"><file name="avisverifies.csv" hash="4f941b21dec2282c6caed9c59e8c8a12"/></dir><dir name="en_AU"><file name="avisverifies.csv" hash="4f941b21dec2282c6caed9c59e8c8a12"/></dir><dir name="en_CA"><file name="avisverifies.csv" hash="4f941b21dec2282c6caed9c59e8c8a12"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>