Breaking Change
LLMS_REST_Controller::prepare_links()
now requires a second parameter, theWP_REST_Request
for 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.
Leave a Reply