Skip to content

Commit 2b48329

Browse files
committed
supported version bump to 6.8; version bump to 0.9.2
1 parent 1d7d672 commit 2b48329

File tree

7 files changed

+12
-9
lines changed

7 files changed

+12
-9
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Wordpress plugin for tawk.to",
44
"type": "project",
55
"license": "GPL-3.0",
6-
"version": "0.9.1",
6+
"version": "0.9.2",
77
"require": {
88
"tawk/url-utils": "2.0.1"
99
},

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
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.9.1",
3+
"version": "0.9.2",
44
"description": "tawk.to wordpress plugin",
55
"main": "index.js",
66
"directories": {

tawkto/readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: tawkto
33
Tags: tawk.to,tawk,free live chat,ai chat,chat widget
44
Requires at least: 2.7
55
Requires PHP: 5.6
6-
Tested up to: 6.7
7-
Stable tag: 0.9.1
6+
Tested up to: 6.8
7+
Stable tag: 0.9.2
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -71,6 +71,9 @@ Note: You will need a free tawk.to account: [Create one for free here!](https://
7171

7272
== Changelog ==
7373

74+
= 0.9.2 =
75+
* Supported version bump to 6.8
76+
7477
= 0.9.1 =
7578
* Add configuration versioning
7679
* Improve security for Secure Mode

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.9.1
9+
* Version: 0.9.2
1010
* Author: Tawkto
1111
* Text Domain: tawk-to-live-chat
1212
* License: GPLv3

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

0 commit comments

Comments
 (0)