Skip to content

Commit a03fe2a

Browse files
authored
Merge pull request #37 from eug-L/fix/header-information
fix/header-information
2 parents 7f131a5 + 26670ea commit a03fe2a

File tree

6 files changed

+16
-9
lines changed

6 files changed

+16
-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.7.2",
6+
"version": "0.8.5",
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.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.8.4",
3+
"version": "0.8.5",
44
"description": "tawk.to wordpress plugin",
55
"main": "index.js",
66
"directories": {

tawkto/readme.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
=== Tawk.To Live Chat ===
22
Contributors: tawkto
3-
Tags: tawk,tawk.to,tawkto,chat,free chat,livechat,chat widget,plugin,chat for web,chat online,chat software,free live chat,IM Chat,,live chat,live support,live web chat,online chat,online support,snapengage,wordpress chat,wordpress live chat
3+
Tags: tawk.to,livechat,free live chat,ai chat,chat widget
44
Requires at least: 2.7
55
Requires PHP: 5.6
6-
Tested up to: 6.5
7-
Stable tag: 0.8.4
6+
Tested up to: 6.6
7+
Stable tag: 0.8.5
8+
License: GPLv3
9+
License URI: https://www.gnu.org/licenses/gpl-3.0.html
810

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

7072
== Changelog ==
7173

74+
= 0.8.5 =
75+
* Update header information
76+
* Supported version bump to 6.6
77+
7278
= 0.8.4 =
7379
* Fixed PHP dynamic properties deprecation
7480

tawkto/tawkto.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
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.8.4
9+
* Version: 0.8.5
1010
* Author: Tawkto
1111
* Text Domain: tawk-to-live-chat
12+
* License: GPLv3
1213
**/
1314

1415
require_once dirname( __FILE__ ) . '/vendor/autoload.php';

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.8.4)-->
11+
<!--Start of Tawk.to Script (0.8.5)-->
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.8.4)-->
27+
<!--End of Tawk.to Script (0.8.5)-->

0 commit comments

Comments
 (0)