Skip to content

Commit 6a0c040

Browse files
committed
update changelog & version bump
1 parent c41c8ba commit 6a0c040

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
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.9.0",
6+
"version": "0.9.1",
77
"require": {
88
"tawk/url-utils": "2.0.1"
99
},

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

tawkto/readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.7
7-
Stable tag: 0.9.0
7+
Stable tag: 0.9.1
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -71,7 +71,11 @@ Note: You will need a free tawk.to account: [Create one for free here!](https://
7171

7272
== Changelog ==
7373

74-
= 0.9.0
74+
= 0.9.1 =
75+
* Add configuration versioning
76+
* Improve security for Secure Mode
77+
78+
= 0.9.0 =
7579
* Add support for Secure Mode
7680

7781
= 0.8.7 =

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.9.0
9+
* Version: 0.9.1
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.9.0)-->
11+
<!--Start of Tawk.to Script (0.9.1)-->
1212
<script id="tawk-script" type="text/javascript">
1313
var Tawk_API = Tawk_API || {};
1414
<?php if ( isset( $customer_details ) && $enable_visitor_recognition ) : ?>
@@ -24,5 +24,5 @@
2424
s0.parentNode.insertBefore( s1, s0 );
2525
})();
2626
</script>
27-
<!--End of Tawk.to Script (0.9.0)-->
27+
<!--End of Tawk.to Script (0.9.1)-->
2828

0 commit comments

Comments
 (0)