Changeset 3383145
- Timestamp:
- 10/23/2025 08:05:43 AM (5 months ago)
- Location:
- menu-backup-restore
- Files:
-
- 2 edited
-
tags/1.1.0/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
menu-backup-restore/tags/1.1.0/readme.txt
r3382891 r3383145 22 22 * Import and export menus as JSON files for portability or locally saved backups 23 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 * Preserves complete menu structure: hierarchy, theme locations, and CSS classes for each menu item 24 25 * Configurable maximum number of backups to keep 25 26 * See who saved and created the backup … … 32 33 33 34 1. The plugin automatically creates a backup whenever you update a menu 34 2. Backups are stored in the WordPress options table 35 2. Backups are stored in the WordPress options table with complete menu structure (hierarchy, locations, CSS classes) 35 36 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 37 4. Restore any previous version with a single click, preserving all menu settings 38 5. Export backups as JSON files for portability or import to other sites 39 6. Configure the maximum number of backups to keep in the settings 38 40 39 41 = Requirements = … … 41 43 * WordPress 5.0 or higher 42 44 * PHP 7.2 or higher 45 46 = What Users Have to Say on Reddit = 47 48 "That’s a super useful idea! Menus are so easy to wipe out by accident, and restoring from a full backup always feels like overkill. Nice work!" 49 50 "Really appreciate it, This will come in handy alot!" 51 52 "Oh man, I’ve done this before too. Lost a big menu while trying to rearrange items and it was gone in a click. Ended up re-building from scratch. 53 This plugin sounds like a lifesaver — surprised WordPress hasn’t built something like this in by default." 54 55 "Kind of an automatic backup vs having to schedule one." 56 57 "that’s a killer quality of life plugin wp’s missing so many of those “one click undo” features for common mistakes" 58 59 "Great idea! I do this more often than I care to admit. This needs to be in Core!" 60 61 "Dude I literally do this all the time and actually did it less than an hour ago. I hate how the Wordpress menu isn’t stored normally. Thanks for this!" 43 62 44 63 == Installation == … … 70 89 71 90 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. 91 92 = What data is preserved during backup, restore, and import/export? = 93 94 The plugin preserves all menu data including: 95 * Complete menu hierarchy (parent/child relationships) 96 * Theme menu locations (which theme position the menu is assigned to) 97 * CSS classes for each menu item 98 * Menu item titles, URLs, and descriptions 99 * Target and rel attributes 100 * Display order of menu items 72 101 73 102 = Will this slow down my site? = -
menu-backup-restore/trunk/readme.txt
r3382891 r3383145 22 22 * Import and export menus as JSON files for portability or locally saved backups 23 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 * Preserves complete menu structure: hierarchy, theme locations, and CSS classes for each menu item 24 25 * Configurable maximum number of backups to keep 25 26 * See who saved and created the backup … … 32 33 33 34 1. The plugin automatically creates a backup whenever you update a menu 34 2. Backups are stored in the WordPress options table 35 2. Backups are stored in the WordPress options table with complete menu structure (hierarchy, locations, CSS classes) 35 36 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 37 4. Restore any previous version with a single click, preserving all menu settings 38 5. Export backups as JSON files for portability or import to other sites 39 6. Configure the maximum number of backups to keep in the settings 38 40 39 41 = Requirements = … … 41 43 * WordPress 5.0 or higher 42 44 * PHP 7.2 or higher 45 46 = What Users Have to Say on Reddit = 47 48 "That’s a super useful idea! Menus are so easy to wipe out by accident, and restoring from a full backup always feels like overkill. Nice work!" 49 50 "Really appreciate it, This will come in handy alot!" 51 52 "Oh man, I’ve done this before too. Lost a big menu while trying to rearrange items and it was gone in a click. Ended up re-building from scratch. 53 This plugin sounds like a lifesaver — surprised WordPress hasn’t built something like this in by default." 54 55 "Kind of an automatic backup vs having to schedule one." 56 57 "that’s a killer quality of life plugin wp’s missing so many of those “one click undo” features for common mistakes" 58 59 "Great idea! I do this more often than I care to admit. This needs to be in Core!" 60 61 "Dude I literally do this all the time and actually did it less than an hour ago. I hate how the Wordpress menu isn’t stored normally. Thanks for this!" 43 62 44 63 == Installation == … … 70 89 71 90 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. 91 92 = What data is preserved during backup, restore, and import/export? = 93 94 The plugin preserves all menu data including: 95 * Complete menu hierarchy (parent/child relationships) 96 * Theme menu locations (which theme position the menu is assigned to) 97 * CSS classes for each menu item 98 * Menu item titles, URLs, and descriptions 99 * Target and rel attributes 100 * Display order of menu items 72 101 73 102 = Will this slow down my site? =
Note: See TracChangeset
for help on using the changeset viewer.