-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathchangelog.txt
More file actions
86 lines (42 loc) · 1.62 KB
/
changelog.txt
File metadata and controls
86 lines (42 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
== Changelog ==
= 1.9.4 =
* Updated logo and header.
= 1.9.3 =
* Added minimum php version requirement.
= 1.9.2 =
* Added icons, screenshots, & fixed plugin header.
= 1.9.1 =
* Updated for WordPress 4.9.8 version.
= 1.9 =
* Updated for WordPress 4.9 version.
= 1.8 =
* Updated for WordPress 4.4 version. Made it secure by adding SSL check and adding POST method support, thanks to 'xiffy' for sharing code.
= 1.7 =
* updated for wordpress 4.1.2 version
= 1.6 =
* generate_auth_cookie does not require nonce any more to generate cookie.
* generate_auth_cookie now also returns 'cookie_name'.
= 1.5.1 =
* Fixed the JSON API Plugin link with protocol
* Updated notes for documentation.
= 1.5 =
* 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.
* 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.
* Fixed typos in documentation.
= 1.4 =
* update for WordPress 4.1
= 1.3 =
* Removed bug for generating cookie
= 1.2 =
* Updated plugin description, documentation and few urls
= 1.1 =
* Added clear_auth_cookie() for removing auth cookie.
* Added documentation for the available end points
= 1.0 =
* Added the user avatar info for generate_auth_cookie() and get_currentuserinfo()
* Updated the FAQs
= 0.1 =
* Initial release.
== Upgrade Notice ==
= 0.1 =
* Initial release.