1.0.3
Fix: declutter widgets weren't actually being hidden — hook was registered on the wrong action (load-index.php instead of wp_dashboard_setup), so it ran before any widget existed. Now hooks wp_dashboard_setup at PHP_INT_MAX priority, after all plugins (Yoast etc.) have registered theirs.