- Use POST instead of PUT for update requests. This may not work with Wordpress versions below 4.7. - Raise an error if the Content-Type on response is not JSON.
0.2.4
++++++++++++++++++
**Miscellaneous**
- Remove debug code
0.2.3
++++++++++++++++++
**Bugfixes**
- Fix error handling
**Documentation**
- Update example usage with correct namespace for v2
0.2.2
++++++++++++++++++
**Improvements**
- six and requests libraries not pinned to versions
0.2.1
++++++++++++++++++
**Bugfixes**
- Fix syntax errors in README.rst - Add missing dependency `six` to setup.py