Skip to content

Commit 7192335

Browse files
committed
Version 1.3 changelog.
1 parent 3dc8399 commit 7192335

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELONG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ 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.3.0 - 2018-07-27
8+
### Updated
9+
- Removed the `helper.php` file.
10+
- Updated all the functions that were using the helper functions.
11+
- Update [thefrosty/wp-utilities](https://github.com/thefrosty/wp-utilities) to 1.2.2.
12+
- Fix save settings on admin page, (POST array key was incorrect).
13+
- Add confirm to clear all cache button on settings page.
14+
- Only load the Admin class in the admin.
15+
16+
### Changed
17+
- Added a new capability (`manage_wp_rest_api_cache`) to view the settings page and/or admin bar which
18+
is (mapped to `delete_users`).
19+
- The `Dwnload\WpRestApi\RestApi\RestDispatch::FILTER_CACHE_EXPIRE` filters expire sanitize function was changed from
20+
`absint` to `inval` function to allow for zero and negative numbers.
21+
- Pass `is_admin_bar_showing()` into FILTER_SHOW_ADMIN_BAR_MENU.
22+
23+
### Added
24+
- Added `wpCacheReplace()` to the `CacheApiTrait`.
25+
726
## 1.2.3 - 2018-05-30
827
### Updated
928
- Added permission check (`delete_users`) before adding admin bar node.

0 commit comments

Comments
 (0)