Skip to content

Releases: illogical-robot/wp-widget-cache

0.26.12.3

26 Jan 22:52

Choose a tag to compare

0.26.12.1

12 Jan 09:55

Choose a tag to compare

#14

  • Move admin related code to separate file
  • Add filter to allow hijacking cache removal
  • Removed some legacy code
  • Filter for cache actions triggering cache removal

0.26.12

12 Jan 01:14

Choose a tag to compare

store sidebar id

0.26.8 option to get cache keys with all vary params for given ID

18 Jun 09:33
ae42637

Choose a tag to compare

option to get cache keys with all vary params for given ID #12

Wrapped widget cache constructor methods into wp "init" action

15 May 11:46
08d51c1

Choose a tag to compare

Wrapped widget cache constructor methods into wp "init" action #11

0.26.6: Filters for wc_options, wc_triggers, wc_varyparams. (#10)

06 Mar 23:15
a90212c

Choose a tag to compare

Filters for wc_options, wc_triggers, wc_varyparams. #10

0.26.5

26 Feb 13:54
3cc6f75

Choose a tag to compare

Added userLoggedIn vary param.
Use publish_post, publish_to_draft, publish_to_pending, publish_to_trash, publish_to_future hooks instead of save_post and delete_post.

0.26.4

30 Jan 22:04
f31642a

Choose a tag to compare

AMP support.

PHP 7.2 fix

12 Dec 16:50

Choose a tag to compare

Hotfix/php7.2 create function notice (#6)

* Replaced deprecated create_function() with anonymous function and closure.

* Needs use to work

PHP 7.1 fixes

17 Nov 18:49

Choose a tag to compare

0.26b

Converted old deprecated constructors to PHP 7 style constructors to …