Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>statsbestproducts</name>
<displayName><![CDATA[Best-selling products]]></displayName>
<version><![CDATA[2.0.1]]></version>
<version><![CDATA[2.1.0]]></version>
<description><![CDATA[Adds a list of the best-selling products to the Stats dashboard.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[analytics_stats]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion statsbestproducts.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct()
{
$this->name = 'statsbestproducts';
$this->tab = 'administration';
$this->version = '2.0.1';
$this->version = '2.1.0';
$this->author = 'PrestaShop';
$this->need_instance = 0;

Expand Down
Loading