Skip to content

Commit e2c89fd

Browse files
committed
Release v1.0.3 "Couleurs Primaires"
This release resolves issues encountered when caching plugins cause REST API responses to be returned with Content-Type "text/html". Props to @stompweb @nabeards and @SotirisValogiannis for reporting and assisting with the diagnosis of this issue This release is named for Paradis' earlier EP "Couleurs Primaires"
1 parent 7e9060c commit e2c89fd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v1.0.3 _Couleurs Primaires_
2+
3+
- Properly parse API response text when response is sent back with Content-Type "text/html"
4+
5+
# v1.0.2 _Recto Verso_
6+
7+
- Upgrade Superagent dependency to avoid "double callback" error when JSON response contains extraneous HTML content
8+
- Fix documentation inaccuracies following the merge of the REST API plugin into WordPress core
9+
10+
Patch release named for Paradis' 2016 LP "Recto Verso".
11+
112
# v1.0.1 _The Only Constant is Change_
213

314
- Support endpoints using "plain permalinks", props @luisherranz

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "http://www.kadamwhite.com"
55
},
66
"name": "wpapi",
7-
"version": "1.0.2",
7+
"version": "1.0.3",
88
"description": "An isomorphic JavaScript client for interacting with the WordPress REST API",
99
"main": "wpapi.js",
1010
"repository": {

0 commit comments

Comments
 (0)