Skip to content

Releases: megaoptim/rapid-cache

v1.2.1

04 Feb 20:00
Compare
Choose a tag to compare

What's new:

  • Fix: Fatal error in the settings screen in some cases

v1.2.0

26 Jan 12:28
Compare
Choose a tag to compare

What's new:

  • New: Compatibility with PHP 8.3
  • New: Compatibility with WordPress 6.4
  • New: Cache Preloading with CRON
  • New: Option to cache logged-in users
  • New: Version cache salt filter - rapid_cache_version_salt
  • New: Reorganized settings
  • Fix: Fixes various PHP warnings

v1.1.0

21 Mar 14:27
Compare
Choose a tag to compare
  • New: Added more options for clearing cache in the Admin Bar
  • Fix: Fix wrong query parameter in 'GET Requests' settings. props @aj-adl
  • Fix: Improved instructions in Import/Export/Migration tab

v1.0.0 RC2

09 Sep 19:48
Compare
Choose a tag to compare
v1.0.0 RC2 Pre-release
Pre-release
  • Renamed wp_cache_postload() to rapidcache_postload_cache()

v1.0.0 RC1

09 Sep 12:04
Compare
Choose a tag to compare
v1.0.0 RC1 Pre-release
Pre-release
  • New: Added composer PSR4 autoloading
  • New: Added mbstring polyfill for better compatibility
  • New: Removed old notification about deprecated APC support
  • New: Rewrote the requirement check system
  • New: Removed the PRO version front-end references
  • New: Moved the assets to own assets/ directory
  • New: Updated conflicting plugins
  • New: Removed old database migrations
  • New: Updated documentation https://github.com/megaoptim/rapid-cache/wiki
  • New: Added developer functions: rapidcache_get_version(), rapidcache_clear_cache(), rapidcache_clear_post_cache($post_id), rapidcache_clear_url_cache($url), rapidcache_wipe_cache(), rapidcache_purge_expired_cache(), rapidcache_get_options()
  • New: Added rapid_cache_ob_callback_filter that allow to filter the page output before saving into cache
  • New: Add Referrer-Policy to cacheable headers list
  • New: Add actions: rapid_cache_wipe_cache, rapid_cache_clear_cache, rapid_cache_purge_cache, rapid_cache_wurge_cache
  • Fix: 'Non static method should not be called statically
  • Fix: 'Headers already sent' warnings
  • Fix: 'Notice: id was called incorrectly. Product properties should not be accessed directly.' warning with WooCommerce
  • Fix: Warnings when disk_*_space functions are disabled