Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
// Version updated to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebiloe committed Feb 22, 2017
1 parent f963e54 commit e7be7c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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>pscleaner</name>
<displayName><![CDATA[PrestaShop Cleaner]]></displayName>
<version><![CDATA[1.9.2]]></version>
<version><![CDATA[2.0.0]]></version>
<description><![CDATA[Check and fix functional integrity constraints and remove default data]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[administration]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion pscleaner.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function __construct()
{
$this->name = 'pscleaner';
$this->tab = 'administration';
$this->version = '1.9.2';
$this->version = '2.0.0';
$this->author = 'PrestaShop';
$this->need_instance = 0;
if (version_compare(_PS_VERSION_, '1.5.0.0 ', '>=')) {
Expand Down

0 comments on commit e7be7c3

Please sign in to comment.