Releases: nawawi/docket-cache
Releases · nawawi/docket-cache
v20.12.02
v20.12.01
Release 20.12.01
- Fixed Event::register() -> cron_schedules, merge if not exists.
- Fixed ReqAction::screen_notice() -> missing cronbot executed events message.
- Fixed WP_Hook -> use PHP_INT_MIN instead of -PHP_INT_MAX for earlier sequence.
- Added WP_Object_Cache::dc_close() -> save precache after shutdown hooks.
- Added WP_Object_Cache::dc_precache_load -> replace dc_precache_get().
- Added Filesystem::close_buffer() -> close fastcgi request if no output buffer.
v20.11.06
Release 20.11.06
- Fixed Plugin::get_opcache_status() -> Missing match pattern.
- Fixed Plugin::register_plugin_hooks() -> Redundant loading, change plugin_loaded to plugins_loaded.
- Fixed Filesystem::opcache_compile() -> Change filemtime early to 60 seconds. Opcache won't compile if file newer than runtime.
- Fixed WP_Object_Cache::dc_save() -> Remove change filemtime. Cache expiration now handles by timeout key.
- Fixed Event::garbage_collector() -> Filemtime comparison with maxttl only applies to cache file without timeout or 0.
- Fixed Event::register() -> Redundant loading, change plugin_loaded to plugins_loaded.
- Fixed Dropino::multinet_install() -> Wrong flags for file_put_contents.
v20.11.05
Release 20.11.05
- Fixed CronAgent::check_connection() -> close_ping() -> Invalid selfcheck delay. Set to 90 minutes instead of current time.
- Fixed Auto-updates -> wp >= 5.5 can't enable/disable auto-updates for docket cache at plugins page. Now, it should works vise-versa.
- Fixed ReqAction -> Error notice undefined variable nv.
v20.11.04
Release 20.11.04
- Fixed Admin Interface -> filter others admin notice using hook.
- Fixed Event -> rare condition checkversion cronagent process lock timestamp no effect.
- Fixed Event -> invalid remove event.
- Fixed Actions -> when disable object cache, it will stay disabled until enable it back.
- Fixed Notice -> only show compability notice at plugins, updates page and our overview page.
- Added Constans() -> option to reload config at dc* methods.
- Added Configuration -> deactivate WooCommerce Cart Fragments.
- Added nwdcx_cleanuptransient -> makes it reuseable for Event::delete_expired_transients_db().
v20.11.03
v20.11.02
Release 20.11.02
- Fixed PostCache::setup_hooks() -> removed deprecated jetpack hook instagram_cache_oembed_api_response_body.
v20.11.01 (2020-12-08)
- Added WP-CLI command -> run:gc, run:stats, run:cron, reset:lock, reset:cron, dropin:enable, dropin:disable, dropin:update, flush:precache
- Fixed Admin Interface -> only show our own notice.
v20.10.15
v20.10.12
Release 20.10.12
- Fixed File cleanup -> use shutdown hook instead of register_shutdown_function to avoid issue with some page cache plugin.
- Added DOCKET_CACHE_PRECACHE_MAXFILE constant to limit precache file.
v20.10.10 (2020-11-30)
- Fixed Max Cache Size -> validate sizeof object instead of exported data.
- Fixed Filesystem -> use php shutdown at dump and unlink methods.
- Added Resc class -> handle base64 icons and image.
- Added Configuration -> option to remove WP Lazy Load and WP Sitemap.
- Added Configuration -> scroll at option position after select to change configuration.
v20.10.09
Release 20.10.09
- Fixed Filesystem::suspend_cache_file() -> use dump to avoid long locking.
- Fixed Filesystem::cache_get() -> catch Throwable, only filter cache file to avoid long locking.
- Fixed Filesystem::dump() -> remove retry, immediately return false if failed.
- Fixed Filesystem() -> only use register_shutdown_function to capture fatal error, other than that use wp shutdown hook.