Feature: After a week of use and at least one successful offload, a dismissible admin notice invites you to leave a 5-star review — with “maybe later” (30-day snooze) and “already reviewed” options.
Fix: satisfy the WordPress.Security.ValidatedSanitizedInput sniff in the wizard’s settings-save AJAX handler (no behavior change).
1.1.2
Fix: the Setup Wizard now saves your provider, credentials, and options automatically as you move through each step, so “Test connection” always tests what you just entered instead of stale or empty settings.
1.1.1
Compliance: send storage requests through the WordPress HTTP API instead of cURL.
Privacy: documented the external storage service in the readme.
Fix: store secret/access keys without altering them; explicitly close the full-page output buffer on shutdown.
1.1.0
Feature: Added WP-Cron based Background Migration to allow offloading large libraries (e.g. 30,000+ files) asynchronously without keeping the browser tab open.
Feature: Redesigned Migration UI in admin area with two cards (Background and Browser migration).
1.0.1
Fix: Prevent uninstall.php from deleting _r2mo_offloaded post metadata during plugin deletion, preserving offload state on reinstall.