Plugin Directory

Changeset 3205157


Ignore:
Timestamp:
12/09/2024 11:57:55 PM (15 months ago)
Author:
rnoakes3rd
Message:

v1.1.5

Location:
copy-nav-menu-items/trunk
Files:
2 added
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • copy-nav-menu-items/trunk/assets/manifest.json

    r2810231 r3205157  
    22  "noatice.css": "noatice-4ba598d18d.css",
    33  "noatice.js": "noatice-0de7880122.js",
    4   "script.js": "script-c200f4adc3.js",
     4  "script.js": "script-1e5b9c87b3.js",
    55  "style.css": "style-cf3c017fb3.css"
    66}
  • copy-nav-menu-items/trunk/copy-nav-menu-items.php

    r3067874 r3205157  
    44 * Plugin URI:  https://wordpress.org/plugins/copy-nav-menu-items/
    55 * Description: Simple plugin that allows for nav menu items to be copied with a single click.
    6  * Version:     1.1.4
     6 * Version:     1.1.5
    77 * Author:      Robert Noakes
    88 * Author URI:  https://robertnoakes.com/
  • copy-nav-menu-items/trunk/includes/static/class-constants.php

    r3067874 r3205157  
    4747     * @var string
    4848     */
    49     const VERSION = '1.1.4';
    50     const VERSION_PREVIOUS = '1.1.3';
     49    const VERSION = '1.1.5';
     50    const VERSION_PREVIOUS = '1.1.4';
    5151   
    5252    /**
  • copy-nav-menu-items/trunk/readme.txt

    r3067874 r3205157  
    44Tags: copy, item, items, menu, nav
    55Requires at least: 5.0
    6 Tested up to: 6.5
    7 Stable tag: 1.1.4
     6Tested up to: 6.7
     7Stable tag: 1.1.5
    88Copyright: (c) 2020-2024 Robert Noakes (mr@robertnoakes.com)
    99License: GNU General Public License v3.0
     
    5858== Changelog ==
    5959
     60= 1.1.5 =
     61
     62* Verified: Functionality for WordPress 6.7
     63
    6064= 1.1.4 =
    6165
Note: See TracChangeset for help on using the changeset viewer.