Changeset 3205161
- Timestamp:
- 12/10/2024 12:00:47 AM (15 months ago)
- Location:
- noakes-menu-manager/trunk
- Files:
-
- 3 edited
-
includes/static/class-constants.php (modified) (1 diff)
-
noakes-menu-manager.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
noakes-menu-manager/trunk/includes/static/class-constants.php
r3067879 r3205161 47 47 * @var string 48 48 */ 49 const VERSION = '3.2. 4';50 const VERSION_PREVIOUS = '3.2. 3';49 const VERSION = '3.2.5'; 50 const VERSION_PREVIOUS = '3.2.4'; 51 51 52 52 /** -
noakes-menu-manager/trunk/noakes-menu-manager.php
r3067879 r3205161 4 4 * Plugin URI: https://wordpress.org/plugins/noakes-menu-manager/ 5 5 * Description: Simplifies nav menu maintenance and functionality providing more control over nav menus with less coding. 6 * Version: 3.2. 46 * Version: 3.2.5 7 7 * Author: Robert Noakes 8 8 * Author URI: https://robertnoakes.com/ -
noakes-menu-manager/trunk/readme.txt
r3067879 r3205161 4 4 Tags: active, code, convenient, custom, disable, fields, generator, hash, id, menus, nav, query, string 5 5 Requires at least: 5.0 6 Tested up to: 6. 57 Stable tag: 3.2. 46 Tested up to: 6.7 7 Stable tag: 3.2.5 8 8 Copyright: (c) 2016-2024 Robert Noakes (mr@robertnoakes.com) 9 9 License: GNU General Public License v3.0 … … 75 75 == Changelog == 76 76 77 = 3.2.5 = 78 79 * Verified: Functionality for WordPress 6.7 80 77 81 = 3.2.4 = 78 82
Note: See TracChangeset
for help on using the changeset viewer.