PluginProbe
JSON API Auth / trunk
JSON API Auth vtrunk
3.1.2 3.1.1 2.0.0 2.1.0 2.2.0 2.3.0 2.4.0 2.5.0 2.6.0 2.7.0 2.7.1 2.8.0 2.9.0 2.9.1 3.0.0 3.1.0 trunk 0.1 1.0 1.1 1.2 1.3 1.4 1.5 1.5.1 All 33 releases
json-api-auth / changelog.txt

changelog.txt in JSON API Auth trunk, at changelog.txt

92 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 == Changelog ==
2
3 = 3.1.1 =
4 * Added a migration notice recommending the newer RESTful JSON API plugin for new projects.
5 * Documented its JWT bearer authentication, HTTPS-by-default protection, and broader controller-based endpoint set.
6 * Added secure WordPress.org and donation links.
7
8 = 1.9.4 =
9
10 * Updated logo and header.
11
12 = 1.9.3 =
13
14 * Added minimum php version requirement.
15
16 = 1.9.2 =
17
18 * Added icons, screenshots, & fixed plugin header.
19
20 = 1.9.1 =
21
22 * Updated for WordPress 4.9.8 version.
23
24 = 1.9 =
25
26 * Updated for WordPress 4.9 version.
27
28
29 = 1.8 =
30
31 * Updated for WordPress 4.4 version. Made it secure by adding SSL check and adding POST method support, thanks to 'xiffy' for sharing code.
32
33 = 1.7 =
34
35 * updated for wordpress 4.1.2 version
36
37 = 1.6 =
38
39 * generate_auth_cookie does not require nonce any more to generate cookie.
40 * generate_auth_cookie now also returns 'cookie_name'.
41
42 = 1.5.1 =
43
44 * Fixed the JSON API Plugin link with protocol
45 * Updated notes for documentation.
46
47
48 = 1.5 =
49
50 * Added the function to authenticate, allow the user (with edit rights) to use JSON API core controllers as well. Thanks `necro_txilok` for the suggestion.
51 * Removed `clear_auth_cookie` for not doing what it intends to do, instead `generate_auth_cookie` has been modified to allow setting up auth cookie for any required duration. Just provide the `seconds` var with `nonce`, `username` and `password` to get required cookie. Default time is 14 days.
52 * Fixed typos in documentation.
53
54 = 1.4 =
55
56 * update for WordPress 4.1
57
58 = 1.3 =
59
60 * Removed bug for generating cookie
61
62
63 = 1.2 =
64
65 * Updated plugin description, documentation and few urls
66
67 = 1.1 =
68
69 * Added clear_auth_cookie() for removing auth cookie.
70
71 * Added documentation for the available end points
72
73
74 = 1.0 =
75
76 * Added the user avatar info for generate_auth_cookie() and get_currentuserinfo()
77
78
79 * Updated the FAQs
80
81 = 0.1 =
82
83 * Initial release.
84
85
86
87 == Upgrade Notice ==
88
89 = 0.1 =
90
91 * Initial release.
92