Release v1.0.6-rc5
Pre-release
Pre-release
Fix: Update Checker Initialization Timing
This release fixes the update checker initialization to ensure WordPress properly recognizes available updates.
Changes
- Fixed initialization timing: Removed double-hooking to
plugins_loaded- update checker now initializes directly wheninit()is called - Removed cache-busting filter: The plugin-update-checker library handles its own caching mechanism
- Result: WordPress update system should now properly detect and display available updates
Testing
After installing this version, WordPress should show update notifications when newer versions are available.