Skip to content

Commit

Permalink
Merge pull request #483 from matks/hotfix-1786
Browse files Browse the repository at this point in the history
Release 4.14.1
  • Loading branch information
matks authored May 16, 2022
2 parents acecf5f + 5c4b933 commit 3f28b45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.14.0';
$this->version = '4.14.1';
$this->need_instance = 1;

$this->bootstrap = 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.14.0]]></version>
<version><![CDATA[4.14.1]]></version>
<description><![CDATA[Upgrade to the latest version of PrestaShop in a few clicks, thanks to this automated method.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[administration]]></tab>
Expand Down
4 changes: 4 additions & 0 deletions upgrade/sql/1.7.8.6.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SET SESSION sql_mode='';
SET NAMES 'utf8mb4';

ALTER TABLE `PREFIX_state` MODIFY COLUMN `name` VARCHAR(80) NOT NULL;

0 comments on commit 3f28b45

Please sign in to comment.