2.0-rc-22.0-rc-12.0-beta-22.0-beta-1
2.0-rc-2
Updated the POST /forms/
Updated the GET /forms/
2.0-rc-1
Added the Location header when the confirmation is a redirect.
Added sanitization to the /forms endpoint.
Added the POST /entries/
Added the _fields query param to the GET /entries, GET /entries/
Removed support for semicolon separated entry IDs in the GET /entries endpoint. Use the include query param instead.
2.0-beta-2
Added support for optional labels to the GET /entries endpoint.
Added support for entry trashing. Entries can only be deleted by sending the force param.
Added support for form trashing. Forms can only be deleted by sending the force param.
Changed the POST, PUT and DELETE endpoints for forms and entries to return the form/entry on success.
Fixed an issue with PUT /entries/[ID].
Removed the PUT /entries endpoint. Use PUT /entries/[ID] instead.
Removed authentication. Use WordPress REST API authentication instead.
2.0-beta-1
All new.