Releases: dbrabyn/wp-admin-submenus
Releases · dbrabyn/wp-admin-submenus
Release list
1.0.18
v1.0.17 - 14 February 2026
Various improvements suggested by the Plugin Check plugin
v1.0.15 - 2025-11-24
v1.0.13 - 2025-11-22
- Changed 2 lines limit to 35 characters.
- Same set of 2 limits for all menu item types.
- Limits set as constants up top.
v1.0.11 - 2025-11-11
1 and 2 line truncation limits are now 18 and 35 characters resp.
v1.0.10 - 2025-11-11
Added submenu title truncation:
New "Title Truncation" setting in Settings page with options: no truncation (default), 1 line, or 2 lines
PHP-based truncation using character limits (~25 chars for 1 line, ~50 chars for 2 lines)
v1.0.7 - 2025-11-11
Added support for WordPress default "Posts" post type
v1.0.6 - 2025-11-09
Improved post type filtering to exclude internal/system post types from settings page.
v1.0.5 - 2025-11-09
- Enhanced post type filtering to exclude internal/system post types from the settings page.
- Improved consistency in post type detection logic.