Skip to content

Commit 0871af6

Browse files
committed
Version bump.
1 parent 4cd0908 commit 0871af6

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELONG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.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.

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.3.1",
5+
"version": "1.4.0",
66
"license": "MIT",
77
"authors": [
88
{

0 commit comments

Comments
 (0)