Files
MokoSuiteBackup/CHANGELOG.md
T
gitea-actions[bot] 571c0a7143
Universal: Auto Version Bump / Version Bump (push) Successful in 8s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Failing after 8s
chore: promote changelog [Unreleased] → [01.25.00]
2026-06-20 23:31:25 +00:00

793 B

Changelog

[Unreleased]

[01.25.00] --- 2026-06-20

[01.25.00] --- 2026-06-20

[01.24.00] --- 2026-06-20

[01.24.00] --- 2026-06-19

[01.23.00] --- 2026-06-18

[01.21.00] --- 2026-06-16

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