Skip to content

Releases: nawawi/docket-cache

v20.12.02

27 Dec 17:45
Compare
Choose a tag to compare

Release 20.12.02

  • Fixed Filesystem::cache_size() -> getsize stat failed.
  • Fixed Overview -> Object/WP OPcache Stats data empty called from worker.
  • Fixed Plugin::active() -> Randomly slow.
  • Added Configuration -> Flush OPcache On Deactivation.

v20.12.01

25 Dec 17:14
Compare
Choose a tag to compare

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

24 Dec 18:23
Compare
Choose a tag to compare

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

22 Dec 17:21
Compare
Choose a tag to compare

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

21 Dec 14:34
Compare
Choose a tag to compare

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

13 Dec 20:30
Compare
Choose a tag to compare

Release 20.11.03

  • Fixed Admin Interface -> action notice can't dismiss.
  • Fixed Admin Notice -> exclude Dismissible Notices Handler dnh_dismissed_notices option from cache.
  • Added Configuration -> remove the WordPress Application Passwords feature.

v20.11.02

08 Dec 16:39
Compare
Choose a tag to compare

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

05 Dec 12:15
Compare
Choose a tag to compare

Release 20.10.15

  • Improved on Admin Interface.
  • Fixed Drop-in outdated notice.

v20.10.12

30 Nov 06:52
Compare
Choose a tag to compare

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

28 Nov 16:43
Compare
Choose a tag to compare

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.