File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed
Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ' ];
Original file line number Diff line number Diff line change 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" >
2020var $_Tawk_API= { } ,$_Tawk_LoadStart= new Date ();
2121(function (){
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ' ];
Original file line number Diff line number Diff line change 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" >
2020var Tawk_API= Tawk_API|| { } , Tawk_LoadStart= new Date ();
2121
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" >
2020var Tawk_API= Tawk_API|| { } , Tawk_LoadStart= new Date ();
2121
You can’t perform that action at this time.
0 commit comments