diff --git a/composer.json b/composer.json index a933189..b8dd7d8 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ }, "license": "AFL-3.0", "scripts": { - "post-install-cmd": "[ -z \"$GITHUB_ACTIONS\" ] && npm install", + "post-install-cmd": "if [ -z \"$GITHUB_ACTIONS\" ]; then npm install; fi", "lint": "phpcs -p -s -v --runtime-set ignore_warnings_on_exit true .", "lint:fix": "php-cs-fixer fix --config='.php-cs-fixer.dist.php'", "auto-index": "composer run auto-index:1.6 && composer run auto-index:1.7 && composer run auto-index:8", diff --git a/prestashop1.6/config.xml b/prestashop1.6/config.xml index 0f8fcb1..89224f8 100644 --- a/prestashop1.6/config.xml +++ b/prestashop1.6/config.xml @@ -2,7 +2,7 @@ tawkto - + diff --git a/prestashop1.6/tawkto.php b/prestashop1.6/tawkto.php index ffbd245..2d1d191 100644 --- a/prestashop1.6/tawkto.php +++ b/prestashop1.6/tawkto.php @@ -45,7 +45,7 @@ public function __construct() { $this->name = 'tawkto'; $this->tab = 'front_office_features'; - $this->version = '1.4.0'; + $this->version = '1.5.0'; $this->author = 'tawk.to'; $this->need_instance = 0; $this->ps_versions_compliancy = ['min' => '1.5', 'max' => '1.6']; diff --git a/prestashop1.6/views/templates/hook/widget.tpl b/prestashop1.6/views/templates/hook/widget.tpl index 63837e5..1e69338 100644 --- a/prestashop1.6/views/templates/hook/widget.tpl +++ b/prestashop1.6/views/templates/hook/widget.tpl @@ -15,7 +15,7 @@ * @copyright Copyright (c) 2014-2024 tawk.to * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) *} - +