File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Roadmap
17
17
18
18
- [x] Create initial fork
19
19
- [x] Implement 3-legged OAuth on Wordpress client
20
- - [ ] Better local storage of OAuth creds to stop unnecessary API keys being generated
20
+ - [x ] Better local storage of OAuth creds to stop unnecessary API keys being generated
21
21
- [ ] Implement iterator for conveniant access to API items
22
22
23
23
Requirements
@@ -225,6 +225,11 @@ Example of returned data:
225
225
Changelog
226
226
---------
227
227
228
+ 1.2.3 - 2017/09/07
229
+ ~ ~~~~~~~~~~~~~~~~~
230
+ - Better local storage of OAuth creds to stop unnecessary API keys being generated
231
+ - Improve parsing of API errors to display much more useful error information
232
+
228
233
1.2.2 - 2017/06/16
229
234
~ ~~~~~~~~~~~~~~~~~
230
235
- support basic auth without https
Original file line number Diff line number Diff line change 10
10
"""
11
11
12
12
__title__ = "wordpress"
13
- __version__ = "1.2.2 "
13
+ __version__ = "1.2.3 "
14
14
__author__ = "Claudio Sanches @ WooThemes, forked by Derwent"
15
15
__license__ = "MIT"
16
16
You can’t perform that action at this time.
0 commit comments