Changeset 3382891
- Timestamp:
- 10/22/2025 07:09:21 PM (5 months ago)
- Location:
- menu-backup-restore
- Files:
-
- 2 edited
-
tags/1.1.0/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
menu-backup-restore/tags/1.1.0/readme.txt
r3382887 r3382891 1 1 === Menu Backup & Restore === 2 2 Contributors: creativemashwp 3 Tags: menu, backup, restore, navigation, menus3 Tags: menu, backup, restore, export, navigation 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1. 0.16 Stable tag: 1.1.0 7 7 Requires PHP: 7.2 8 8 License: GPL v2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Adds a backup and restore panel to your WordPress Menus page. Auto-saves changes and lets you restore with one click. Never lose a menu again.11 Protect WordPress menus with automatic backups, one-click restore, and import/export. Transfer menus between sites with ease. 12 12 13 13 == Description == 14 14 15 Menu Backup & Restore protects your WordPress menus with automatic backups every time you make a change and easy to restore.15 Menu Backup & Restore protects your WordPress menus with automatic backups, one-click restoration, and powerful import/export capabilities. Transfer menus between sites seamlessly with intelligent object mapping that ensures your menu structure remains intact. 16 16 17 17 18 18 = Key Features = 19 19 20 * Automatic backup of menus when they are updated. 21 * Easy restoration of previous menu versions. 22 * Configurable maximum number of backups to keep. 23 * See who saved and created the backup. 24 * Simple and intuitive user interface. 25 * No database modifications required. 26 * Lightweight and fast. 20 * Automatic backup of menus when they are updated 21 * Easy restoration of previous menu versions 22 * Import and export menus as JSON files for portability or locally saved backups 23 * Transfer menus between sites with intelligent object mapping, can be used to update menus from development to production sites without full site migration 24 * Configurable maximum number of backups to keep 25 * See who saved and created the backup 26 * Tab-based interface for better organization 27 * Simple and intuitive user interface 28 * No database modifications required 29 * Lightweight and fast 27 30 28 31 = How It Works = 29 32 30 1. The plugin automatically creates a backup whenever you update a menu .31 2. Backups are stored in the WordPress options table .32 3. You can view and manage backups from the Menus page .33 4. Restore any previous version with a single click .34 5. Configure the maximum number of backups to keep in the settings .33 1. The plugin automatically creates a backup whenever you update a menu 34 2. Backups are stored in the WordPress options table 35 3. You can view and manage backups from the Menus page 36 4. Restore any previous version with a single click 37 5. Configure the maximum number of backups to keep in the settings 35 38 36 39 = Requirements = … … 60 63 Yes, you can restore any previous version of your menu with a single click. The restored menu will be created as a new menu with "(Restored)" appended to its name. 61 64 65 = Can I export and import menus? = 66 67 Yes! You can export any backup as a JSON file and import it to the same or a different WordPress site. The plugin intelligently maps menu items to objects on the target site. 68 69 = Can I transfer menus between sites? = 70 71 Absolutely! Export a menu from one site and import it to another. The plugin will attempt to match pages, posts, and categories by slug, GUID, or title. Unmatched items are converted to custom links. 72 62 73 = Will this slow down my site? = 63 74 … … 66 77 == Screenshots == 67 78 68 1. Menu Backup & Restore panel at the bottom of the WordPress Menus page. 69 2. The plugin’s main UI within the Menu section for restoring backups. 70 3. Settings page for configuring backup limits and behaviour. 79 1. WordPress Menus page with Menu Backup & Restore panel integration. 80 2. Backup & Restore tab showing saved menu backups with Restore, Export, and Delete options. 81 3. Settings page with backup limit configuration and support options. 82 4. Import tab with file upload interface and helpful guidance for new users. 83 5. Import Preview page showing menu details and intelligent object mapping before restoration. 71 84 72 85 == Changelog == 86 87 = 1.1.0 = 88 * Added Import & Export functionality for menu backups as JSON files 89 * Added tab-based interface with "Backup & Restore" and "Import" tabs 90 * Smart tab defaults: Import tab shown first when no backups exist 91 * Improved empty state with actionable guidance for new users 92 * Added informational notice on Import tab when no backups exist 93 * Added "Buy Me a Coffee" support link on settings page 94 * Added "Rate 5 Stars" call-to-action on settings page 95 * Fixed backup panel appearing on Manage Locations tab 96 * Fixed bug where reducing backup limit didn't delete old backups 97 * Imported menus are now automatically saved as backups 98 * Enhanced security with MIME type validation and checksum verification 99 * Improved cross-site menu transfer with intelligent object mapping 100 * Added schema versioning for future compatibility 73 101 74 102 = 1.0.1 = … … 88 116 == Upgrade Notice == 89 117 118 = 1.1.0 = 119 Major feature release! Import & Export menus as JSON files, tab-based interface, smart defaults, and enhanced cross-site menu transfer capabilities. 120 90 121 = 1.0.1 = 91 122 Adds User column to track backup creators and improves the interface with better responsive layout and empty state handling. -
menu-backup-restore/trunk/readme.txt
r3382887 r3382891 77 77 == Screenshots == 78 78 79 1. Menu Backup & Restore panel at the bottom of the WordPress Menus page. 80 2. The plugin’s main UI within the Menu section for restoring backups. 81 3. Settings page for configuring backup limits and behaviour. 79 1. WordPress Menus page with Menu Backup & Restore panel integration. 80 2. Backup & Restore tab showing saved menu backups with Restore, Export, and Delete options. 81 3. Settings page with backup limit configuration and support options. 82 4. Import tab with file upload interface and helpful guidance for new users. 83 5. Import Preview page showing menu details and intelligent object mapping before restoration. 82 84 83 85 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.