Skip to content

Commit

Permalink
Merge pull request #49 from PrestaShop/dev
Browse files Browse the repository at this point in the history
Release 2.1.3
  • Loading branch information
jolelievre authored Mar 22, 2023
2 parents 6bf4465 + b0bb4ae commit dacb40f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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>dashproducts</name>
<displayName><![CDATA[Dashboard Products]]></displayName>
<version><![CDATA[2.1.2]]></version>
<version><![CDATA[2.1.3]]></version>
<description><![CDATA[Adds a block with a table of your latest orders and a ranking of your products]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[dashboard]]></tab>
Expand Down
4 changes: 2 additions & 2 deletions dashproducts.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ public function __construct()
{
$this->name = 'dashproducts';
$this->tab = 'administration';
$this->version = '2.1.2';
$this->version = '2.1.3';
$this->author = 'PrestaShop';

parent::__construct();
$this->displayName = $this->trans('Dashboard Products', [], 'Modules.Dashproducts.Admin');
$this->description = $this->trans('Enrich your stats, display a table of your latest orders and a ranking of your products.', [], 'Modules.Dashproducts.Admin');
$this->description = $this->trans('Enrich your stats: display a table of your latest orders and a ranking of your products.', [], 'Modules.Dashproducts.Admin');
$this->ps_versions_compliancy = ['min' => '1.7.6.0', 'max' => _PS_VERSION_];
}

Expand Down
Binary file removed logo.gif
Binary file not shown.

0 comments on commit dacb40f

Please sign in to comment.