We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa834b5 commit 6706d65Copy full SHA for 6706d65
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tawk-wordpress",
3
- "version": "0.7.2",
+ "version": "0.8.4",
4
"description": "tawk.to wordpress plugin",
5
"main": "index.js",
6
"directories": {
tawkto/templates/widget.php
@@ -8,7 +8,7 @@
8
9
?>
10
11
-<!--Start of Tawk.to Script (0.7.2)-->
+<!--Start of Tawk.to Script (0.8.4)-->
12
<script id="tawk-script" type="text/javascript">
13
var Tawk_API = Tawk_API || {};
14
<?php if ( isset( $customer_details ) && $enable_visitor_recognition ) : ?>
@@ -24,4 +24,4 @@
24
s0.parentNode.insertBefore( s1, s0 );
25
})();
26
</script>
27
-<!--End of Tawk.to Script (0.7.2)-->
+<!--End of Tawk.to Script (0.8.4)-->
0 commit comments