This repository was archived by the owner on Jul 17, 2026. It is now read-only.
Version 1.0.0-beta.14
·
542 commits
to release
since this release
v1.0.0-beta.14 - 2020-07-01
Breaking Change
LLMS_REST_Controller::prepare_links()now requires a second parameter, theWP_REST_Requestfor the current request. Any classes extending and overwriting this method must adjust their method signature to accommodate this change.
Bug Fixes
- Fix issue causing response objects to unintentionally include keys of remapped fields. This error occurs only when extending core controllers and attempting to exclude core fields.