File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## 1.2.2 - 2018-04-30
8+ ### Fixed
9+ - When endpoints have multiple posts, the request bubbles up and appends the results which leads to a body size X's the
10+ requests. In other words, it's bad. This adds static property cache to break out of the possible loop.
11+
712## 1.2.1 - 2018-04-30
813### Updated
914- Fixes PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback , cannot access protected method Dwnload\WpRestApi\WpAdmin\Admin::renderPage().
Original file line number Diff line number Diff line change 22 "name" : " dwnload/wp-rest-api-object-cache" ,
33 "description" : " Enable object caching for WordPress' REST API. Aids in increased response times of your applications endpoints." ,
44 "type" : " wordpress-plugin" ,
5- "version" : " 1.2.1 " ,
5+ "version" : " 1.2.2 " ,
66 "license" : " MIT" ,
77 "authors" : [
88 {
Original file line number Diff line number Diff line change 44 * Description: Enable object caching for WordPress' REST API. Aids in increased response times of your applications endpoints.
55 * Author: Austin Passy
66 * Author URI: http://github.com/thefrosty
7- * Version: 1.2.1
7+ * Version: 1.2.2
88 * Requires at least: 4.9
99 * Tested up to: 4.9
1010 * Requires PHP: 7.0
You can’t perform that action at this time.
0 commit comments