Skip to content

Commit 9198110

Browse files
committed
update header information
1 parent a03fe2a commit 9198110

7 files changed

Lines changed: 13 additions & 10 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
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.8.5",
6+
"version": "0.8.6",
77
"require": {
88
"tawk/url-utils": "2.0.1"
99
},
@@ -31,7 +31,7 @@
3131
"build": "composer run build:dev && composer run build:prod",
3232
"build:dev": "COMPOSER_VENDOR_DIR=vendor composer install",
3333
"build:prod": "COMPOSER_VENDOR_DIR=tawkto/vendor composer install --no-dev",
34-
"lint": "phpcs -p -s -v --ignore=tests/* --ignore=tmp/* --runtime-set ignore_warnings_on_exit true .",
34+
"lint": "phpcs -p -s -v --ignore=tmp/* --runtime-set ignore_warnings_on_exit true .",
3535
"lint:fix": "phpcbf -p -s -v .; err=$?; if [ $err -eq 1 ]; then exit 0; else exit $err; fi;",
3636
"package": "composer run clean && mkdir -p ./tmp/tawkto-live-chat && cp -r ./tawkto/* ./tmp/tawkto-live-chat && (cd ./tmp && zip -9 -rq ./tawkto-live-chat.zip ./tawkto-live-chat)",
3737
"clean": "rm -rf ./tmp"

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.8.5",
3+
"version": "0.8.6",
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
@@ -1,10 +1,10 @@
11
=== Tawk.To Live Chat ===
22
Contributors: tawkto
3-
Tags: tawk.to,livechat,free live chat,ai chat,chat widget
3+
Tags: tawk.to,tawk,free live chat,ai chat,chat widget
44
Requires at least: 2.7
55
Requires PHP: 5.6
66
Tested up to: 6.6
7-
Stable tag: 0.8.5
7+
Stable tag: 0.8.6
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.8.6 =
75+
* Update header information
76+
7477
= 0.8.5 =
7578
* Update header information
7679
* Supported version bump to 6.6

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.8.5
9+
* Version: 0.8.6
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.8.5)-->
11+
<!--Start of Tawk.to Script (0.8.6)-->
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.5)-->
27+
<!--End of Tawk.to Script (0.8.6)-->

0 commit comments

Comments
 (0)