File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed 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.2.1 ]]> </version >
5+ <version ><![CDATA[ 1.2.2 ]]> </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 @@ -33,7 +33,7 @@ public function __construct()
3333 {
3434 $ this ->name = 'tawkto ' ;
3535 $ this ->tab = 'front_office_features ' ;
36- $ this ->version = '1.2.1 ' ;
36+ $ this ->version = '1.2.2 ' ;
3737 $ this ->author = 'tawk.to ' ;
3838 $ this ->need_instance = 0 ;
3939 $ this ->ps_versions_compliancy = array ('min ' => '1.5 ' , 'max ' => '1.6 ' );
@@ -88,7 +88,7 @@ public function hookDisplayFooter()
8888 if ($ result ) {
8989 $ options = json_decode ($ result );
9090
91- if (! is_null ($ options ->enable_visitor_recognition )) {
91+ if (isset ($ options ->enable_visitor_recognition )) {
9292 $ enable_visitor_recognition = $ options ->enable_visitor_recognition ;
9393 }
9494
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.2.1 ]]> </version >
5+ <version ><![CDATA[ 1.2.2 ]]> </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 @@ -33,7 +33,7 @@ public function __construct()
3333 {
3434 $ this ->name = 'tawkto ' ;
3535 $ this ->tab = 'front_office_features ' ;
36- $ this ->version = '1.2.1 ' ;
36+ $ this ->version = '1.2.2 ' ;
3737 $ this ->author = 'tawk.to ' ;
3838 $ this ->need_instance = 0 ;
3939 $ this ->ps_versions_compliancy = array ('min ' => '1.5 ' , 'max ' => '1.7 ' );
@@ -88,7 +88,7 @@ public function hookDisplayFooter()
8888 $ options = json_decode ($ result );
8989 $ current_page = (string ) $ _SERVER ['HTTP_HOST ' ].$ _SERVER ['REQUEST_URI ' ];
9090
91- if (! is_null ($ options ->enable_visitor_recognition )) {
91+ if (isset ($ options ->enable_visitor_recognition )) {
9292 $ enable_visitor_recognition = $ options ->enable_visitor_recognition ;
9393 }
9494
You can’t perform that action at this time.
0 commit comments