Skip to content

Commit b5874b1

Browse files
committed
Version bump to 1.0.4.
1 parent a78f519 commit b5874b1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELONG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
{

0 commit comments

Comments
 (0)