Skip to content

v160227

Compare
Choose a tag to compare
@raamdev raamdev released this 27 Feb 20:35
· 606 commits to dev since this release
  • Bug Fix: Fixed a ZenCache Backwards Compatibility bug that was preventing calls to $GLOBALS['zencache'] from working properly with Comet Cache. See Issue #689
  • Bug Fix: Fixed a ZenCache Backwards Compatibility bug that was preventing ZENCACHE_ALLOWED from working properly with Comet Cache. See Issue #683.
  • Bug Fix: Fixed a Quick Cache Backwards Compatibility bug that was preventing calls to $GLOBALS['quick_cache'] from working properly with Comet Cache. Props to @Kedakai for reporting. See Issue #691.
  • Bug Fix (Pro): Fixed an Auto-Cache Engine bug that was preventing the Auto-Cache Engine from generating cached pages. Props @digitalhexcode for reporting. See Issue #679.
  • Enhancement: Improved the way Comet Cache handles file locking in an effort to improve compatibility with various environments. There were reports of issues with PHP FPM/FastCGI and this release attempts to address those. See Issue #671
  • Enhancement (Pro): A new HTML Compression option allows you to define whether or not HTML Compression should be enabled for Logged-In users (when Logged-In User caching is enabled). See Comet Cache → Plugin Options → HTML Compression → Enable HTML Compression for Logged-In Users?. Props @renzms. See Issue #650.
  • Accelerated Mobile Pages (AMP) Compatibility: Added full support for Accelerated Mobile Pages via the AMP plugin. Comet Cache now works great alongside the AMP plugin. AMP-generated pages will be cached and those cache files will be intelligently cleared when necessary to keep things up-to-date. See Issue #688.