You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #18 from alvinjohnsonso/feature/request-auth-validation
feature/request-auth-validation
- used application/json content type for ajax requests
- added nonces to do CSRF checking
- added user access checks for ajax urls
Copy file name to clipboardExpand all lines: tawkto/readme.txt
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
Contributors: tawkto
3
3
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
4
4
Requires at least: 2.7
5
+
Requires PHP: 5.6
5
6
Tested up to: 5.8
6
-
Stable tag: 0.5.5
7
+
Stable tag: 0.6.0
7
8
8
9
(OFFICIAL tawk.to plugin) Instantly chat with visitors on your website with the free tawk.to chat widget.
9
10
Website: [http://tawk.to](http://tawk.to)
@@ -55,6 +56,10 @@ Note: You will need a free tawk.to account : [Create one for free here!](https:/
55
56
56
57
== Changelog ==
57
58
59
+
= 0.6.0 =
60
+
* **Security Update** Add CSRF tokens and specific action access checks.
61
+
* **Security Update** Use `application/json` content type for ajax requests.
0 commit comments