Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.

Version 1.0.0-beta.14

Choose a tag to compare

@thomasplevy thomasplevy released this 01 Jul 18:25
· 542 commits to release since this release
3f59650

v1.0.0-beta.14 - 2020-07-01

Breaking Change
  • LLMS_REST_Controller::prepare_links() now requires a second parameter, the WP_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.