Skip to content

Commit 55c1140

Browse files
authored
Merge pull request #43 from tawk/release/support-version-82
Update version supported
2 parents 5dd33a4 + 0d48742 commit 55c1140

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"license": "AFL-3.0",
1515
"scripts": {
16-
"post-install-cmd": "[ -z \"$GITHUB_ACTIONS\" ] && npm install",
16+
"post-install-cmd": "if [ -z \"$GITHUB_ACTIONS\" ]; then npm install; fi",
1717
"lint": "phpcs -p -s -v --runtime-set ignore_warnings_on_exit true .",
1818
"lint:fix": "php-cs-fixer fix --config='.php-cs-fixer.dist.php'",
1919
"auto-index": "composer run auto-index:1.6 && composer run auto-index:1.7 && composer run auto-index:8",

prestashop1.6/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>tawkto</name>
44
<displayName><![CDATA[tawk.to]]></displayName>
5-
<version><![CDATA[1.4.0]]></version>
5+
<version><![CDATA[1.5.0]]></version>
66
<description><![CDATA[tawk.to live chat integration.]]></description>
77
<author><![CDATA[tawk.to]]></author>
88
<tab><![CDATA[front_office_features]]></tab>

prestashop1.6/tawkto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct()
4545
{
4646
$this->name = 'tawkto';
4747
$this->tab = 'front_office_features';
48-
$this->version = '1.4.0';
48+
$this->version = '1.5.0';
4949
$this->author = 'tawk.to';
5050
$this->need_instance = 0;
5151
$this->ps_versions_compliancy = ['min' => '1.5', 'max' => '1.6'];

prestashop1.6/views/templates/hook/widget.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @copyright Copyright (c) 2014-2024 tawk.to
1616
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1717
*}
18-
<!--Start of Tawk.to Script (1.4.0)-->
18+
<!--Start of Tawk.to Script (1.5.0)-->
1919
<script type="text/javascript">
2020
var $_Tawk_API={},$_Tawk_LoadStart=new Date();
2121
(function(){

prestashop1.7/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>tawkto</name>
44
<displayName><![CDATA[tawk.to]]></displayName>
5-
<version><![CDATA[1.4.0]]></version>
5+
<version><![CDATA[1.5.0]]></version>
66
<description><![CDATA[tawk.to live chat integration.]]></description>
77
<author><![CDATA[tawk.to]]></author>
88
<tab><![CDATA[front_office_features]]></tab>

prestashop1.7/tawkto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct()
4545
{
4646
$this->name = 'tawkto';
4747
$this->tab = 'front_office_features';
48-
$this->version = '1.4.0';
48+
$this->version = '1.5.0';
4949
$this->author = 'tawk.to';
5050
$this->need_instance = 0;
5151
$this->ps_versions_compliancy = ['min' => '1.5', 'max' => '1.7'];

prestashop1.7/views/templates/hook/widget.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @copyright Copyright (c) 2014-2024 tawk.to
1616
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1717
*}
18-
<!--Start of tawk.to Script (1.4.0)-->
18+
<!--Start of tawk.to Script (1.5.0)-->
1919
<script type="text/javascript">
2020
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
2121

prestashop8.x/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>tawkto</name>
44
<displayName><![CDATA[tawk.to]]></displayName>
5-
<version><![CDATA[1.4.0]]></version>
5+
<version><![CDATA[1.5.0]]></version>
66
<description><![CDATA[tawk.to live chat integration.]]></description>
77
<author><![CDATA[tawk.to]]></author>
88
<tab><![CDATA[front_office_features]]></tab>

prestashop8.x/tawkto.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ public function __construct()
4444
{
4545
$this->name = 'tawkto';
4646
$this->tab = 'front_office_features';
47-
$this->version = '1.4.0';
47+
$this->version = '1.5.0';
4848
$this->author = 'tawk.to';
4949
$this->need_instance = 0;
50-
$this->ps_versions_compliancy = ['min' => '1.5', 'max' => '8.1.99'];
50+
$this->ps_versions_compliancy = ['min' => '1.5', 'max' => '8.2.99'];
5151

5252
parent::__construct();
5353

prestashop8.x/views/templates/hook/widget.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @copyright Copyright (c) 2014-2024 tawk.to
1616
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1717
*}
18-
<!--Start of tawk.to Script (1.4.0)-->
18+
<!--Start of tawk.to Script (1.5.0)-->
1919
<script type="text/javascript">
2020
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
2121

0 commit comments

Comments
 (0)