Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/header-information #37

Merged
merged 2 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.7.2",
"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
12 changes: 9 additions & 3 deletions tawkto/readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
=== Tawk.To Live Chat ===
Contributors: tawkto
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
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

(OFFICIAL tawk.to plugin) Instantly chat with visitors on your website with the free tawk.to chat widget.
Website: [http://tawk.to](http://tawk.to)
Expand Down Expand Up @@ -69,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
3 changes: 2 additions & 1 deletion tawkto/tawkto.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
* 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
**/

require_once dirname( __FILE__ ) . '/vendor/autoload.php';
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)-->