Skip to content

ZenCache Pro v160222

Compare
Choose a tag to compare
@raamdev raamdev released this 22 Feb 12:49
· 629 commits to master since this release
  • Announcement: ZenCache is changing its name to Comet Cache! Learn more about this upcoming change here.
  • Announcement: This version of ZenCache requires PHP 5.4+. As announced in the previous release, the minimum PHP version required to run ZenCache has changed to PHP 5.4+ as of December 1st, 2015. Please see announcement with further details: New Minimum PHP Version: PHP 5.4
  • Announcement: This version of ZenCache does not support the PHP APC Extension. As announced in the previous release, ZenCache no longer runs with the PHP APC extension enabled as of December 1st, 2015. Please see announcement with further details: PHP APC Extension No Longer Supported
  • Announcement: After March 1st, 2016 ZenCache / Comet Cache will require PHP Multibyte String support. The mbstring extension provides Multibyte String support to PHP and is required to properly handle UTF-8 characters, which many sites now use. Without Multibyte String support, caching will be unstable. For that reason we are requiring the mbstring extension to improve reliability when caching and to prevent your site from experiencing unforeseen issues in the future.
  • New Feature! The HTML Compressor now supports URI Exclusion Patterns, so you exclude specific pages or an entire series of pages from the HTML Compressor using the flexible Watered-Down Regex Syntax. Props @renzms. See Issue #651.
  • Bug Fix: Fixed a bug that was preventing the "Evaluate Custom PHP Code when Clearing the Cache" feature from working properly. This bug resulted in the custom code not being run when the cache was cleared manually. See Issue #664.
  • Bug Fix (Multisite): Fixed a bug where when ZenCache was Network Activated the plugin settings link would show up in the plugins list for the Main Site and would lead to a 404 error. The settings link is now only shown when viewing the plugins list from the Network Admin. Props @jaswsinc. See Issue #675.
  • Enhancement: Fixed several PHP "Warning: preg_split() expects parameter 3 to be integer, null given". Props @Zwilla @renzms. See Issue #652.
  • Updated WebSharks stats log endpoint URL. Props @kristineds. See Issue #661.
  • Enhancement: Added support-related links to the plugin options page. Props @renzms. See Issue #612.