Changeset 3205157
- Timestamp:
- 12/09/2024 11:57:55 PM (15 months ago)
- Location:
- copy-nav-menu-items/trunk
- Files:
-
- 2 added
- 2 deleted
- 4 edited
-
assets/debug/scripts/script-1e5b9c87b3.js (added)
-
assets/debug/scripts/script-c200f4adc3.js (deleted)
-
assets/manifest.json (modified) (1 diff)
-
assets/release/scripts/script-1e5b9c87b3.js (added)
-
assets/release/scripts/script-c200f4adc3.js (deleted)
-
copy-nav-menu-items.php (modified) (1 diff)
-
includes/static/class-constants.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
copy-nav-menu-items/trunk/assets/manifest.json
r2810231 r3205157 2 2 "noatice.css": "noatice-4ba598d18d.css", 3 3 "noatice.js": "noatice-0de7880122.js", 4 "script.js": "script- c200f4adc3.js",4 "script.js": "script-1e5b9c87b3.js", 5 5 "style.css": "style-cf3c017fb3.css" 6 6 } -
copy-nav-menu-items/trunk/copy-nav-menu-items.php
r3067874 r3205157 4 4 * Plugin URI: https://wordpress.org/plugins/copy-nav-menu-items/ 5 5 * Description: Simple plugin that allows for nav menu items to be copied with a single click. 6 * Version: 1.1. 46 * Version: 1.1.5 7 7 * Author: Robert Noakes 8 8 * Author URI: https://robertnoakes.com/ -
copy-nav-menu-items/trunk/includes/static/class-constants.php
r3067874 r3205157 47 47 * @var string 48 48 */ 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'; 51 51 52 52 /** -
copy-nav-menu-items/trunk/readme.txt
r3067874 r3205157 4 4 Tags: copy, item, items, menu, nav 5 5 Requires at least: 5.0 6 Tested up to: 6. 57 Stable tag: 1.1. 46 Tested up to: 6.7 7 Stable tag: 1.1.5 8 8 Copyright: (c) 2020-2024 Robert Noakes (mr@robertnoakes.com) 9 9 License: GNU General Public License v3.0 … … 58 58 == Changelog == 59 59 60 = 1.1.5 = 61 62 * Verified: Functionality for WordPress 6.7 63 60 64 = 1.1.4 = 61 65
Note: See TracChangeset
for help on using the changeset viewer.