Releases: illogical-robot/wp-widget-cache
Releases · illogical-robot/wp-widget-cache
0.26.12.3
0.26.12.1
0.26.12
0.26.8 option to get cache keys with all vary params for given ID
option to get cache keys with all vary params for given ID #12
Wrapped widget cache constructor methods into wp "init" action
Wrapped widget cache constructor methods into wp "init" action #11
0.26.6: Filters for wc_options, wc_triggers, wc_varyparams. (#10)
Filters for wc_options, wc_triggers, wc_varyparams. #10
0.26.5
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
PHP 7.2 fix
Hotfix/php7.2 create function notice (#6) * Replaced deprecated create_function() with anonymous function and closure. * Needs use to work
PHP 7.1 fixes
0.26b Converted old deprecated constructors to PHP 7 style constructors to …