Skip to content

Commit

Permalink
Merge pull request #77 from Hlavtox/bump-301
Browse files Browse the repository at this point in the history
Bump version to 3.0.1
  • Loading branch information
Hlavtox authored Nov 6, 2024
2 parents ed7ca6d + 8343b4d commit b03acc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<module>
<name>ps_categorytree</name>
<displayName><![CDATA[Category tree links]]></displayName>
<version><![CDATA[3.0.0]]></version>
<version><![CDATA[3.0.1]]></version>
<description><![CDATA[Help navigation on your store, show your visitors current category and subcategories.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[front_office_features]]></tab>
<is_configurable>1</is_configurable>
<need_instance>1</need_instance>
</module>
</module>
2 changes: 1 addition & 1 deletion ps_categorytree.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function __construct()
{
$this->name = 'ps_categorytree';
$this->tab = 'front_office_features';
$this->version = '3.0.0';
$this->version = '3.0.1';
$this->author = 'PrestaShop';

$this->bootstrap = true;
Expand Down

0 comments on commit b03acc8

Please sign in to comment.