Skip to content

Commit 6d159b1

Browse files
Merge pull request #32 from alvinjohnsonso/fix/php-56-compatibility-issue
fix/php-56-compatibility-issue * updated tawk-url-util lib to 2.0.1; * version bumped to 0.7.1;
2 parents 3df0464 + 45cc6c0 commit 6d159b1

File tree

6 files changed

+32
-15
lines changed

6 files changed

+32
-15
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "Wordpress plugin for tawk.to",
44
"type": "project",
55
"license": "GPL-3.0",
6-
"version": "0.7.0",
6+
"version": "0.7.1",
77
"require": {
8-
"tawk/url-utils": "^2.0"
8+
"tawk/url-utils": "2.0.1"
99
},
1010
"require-dev": {
1111
"php-webdriver/webdriver": "^1.12",

composer.lock

Lines changed: 22 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tawk-wordpress",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "tawk.to wordpress plugin",
55
"main": "index.js",
66
"directories": {

tawkto/readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: tawk,tawk.to,tawkto,chat,free chat,livechat,chat widget,plugin,chat for we
44
Requires at least: 2.7
55
Requires PHP: 5.6
66
Tested up to: 5.9
7-
Stable tag: 0.7.0
7+
Stable tag: 0.7.1
88

99
(OFFICIAL tawk.to plugin) Instantly chat with visitors on your website with the free tawk.to chat widget.
1010
Website: [http://tawk.to](http://tawk.to)
@@ -69,6 +69,9 @@ Note: You will need a free tawk.to account: [Create one for free here!](https://
6969

7070
== Changelog ==
7171

72+
= 0.7.1 =
73+
* Fixed compatibility issue on PHP versions >= 5.6.
74+
7275
= 0.7.0 =
7376
* Enhanced URL pattern matching.
7477
* Supported version bump 5.9.

tawkto/tawkto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Plugin Name: Tawk.to Live Chat
77
* Plugin URI: https://www.tawk.to
88
* Description: Embeds Tawk.to live chat widget to your site
9-
* Version: 0.7.0
9+
* Version: 0.7.1
1010
* Author: Tawkto
1111
* Text Domain: tawk-to-live-chat
1212
**/

tawkto/templates/widget.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
?>
1010

11-
<!--Start of Tawk.to Script (0.7.0)-->
11+
<!--Start of Tawk.to Script (0.7.1)-->
1212
<script id="tawk-script" type="text/javascript">
1313
var Tawk_API = Tawk_API || {};
1414
<?php if ( isset( $customer_details ) && $enable_visitor_recognition ) : ?>
@@ -24,4 +24,4 @@
2424
s0.parentNode.insertBefore( s1, s0 );
2525
})();
2626
</script>
27-
<!--End of Tawk.to Script (0.7.0)-->
27+
<!--End of Tawk.to Script (0.7.1)-->

0 commit comments

Comments
 (0)