Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eug-L committed Sep 12, 2024
1 parent 90f1a6b commit 6821652
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions prestashop1.6/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<module>
<name>tawkto</name>
<displayName><![CDATA[tawk.to]]></displayName>
<version><![CDATA[1.3.0]]></version>
<version><![CDATA[1.4.0]]></version>
<description><![CDATA[tawk.to live chat integration.]]></description>
<author><![CDATA[tawk.to]]></author>
<tab><![CDATA[front_office_features]]></tab>
<confirmUninstall><![CDATA[Are you sure you want to uninstall?]]></confirmUninstall>
<is_configurable>1</is_configurable>
<need_instance>0</need_instance>
<limited_countries></limited_countries>
</module>
</module>
2 changes: 1 addition & 1 deletion prestashop1.6/tawkto.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function __construct()
{
$this->name = 'tawkto';
$this->tab = 'front_office_features';
$this->version = '1.3.0';
$this->version = '1.4.0';
$this->author = 'tawk.to';
$this->need_instance = 0;
$this->ps_versions_compliancy = ['min' => '1.5', 'max' => '1.6'];
Expand Down
2 changes: 1 addition & 1 deletion prestashop1.6/views/templates/hook/widget.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*}
<!--Start of Tawk.to Script-->
<!--Start of Tawk.to Script (1.4.0)-->
<script type="text/javascript">
var $_Tawk_API={},$_Tawk_LoadStart=new Date();
(function(){
Expand Down
4 changes: 2 additions & 2 deletions prestashop1.7/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<module>
<name>tawkto</name>
<displayName><![CDATA[tawk.to]]></displayName>
<version><![CDATA[1.3.0]]></version>
<version><![CDATA[1.4.0]]></version>
<description><![CDATA[tawk.to live chat integration.]]></description>
<author><![CDATA[tawk.to]]></author>
<tab><![CDATA[front_office_features]]></tab>
<confirmUninstall><![CDATA[Are you sure you want to uninstall?]]></confirmUninstall>
<is_configurable>1</is_configurable>
<need_instance>0</need_instance>
<limited_countries></limited_countries>
</module>
</module>
2 changes: 1 addition & 1 deletion prestashop1.7/tawkto.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function __construct()
{
$this->name = 'tawkto';
$this->tab = 'front_office_features';
$this->version = '1.3.0';
$this->version = '1.4.0';
$this->author = 'tawk.to';
$this->need_instance = 0;
$this->ps_versions_compliancy = ['min' => '1.5', 'max' => '1.7'];
Expand Down
2 changes: 1 addition & 1 deletion prestashop1.7/views/templates/hook/widget.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*}
<!--Start of tawk.to Script-->
<!--Start of tawk.to Script (1.4.0)-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
Expand Down
2 changes: 1 addition & 1 deletion prestashop8.x/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>tawkto</name>
<displayName><![CDATA[tawk.to]]></displayName>
<version><![CDATA[1.3.0]]></version>
<version><![CDATA[1.4.0]]></version>
<description><![CDATA[tawk.to live chat integration.]]></description>
<author><![CDATA[tawk.to]]></author>
<tab><![CDATA[front_office_features]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion prestashop8.x/tawkto.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function __construct()
{
$this->name = 'tawkto';
$this->tab = 'front_office_features';
$this->version = '1.3.0';
$this->version = '1.4.0';
$this->author = 'tawk.to';
$this->need_instance = 0;
$this->ps_versions_compliancy = ['min' => '1.5', 'max' => '8.1.99'];
Expand Down
2 changes: 1 addition & 1 deletion prestashop8.x/views/templates/hook/widget.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*}
<!--Start of tawk.to Script-->
<!--Start of tawk.to Script (1.4.0)-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
Expand Down

0 comments on commit 6821652

Please sign in to comment.