New: WordPress Playground live preview — click “Live Preview” on the plugin listing to try the Backups dashboard in a browser sandbox with 4 sample backup entries pre-seeded.
New: Video walkthrough embedded on the plugin listing page.
1.5.4
Compliance: Rewrote the “SiteVault Pro” admin screen to describe Pro as a separate plugin with additional features, removing the previous Lite vs Pro comparison table. No plugin functionality has changed; this is a documentation/presentation update to align with WordPress.org Plugin Directory Guideline 5.
Compliance: Removed “Scheduled Backups” from the Pro feature list and rewrote the related FAQ answer to state only that this plugin creates backups on demand from the admin screen.
Code: Removed two orphan wp_clear_scheduled_hook(‘sitevault_scheduled_backup’) calls from uninstall.php and the deactivation handler. The hook was never registered by this plugin.
1.5.3
Tested: Verified compatibility with WordPress 7.0
Improvement: Updated plugin description
1.5.2
Fix: Removed backup storage limit for full WordPress.org compliance
Fix: Replaced hardcoded ABSPATH reference with WordPress directory functions
Fix: Scoped PHP ini_set() calls to specific operations instead of generic helper
Improvement: Backup retention now uses configurable option (default 30)
1.5.1
Fix: Settings link now navigates to correct admin page
Fix: Replaced all inline styles with CSS classes for WordPress.org compliance
Fix: Replaced all file_put_contents() calls with WP_Filesystem API
Fix: Replaced file_get_contents() with WP_Filesystem in restore engine
1.5.0
REBRAND: Plugin renamed to “SiteVault – Backup, Restore & Migration”
Updated prefix from rbl to sitevault for WordPress.org compliance
Updated text-domain to sitevault-backup-restore-migration
Updated all admin menu labels and UI text
Replaced hardcoded path constants with WordPress functions