Releases: dwnload/wp-rest-api-object-cache
Releases · dwnload/wp-rest-api-object-cache
Release 1.4
Release 1.3.1
Merge pull request #9 from dwnload/develop Update WordPress plugin check filter with additional object check.
Version 1.3
Updated
- Removed the
helper.php
file. - Updated all the functions that were using the helper functions.
- Update thefrosty/wp-utilities to 1.2.2.
- Fix save settings on admin page, (POST array key was incorrect).
- Add confirm to clear all cache button on settings page.
- Only load the Admin class in the admin.
Changed
- Added a new capability (
manage_wp_rest_api_cache
) to view the settings page and/or admin bar which
is (mapped todelete_users
). - The
Dwnload\WpRestApi\RestApi\RestDispatch::FILTER_CACHE_EXPIRE
filters expire sanitize function was changed from
absint
toinval
function to allow for zero and negative numbers. - Pass
is_admin_bar_showing()
into FILTER_SHOW_ADMIN_BAR_MENU.
Added
- Added
wpCacheReplace()
to theCacheApiTrait
.
Version 1.2.3
- Added permission check (
delete_users
) before adding admin bar node. - Change permission check on settings page from
manage_options
todelete_users
. - Removed nonce check after successful cache flush for admin notice.
Version 1.2.2
When endpoints have multiple posts, the request bubbles up and appends the results which leads to a body size X's the requests. In other words, it's bad. This adds static property cache to break out of the possible loop.
Version 1.2.1
Fixes cannot access protected method call in Admin class.
Version 1.2.0
Merge pull request #3 from dwnload/develop Add new methods with filters to re-check requests containing `?contex…
Version 1.1.1
Version bump for packagist.
Version 1.0.4
Merge pull request #1 from dwnload/develop Version 1.0.4