Plugin Directory

Changeset 3383145


Ignore:
Timestamp:
10/23/2025 08:05:43 AM (5 months ago)
Author:
creativemashwp
Message:

Updated readme.txt in trunk and tag 1.1.0

Location:
menu-backup-restore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • menu-backup-restore/tags/1.1.0/readme.txt

    r3382891 r3383145  
    2222* Import and export menus as JSON files for portability or locally saved backups
    2323* 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
    2425* Configurable maximum number of backups to keep
    2526* See who saved and created the backup
     
    3233
    33341. The plugin automatically creates a backup whenever you update a menu
    34 2. Backups are stored in the WordPress options table
     352. Backups are stored in the WordPress options table with complete menu structure (hierarchy, locations, CSS classes)
    35363. 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
     374. Restore any previous version with a single click, preserving all menu settings
     385. Export backups as JSON files for portability or import to other sites
     396. Configure the maximum number of backups to keep in the settings
    3840
    3941= Requirements =
     
    4143* WordPress 5.0 or higher
    4244* 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.
     53This 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!"
    4362
    4463== Installation ==
     
    7089
    7190Absolutely! 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
     94The 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
    72101
    73102= Will this slow down my site? =
  • menu-backup-restore/trunk/readme.txt

    r3382891 r3383145  
    2222* Import and export menus as JSON files for portability or locally saved backups
    2323* 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
    2425* Configurable maximum number of backups to keep
    2526* See who saved and created the backup
     
    3233
    33341. The plugin automatically creates a backup whenever you update a menu
    34 2. Backups are stored in the WordPress options table
     352. Backups are stored in the WordPress options table with complete menu structure (hierarchy, locations, CSS classes)
    35363. 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
     374. Restore any previous version with a single click, preserving all menu settings
     385. Export backups as JSON files for portability or import to other sites
     396. Configure the maximum number of backups to keep in the settings
    3840
    3941= Requirements =
     
    4143* WordPress 5.0 or higher
    4244* 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.
     53This 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!"
    4362
    4463== Installation ==
     
    7089
    7190Absolutely! 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
     94The 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
    72101
    73102= Will this slow down my site? =
Note: See TracChangeset for help on using the changeset viewer.