Changelog - 17 July 2023

RunCloud Hub WordPress Plugin v1.4.0

This new version brings some improvements, including the plugin updater stability, so for future releases, you will always be able to update it from your WordPress dashboard.

If you still have an older version of the plugin installed and don't see an update notification, you can update it manually using the plugin ZIP file

  • Improved: RunCache page cache status is now detected in WP Site Health
  • Improved: WPML compatibility (automatically purge translated versions of content when purging post/page/URL)
  • Improved: WPML compatibility (preload post/page from all languages, not only the main language)
  • Improved: TranslatePress compatibility (automatically purge translated versions of content when purging post/page/URL)
  • Improved: TranslatePress compatibility (preload post/page from all languages, not only the main language)
  • Improved: Purge old post/page cache when its permalink is changed
  • Improved: Purge old post/page cache when it is deleted
  • Improved: Purge category/taxonomy URL page cache when it is updated
  • Improved: Purge category/taxonomy URL page cache when it is deleted
  • Improved: Purge old category/taxonomy URL page cache when its permalink is changed
  • Improved: Purge user/author profile URL page cache when the user is updated
  • Improved: Purge user/author profile URL page cache when the user is deleted
  • Improved: Purge all cache when site title / tagline / WordPress address / site address is changed
  • Improved: Compatibility with Bedrock + Soil + Sage
  • Improved: Skip excluded posts/pages in cache preload
  • Improved: Clicking "Clear Cache of This Post" will also clear the WP Rocket post cache
  • Improved: Clicking "Clear Cache of This Post" will also clear the W3 Total Cache post cache
  • Improved: Clicking "Clear Cache of This Post" will also clear the WP Super Cache post cache
  • Improved: Introduce the ability to programmatically clear post cache using RunCloud_Hub::purge_cache_post($post_id)
  • Improved: Strict checking on purge cache status message in case something is wrong/missing on the Nginx config
  • Improved: Error message when purge failed on Nginx server because RCWP_IS_CONTAINERIZED constant appears on wp-config.php
  • Improved: Error message when purge failed on Containerized server because RCWP_IS_CONTAINERIZED constant does not appear in the wp-config.php file
  • Improved: Plugin updater stability for future releases
  • Fixed: Nginx config cache rule not being updated in some custom WordPress setups
  • Fixed: Issue with purging all cache when Cloudflare Proxy is enabled
  • Fixed: Inability to purge the cache when using the relative URLs feature/plugin
  • Fixed: Purging post cache not automatically assigning new category/tag/term in the block editor
  • Fixed: WPCLI purgeall failed when a custom Nginx config was in place for security purposes
  • Fixed: Failed to detect another custom setup of WordPress in a subdirectory
  • Fixed: Redis Object Cache compatibility with PHP8.1
  • Fixed: Redis Object Cache drop-in file is not automatically updated during plugin update
  • Fixed: Missing RunCloud Hub settings menu because of CSS conflict with other plugins