Skip to content

Commit

Permalink
Merge pull request #197 from PrestaShop/dev
Browse files Browse the repository at this point in the history
Deploy v4.5.1 of the autoupgrade module
  • Loading branch information
Quetzacoalt91 authored Dec 6, 2018
2 parents f874fb6 + 627faba commit 33b71ca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion autoupgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function __construct()
$this->name = 'autoupgrade';
$this->tab = 'administration';
$this->author = 'PrestaShop';
$this->version = '4.5.0';
$this->version = '4.5.1';
$this->need_instance = 1;

$this->bootstrap = true;
Expand Down
2 changes: 0 additions & 2 deletions classes/TaskRunner/Upgrade/UpgradeComplete.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ public function run()
$this->logger->debug('<strong>' . $this->translator->trans('Please remove %s by FTP', array($this->container->getProperty(UpgradeContainer::LATEST_PATH)), 'Modules.Autoupgrade.Admin') . '</strong>');
}

$this->container->getSymfonyAdapter()->clearMigrationCache();

// Reinit config
Configuration::deleteByName('PS_AUTOUP_IGNORE_REQS');
}
Expand Down
1 change: 1 addition & 0 deletions classes/TaskRunner/Upgrade/UpgradeDb.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function run()
$this->next = 'upgradeModules';
$this->logger->info($this->translator->trans('Database upgraded. Now upgrading your Addons modules...', array(), 'Modules.Autoupgrade.Admin'));

$this->container->getSymfonyAdapter()->clearMigrationCache();
return true;
}

Expand Down
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>autoupgrade</name>
<displayName><![CDATA[1-Click Upgrade]]></displayName>
<version><![CDATA[4.5.0]]></version>
<version><![CDATA[4.5.1]]></version>
<description><![CDATA[Provides an automated method to upgrade your shop to the latest version of PrestaShop.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[administration]]></tab>
Expand Down

0 comments on commit 33b71ca

Please sign in to comment.