Changes between Initial Version and Version 1 of Ticket #43316, comment 41
- Timestamp:
- 03/25/2018 12:56:32 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43316, comment 41
initial v1 2 2 - Attempt to fix routes. 3 3 - Fix bug trying to create revision of a revision. 4 - Fix and Move the logic for creating a significantly different revision when autosaving.4 - Fix and move the logic for creating a significantly different revision when autosaving. 5 5 - Also create that revision when overwriting a draft post (most important). 6 6 - Added the tests from 43316.1.patch. 7 7 8 8 Still TODO/TBD: 9 - The autosave route can be better? Currently it looks like `/wp/v2/posts/123/autosaves/123` where `123` for both `/posts/` and `/autosaves/` is the actual post_ID and ha ve to match.9 - The autosave route can be better? Currently it looks like `/wp/v2/posts/123/autosaves/123` where `123` for both `/posts/` and `/autosaves/` is the actual post_ID and has to be the same. 10 10 - Moar tests, especially testing the autocreated "significantly different" revision.