Plugin Directory

Changeset 3483196


Ignore:
Timestamp:
03/15/2026 04:17:50 PM (13 days ago)
Author:
mayankmajeji
Message:

Update to version 1.0.18 from GitHub

Location:
menupilot
Files:
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • menupilot/assets/blueprints/blueprint.json

    r3445535 r3483196  
    11{
    2   "landingPage": "/wp-admin/",
     2  "landingPage": "/wp-admin/admin.php?page=menupilot",
    33  "preferredVersions": {
    44    "php": "7.4",
    5     "wp": "5.9"
     5    "wp": "6.7"
    66  },
    77  "steps": [
     
    2323      "step": "writeFile",
    2424      "path": "/wordpress/wp-content/mu-plugins/playground-notice.php",
    25       "data": "<?php add_action( 'admin_notices', function() { echo '<div class=\"notice notice-info is-dismissible\"><p>This is a live preview of <strong>Smart CAPTCHA Alternative with Cloudflare Turnstile</strong>, powered by <a href=\"https://wordpress.org/playground/\" target=\"_blank\">WordPress Playground</a>.</p></div>'; } );"
     25      "data": "<?php add_action( 'admin_notices', function() { echo '<div class=\"notice notice-info is-dismissible\"><p>This is a live preview of <strong>MenuPilot</strong>, powered by <a href=\"https://wordpress.org/playground/\" target=\"_blank\">WordPress Playground</a>.</p></div>'; } );"
    2626    }
    2727  ]
  • menupilot/tags/1.0.18/menupilot.php

    r3482932 r3483196  
    44 * Plugin URI: https://github.com/mayankmajeji/menupilot
    55 * Description: Safely import and export WordPress navigation menus with a preview-first workflow. Review and map menus before importing.
    6  * Version: 1.0.17
     6 * Version: 1.0.18
    77 * Author: Mayank Majeji
    88 * Author URI:
     
    2626
    2727// Plugin version.
    28 define( 'MENUPILOT_VERSION', '1.0.17' );
     28define( 'MENUPILOT_VERSION', '1.0.18' );
    2929define( 'MENUPILOT_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    3030define( 'MENUPILOT_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • menupilot/tags/1.0.18/readme.txt

    r3482934 r3483196  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.16
     7Stable tag: 1.0.18
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1212
    1313== Description ==
     14
     15**[Try MenuPilot live in your browser](https://playground.wordpress.net/?blueprint-url=https://wordpress.org/plugins/wp-json/plugins/v1/plugin/menupilot/blueprint.json)**
    1416
    1517MenuPilot is a focused menu import and export plugin designed to help you move **one menu at a time** between WordPress sites with confidence.
  • menupilot/trunk/menupilot.php

    r3482932 r3483196  
    44 * Plugin URI: https://github.com/mayankmajeji/menupilot
    55 * Description: Safely import and export WordPress navigation menus with a preview-first workflow. Review and map menus before importing.
    6  * Version: 1.0.17
     6 * Version: 1.0.18
    77 * Author: Mayank Majeji
    88 * Author URI:
     
    2626
    2727// Plugin version.
    28 define( 'MENUPILOT_VERSION', '1.0.17' );
     28define( 'MENUPILOT_VERSION', '1.0.18' );
    2929define( 'MENUPILOT_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    3030define( 'MENUPILOT_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • menupilot/trunk/readme.txt

    r3482934 r3483196  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.16
     7Stable tag: 1.0.18
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1212
    1313== Description ==
     14
     15**[Try MenuPilot live in your browser](https://playground.wordpress.net/?blueprint-url=https://wordpress.org/plugins/wp-json/plugins/v1/plugin/menupilot/blueprint.json)**
    1416
    1517MenuPilot is a focused menu import and export plugin designed to help you move **one menu at a time** between WordPress sites with confidence.
Note: See TracChangeset for help on using the changeset viewer.