There was an error while loading. Please reload this page.
2 parents 943d264 + fef6511 commit 44dbc13Copy full SHA for 44dbc13
2 files changed
config.xml
@@ -2,7 +2,7 @@
2
<module>
3
<name>productcomments</name>
4
<displayName><![CDATA[Product Comments]]></displayName>
5
- <version><![CDATA[7.0.0]]></version>
+ <version><![CDATA[8.0.0]]></version>
6
<description><![CDATA[Allows users to post reviews and rate products on specific criteria.]]></description>
7
<author><![CDATA[PrestaShop]]></author>
8
<tab><![CDATA[front_office_features]]></tab>
productcomments.php
@@ -47,7 +47,7 @@ public function __construct()
47
{
48
$this->name = 'productcomments';
49
$this->tab = 'front_office_features';
50
- $this->version = '7.0.0';
+ $this->version = '8.0.0';
51
$this->author = 'PrestaShop';
52
$this->need_instance = 0;
53
$this->bootstrap = true;
0 commit comments