Skip to content

Commit

Permalink
update changelog and supported version to 6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eug-L committed Jul 8, 2024
1 parent b23eea2 commit 26670ea
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Wordpress plugin for tawk.to",
"type": "project",
"license": "GPL-3.0",
"version": "0.8.4",
"version": "0.8.5",
"require": {
"tawk/url-utils": "2.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tawk-wordpress",
"version": "0.8.4",
"version": "0.8.5",
"description": "tawk.to wordpress plugin",
"main": "index.js",
"directories": {
Expand Down
8 changes: 6 additions & 2 deletions tawkto/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: tawkto
Tags: tawk.to,livechat,free live chat,ai chat,chat widget
Requires at least: 2.7
Requires PHP: 5.6
Tested up to: 6.5
Stable tag: 0.8.4
Tested up to: 6.6
Stable tag: 0.8.5
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 0.8.5 =
* Update header information
* Supported version bump to 6.6

= 0.8.4 =
* Fixed PHP dynamic properties deprecation

Expand Down
2 changes: 1 addition & 1 deletion tawkto/tawkto.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Plugin Name: Tawk.to Live Chat
* Plugin URI: https://www.tawk.to
* Description: Embeds Tawk.to live chat widget to your site
* Version: 0.8.4
* Version: 0.8.5
* Author: Tawkto
* Text Domain: tawk-to-live-chat
* License: GPLv3
Expand Down
4 changes: 2 additions & 2 deletions tawkto/templates/widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

?>

<!--Start of Tawk.to Script (0.8.4)-->
<!--Start of Tawk.to Script (0.8.5)-->
<script id="tawk-script" type="text/javascript">
var Tawk_API = Tawk_API || {};
<?php if ( isset( $customer_details ) && $enable_visitor_recognition ) : ?>
Expand All @@ -24,4 +24,4 @@
s0.parentNode.insertBefore( s1, s0 );
})();
</script>
<!--End of Tawk.to Script (0.8.4)-->
<!--End of Tawk.to Script (0.8.5)-->

0 comments on commit 26670ea

Please sign in to comment.