You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,22 @@ _None._
30
30
31
31
-->
32
32
33
+
## Unreleased
34
+
35
+
### New Features
36
+
37
+
- Add `getPost(withID)` to `PostServiceRemoteExtended`[#785]
38
+
- Add support for metadata to `PostServiceRemoteExtended`[#783]
39
+
40
+
### Bug Fixes
41
+
42
+
- Fix encoding for some fields in the new XMLRPC endpoints [#786]
43
+
44
+
### Internal Changes
45
+
46
+
- Update new APIs to create and update posts introduced `PostServiceRemoteExtended` to use `wp.newPost` and `wp.editPost` instead of the older versions of these APIs [#792]
0 commit comments