We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47301d commit 6f42206Copy full SHA for 6f42206
CHANGELONG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 1.1.0 - 2018-04-23
8
+### Updated
9
+- The admin settings page now works.
10
+- wp_cache_set expire from settings is used (if available).
11
+- Be sure to clean the URL queries after calls to avoid caching delete requests.
12
+- Make sure the cache flush button in the settings is invoked to show the URL.
13
+
14
## 1.0.4 - 2018-04-19
15
### Updated
16
- `RestDispatch::preDispatch` should set the $request_uri from `CacheApiTrait::getRequestUri` and not use
0 commit comments