π Release v1.5.5: Enhanced Update Cache Clearing
β Enhanced Cache Clearing:
- More aggressive cache clearing to prevent version inconsistencies
- Clear all update-related transients including site transients
- Force WordPress to re-check for updates with
wp_update_plugins() - Clear plugin cache groups for complete refresh
- Prevent showing old versions as available updates
π§ What This Fixes:
- WordPress showing wrong version as available update
- Version inconsistencies between installed and available versions
- Update cache not clearing properly
- Old versions appearing as available updates
π» Technical Improvements:
- Enhanced
clear_update_cache()with more comprehensive clearing - Added
wp_update_plugins()to force immediate update check - Added
wp_cache_flush_group()for plugin cache groups - Database cleanup for all update-related transients
π¦ For Users:
After updating to v1.5.5, WordPress should properly show the correct latest version and stop showing inconsistent version numbers.
Full Changelog: v1.5.4...v1.5.5