Skip to content

Commit

Permalink
Merge pull request #68 from PrestaShop/dev
Browse files Browse the repository at this point in the history
Release version 1.2.5
  • Loading branch information
jolelievre authored Jan 23, 2025
2 parents f6d6104 + fffa534 commit 4fb8dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>ps_themecusto</name>
<displayName><![CDATA[Theme Customization]]></displayName>
<version><![CDATA[1.2.4]]></version>
<version><![CDATA[1.2.5]]></version>
<description><![CDATA[Easily configure and customize your homepage&rsquo;s theme and main native modules. Feature available on Design &gt; Theme &amp; Logo page.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[]]></tab>
Expand Down
4 changes: 1 addition & 3 deletions ps_themecusto.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

class ps_themecusto extends Module
{
public $author_address;
public $bootstrap;
public $controller_name;
public $front_controller = [];
Expand All @@ -45,10 +44,9 @@ public function __construct()
{
$this->name = 'ps_themecusto';
$this->tab = 'front_office_features';
$this->version = '1.2.4';
$this->version = '1.2.5';
$this->author = 'PrestaShop';
$this->module_key = 'af0983815ad8c8a193b5dc9168e8372e';
$this->author_address = '0x64aa3c1e4034d07015f639b0e171b0d7b27d01aa';
$this->bootstrap = true;

parent::__construct();
Expand Down

0 comments on commit 4fb8dbd

Please sign in to comment.