Plugin Directory

Changeset 3382891


Ignore:
Timestamp:
10/22/2025 07:09:21 PM (5 months ago)
Author:
creativemashwp
Message:

Release 1.1.0 – updated trunk, new screenshots, and added tag 1.1.0

Location:
menu-backup-restore
Files:
2 edited

Legend:

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

    r3382887 r3382891  
    11=== Menu Backup & Restore ===
    22Contributors: creativemashwp
    3 Tags: menu, backup, restore, navigation, menus
     3Tags: menu, backup, restore, export, navigation
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.0.1
     6Stable tag: 1.1.0
    77Requires PHP: 7.2
    88License: GPL v2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    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.
     11Protect WordPress menus with automatic backups, one-click restore, and import/export. Transfer menus between sites with ease.
    1212
    1313== Description ==
    1414
    15 Menu Backup & Restore protects your WordPress menus with automatic backups every time you make a change and easy to restore.
     15Menu 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.
    1616
    1717
    1818= Key Features =
    1919
    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
    2730
    2831= How It Works =
    2932
    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.
     331. The plugin automatically creates a backup whenever you update a menu
     342. Backups are stored in the WordPress options table
     353. You can view and manage backups from the Menus page
     364. Restore any previous version with a single click
     375. Configure the maximum number of backups to keep in the settings
    3538
    3639= Requirements =
     
    6063Yes, 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.
    6164
     65= Can I export and import menus? =
     66
     67Yes! 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
     71Absolutely! 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
    6273= Will this slow down my site? =
    6374
     
    6677== Screenshots ==
    6778
    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.
     791. WordPress Menus page with Menu Backup & Restore panel integration.
     802. Backup & Restore tab showing saved menu backups with Restore, Export, and Delete options.
     813. Settings page with backup limit configuration and support options.
     824. Import tab with file upload interface and helpful guidance for new users.
     835. Import Preview page showing menu details and intelligent object mapping before restoration.
    7184
    7285== 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
    73101
    74102= 1.0.1 =
     
    88116== Upgrade Notice ==
    89117
     118= 1.1.0 =
     119Major feature release! Import & Export menus as JSON files, tab-based interface, smart defaults, and enhanced cross-site menu transfer capabilities.
     120
    90121= 1.0.1 =
    91122Adds 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  
    7777== Screenshots ==
    7878
    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.
     791. WordPress Menus page with Menu Backup & Restore panel integration.
     802. Backup & Restore tab showing saved menu backups with Restore, Export, and Delete options.
     813. Settings page with backup limit configuration and support options.
     824. Import tab with file upload interface and helpful guidance for new users.
     835. Import Preview page showing menu details and intelligent object mapping before restoration.
    8284
    8385== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.