Changeset 3205159
- Timestamp:
- 12/09/2024 11:58:52 PM (16 months ago)
- Location:
- nav-menu-collapse/trunk
- Files:
-
- 3 edited
-
includes/static/class-constants.php (modified) (1 diff)
-
nav-menu-collapse.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nav-menu-collapse/trunk/includes/static/class-constants.php
r3067876 r3205159 47 47 * @var string 48 48 */ 49 const VERSION = '2.1. 4';50 const VERSION_PREVIOUS = '2.1. 3';49 const VERSION = '2.1.5'; 50 const VERSION_PREVIOUS = '2.1.4'; 51 51 52 52 /** -
nav-menu-collapse/trunk/nav-menu-collapse.php
r3067876 r3205159 4 4 * Plugin URI: https://wordpress.org/plugins/nav-menu-collapse/ 5 5 * Description: Adds functionality to collapse and expand nav menus within the WordPress admin. 6 * Version: 2.1. 46 * Version: 2.1.5 7 7 * Author: Robert Noakes 8 8 * Author URI: https://robertnoakes.com/ -
nav-menu-collapse/trunk/readme.txt
r3067876 r3205159 4 4 Tags: ajax, all, collpase, collpased, expand, expanded, menus, meta, nav, store, stored, user 5 5 Requires at least: 5.0 6 Tested up to: 6. 57 Stable tag: 2.1. 46 Tested up to: 6.7 7 Stable tag: 2.1.5 8 8 Copyright: (c) 2018-2024 Robert Noakes ([email protected]) 9 9 License: GNU General Public License v3.0 … … 58 58 == Changelog == 59 59 60 = 2.1.5 = 61 62 * Verified: Functionality for WordPress 6.7 63 60 64 = 2.1.4 = 61 65
Note: See TracChangeset
for help on using the changeset viewer.