Skip to content

Commit d360caf

Browse files
committed
Version 1.2.3 bump.
1 parent 81450d4 commit d360caf

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELONG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.2.3 - 2018-05-30
8+
### Updated
9+
- Added permission check (`delete_users`) before adding admin bar node.
10+
- Change permission check on settings page from `manage_options` to `delete_users`.
11+
- Removed nonce check after successful cache flush for admin notice.
12+
13+
### Added
14+
- PHP 7.2 to the Travis build.
15+
716
## 1.2.2 - 2018-04-30
817
### Fixed
918
- When endpoints have multiple posts, the request bubbles up and appends the results which leads to a body size X's the

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

wp-rest-api-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Enable object caching for WordPress' REST API. Aids in increased response times of your applications endpoints.
55
* Author: Austin Passy
66
* Author URI: http://github.com/thefrosty
7-
* Version: 1.2.2
7+
* Version: 1.2.3
88
* Requires at least: 4.9
99
* Tested up to: 4.9
1010
* Requires PHP: 7.0

0 commit comments

Comments
 (0)