File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ 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.4 2019-04-17
8+ ### Added
9+ - Bypass cache filter, use ` RestDispatch::FILTER_CACHE_BYPASS `
10+
11+ ## 1.3.2 2019-02-14
12+ ### Added
13+ - Bypass cache when authorization headers present.
14+
715## 1.3.1 2019-02-06
816### Updated
917- Added additional check for object on ` site_transient_update_plugins ` check.
@@ -105,4 +113,4 @@ which fixes `addOnHook` not executing when omitting a priority parameter less th
105113### Added
106114- Forked [ thefrosty/wp-rest-api-cache] ( https://github.com/thefrosty/wp-rest-api-cache/ ) which is a fork of
107115[ airesvsg/wp-rest-api-cache] ( https://github.com/airesvsg/wp-rest-api-cache/ ) .
108- - This CHANGELOG file.
116+ - This CHANGELOG file.
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.3.1 " ,
5+ "version" : " 1.4.0 " ,
66 "license" : " MIT" ,
77 "authors" : [
88 {
You can’t perform that action at this time.
0 commit comments