Conversation
Remove the standalone Backup tab and make the Dashboard's Backup card the plugin's only home: it shows the ReloadeD Backup name, the installed version and its up-to-date status, with install / activate / manage actions inline. The Backup + Theme Updates pair moves to the top of the Dashboard. - panel.php: drop the 'backup' tab and its settings section - mod-backup.php: remove rd_backup_render_panel(); the installer AJAX stays and its enqueue now targets the Dashboard tab - mod-dashboard.php: the backup card gains an h3, a version/last-backup grid and a floating action button (mirrors the Theme Updates card); the missing / inactive states render install / activate inline. Up-to-date is read from WP's native update_plugins transient (no blocking GitHub call on render) - admin-style.scss: .rd-backup-card (header/cta/grid) mirroring .rd-self-update
## [1.13.0-beta.1](v1.12.0...v1.13.0-beta.1) (2026-06-21) ### ✨ Features * **dashboard:** fold the Backup tab into the Backup card ([340a542](340a542)) <br> ---
The Backup card now has a "Last automatic backup" row — an OK/Failed badge plus how long ago — read from the plugin's rdbk_get_last_auto_backup() (guarded with function_exists, so it degrades to a dash on an older plugin or before any scheduled run).
## [1.13.0-beta.2](v1.13.0-beta.1...v1.13.0-beta.2) (2026-06-21) ### ✨ Features * **dashboard:** show the last automatic backup on the Backup card ([4898745](4898745)) <br> ---
Translate the strings from the Backup-card overhaul + the "Last automatic backup" row, and regenerate reloaded.pot. Also harmonize the duplicate "%s ago" translator comment in mod-dashboard.php (clears the make-pot warning).
Owner
Author
|
🎉 This PR is included in version 1.13.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.