2026-06-02 13:47:36 -05:00
|
|
|
# Changelog
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
|
2026-06-18 16:07:30 +00:00
|
|
|
## [01.23.00] --- 2026-06-18
|
|
|
|
|
|
2026-06-16 17:06:32 +00:00
|
|
|
## [01.21.00] --- 2026-06-16
|
|
|
|
|
|
2026-06-11 22:22:45 -05:00
|
|
|
### Fixed
|
|
|
|
|
- Admin submenu items (Dashboard, Backups, Profiles) not created on install — `<submenu>` block in manifest was empty
|
|
|
|
|
- Submenu items not created on update — added `ensureSubmenuItems()` using Joomla's `MenuTable` API with proper nested set positioning
|
|
|
|
|
- Submenu icons not rendering in Joomla 6 — set `menu_icon` param for level 2+ items (Atum only renders `img` column icons for level 1)
|
|
|
|
|
- CSS selector `#menu` → `.main-nav` for icon injection (Joomla 6 uses dynamic `id="menu{moduleId}"`)
|
|
|
|
|
- Use `margin-inline-end` instead of `margin-right` for RTL layout support
|
|
|
|
|
|
2026-06-07 15:06:21 +00:00
|
|
|
## [01.08.00] --- 2026-06-07
|
|
|
|
|
|
2026-06-07 14:44:24 +00:00
|
|
|
## [01.07.00] --- 2026-06-07
|
|
|
|
|
|
2026-06-07 14:23:16 +00:00
|
|
|
## [01.06.00] --- 2026-06-07
|