Skip to content

Commit 44dbc13

Browse files
authored
Merge pull request #219 from ga-devfront/release/bump-to-8-0-0
Bump to version 8.0.0
2 parents 943d264 + fef6511 commit 44dbc13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>productcomments</name>
44
<displayName><![CDATA[Product Comments]]></displayName>
5-
<version><![CDATA[7.0.0]]></version>
5+
<version><![CDATA[8.0.0]]></version>
66
<description><![CDATA[Allows users to post reviews and rate products on specific criteria.]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[front_office_features]]></tab>

productcomments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct()
4747
{
4848
$this->name = 'productcomments';
4949
$this->tab = 'front_office_features';
50-
$this->version = '7.0.0';
50+
$this->version = '8.0.0';
5151
$this->author = 'PrestaShop';
5252
$this->need_instance = 0;
5353
$this->bootstrap = true;

0 commit comments

Comments
 (0)