Skip to content

Releases: dwnload/wp-rest-api-object-cache

Release 1.4

17 Apr 22:49
608098d
Compare
Choose a tag to compare
Merge pull request #11 from dwnload/develop

Version 1.4.0

Release 1.3.1

07 Feb 00:52
afe637f
Compare
Choose a tag to compare
Merge pull request #9 from dwnload/develop

Update WordPress plugin check filter with additional object check.

Version 1.3

30 Jul 22:05
c0aedf5
Compare
Choose a tag to compare

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 to delete_users).
  • The Dwnload\WpRestApi\RestApi\RestDispatch::FILTER_CACHE_EXPIRE filters expire sanitize function was changed from
    absint to inval function to allow for zero and negative numbers.
  • Pass is_admin_bar_showing() into FILTER_SHOW_ADMIN_BAR_MENU.

Added

  • Added wpCacheReplace() to the CacheApiTrait.

Version 1.2.3

30 May 22:27
94dc176
Compare
Choose a tag to compare
  • Added permission check (delete_users) before adding admin bar node.
  • Change permission check on settings page from manage_options to delete_users.
  • Removed nonce check after successful cache flush for admin notice.

Version 1.2.2

14 May 20:59
9079bba
Compare
Choose a tag to compare

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

30 Apr 18:59
e8e98f6
Compare
Choose a tag to compare

Fixes cannot access protected method call in Admin class.

Version 1.2.0

26 Apr 15:59
db8597b
Compare
Choose a tag to compare
Merge pull request #3 from dwnload/develop

Add new methods with filters to re-check requests containing `?contex…

Version 1.1.1

23 Apr 17:54
Compare
Choose a tag to compare
Version bump for packagist.

Version 1.0.4

19 Apr 17:24
41caccd
Compare
Choose a tag to compare
Merge pull request #1 from dwnload/develop

Version 1.0.4

Version 1.0.3

19 Apr 17:23
Compare
Choose a tag to compare