File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ 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.0.4 - 2018-04-19
8+ ### Updated
9+ - ` RestDispatch::preDispatch ` should set the $request_uri from ` CacheApiTrait::getRequestUri ` and not use
10+ ` WP_REST_Request::get_route ` to avoid query parameters getting stripped out of the cache request.
11+ - ` CacheApiTrait::getRequestUri ` to sanitize the REQUEST_URI
12+
13+ ## 1.0.3 - 2018-04-18
14+ ### Updated
15+ - Bumped [ thefrosty/wp-utilities] ( https://github.com/thefrosty/wp-utilities/ ) to version 1.1.3
16+
717## 1.0.2 - 2018-04-18
818### Updated
919- Bumped [ thefrosty/wp-utilities] ( https://github.com/thefrosty/wp-utilities/ ) to version 1.1.2
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.0.3 " ,
5+ "version" : " 1.0.4 " ,
66 "license" : " MIT" ,
77 "authors" : [
88 {
You can’t perform that action at this time.
0 commit comments