Skip to content

Commit d9ec770

Browse files
author
Thomas Patrick Levy
authored
Merge pull request #176 from gocodebox/dev
Beta.14 (Dev to Master)
2 parents 08c4e68 + 1c41300 commit d9ec770

20 files changed

+340
-285
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
LifterLMS REST API Changelog
22
============================
33

4+
v1.0.0-beta.14 - 2020-07-01
5+
---------------------------
6+
7+
##### Breaking Change
8+
9+
+ `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.
10+
11+
##### Bug Fixes
12+
13+
+ 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.
14+
15+
416
v1.0.0-beta.13 - 2020-06-22
517
---------------------------
618

class-lifterlms-rest-api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ final class LifterLMS_REST_API {
3030
*
3131
* @var string
3232
*/
33-
public $version = '1.0.0-beta.13';
33+
public $version = '1.0.0-beta.14';
3434

3535
/**
3636
* Constructor.

0 commit comments

Comments
 (0)