e0c8f6a6d1
Generic: Repo Health / Scripts governance (push) Blocked by required conditions
Generic: Repo Health / Repository health (push) Blocked by required conditions
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Blocked by required conditions
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Blocked by required conditions
Generic: Repo Health / Report Issues (push) Blocked by required conditions
Joomla: Extension CI / PHPStan Analysis (pull_request) Blocked by required conditions
Universal: PR Check / Build RC Package (pull_request) Blocked by required conditions
Universal: PR Check / Report Issues (pull_request) Blocked by required conditions
Generic: Repo Health / Scripts governance (pull_request) Blocked by required conditions
Generic: Repo Health / Repository health (pull_request) Blocked by required conditions
Generic: Repo Health / Report Issues (pull_request) Blocked by required conditions
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 2s
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Generic: Repo Health / Access control (pull_request) Successful in 2s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 8s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 9s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 11s
Universal: PR Check / Validate PR (pull_request) Failing after 14s
Universal: Auto Version Bump / Version Bump (push) Successful in 20s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 20s
39 lines
2.1 KiB
Markdown
39 lines
2.1 KiB
Markdown
# Changelog
|
|
## [Unreleased]
|
|
|
|
### 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
|
|
|
|
## [01.08.00] --- 2026-06-07
|
|
|
|
## [01.07.00] --- 2026-06-07
|
|
|
|
## [01.06.00] --- 2026-06-07
|
|
|
|
|
|
## [01.05.00] --- 2026-06-07
|
|
|
|
### Added
|
|
- Dashboard submenu entry as default landing page with `class:home` icon
|
|
- `[DEFAULT_DIR]` placeholder for portable backup directory configuration — resolves to `administrator/components/com_mokosuitebackup/backups` at runtime
|
|
- Live AJAX directory validation on backup_dir field — checks existence, writability, and placeholder resolution as user types (debounced 400ms)
|
|
- `checkDir` AJAX endpoint for real-time directory permission checking
|
|
- Web-accessible warning badge on backup download buttons when archive is inside web root
|
|
- Inline security warning in FolderPicker when default directory is selected
|
|
- Auto `.htaccess` and `index.html` protection for web-accessible backup directories on profile save and at backup time
|
|
- Font Awesome 6 submenu icons via CSS injection in `MokoSuiteBackupComponent::boot()`
|
|
- `syncMenuIcons()` installer postflight — syncs icon classes to `#__menu` on install and update
|
|
- `encryptionPassword` property on `SteppedSession` for upcoming stepped backup encryption support
|
|
|
|
### Changed
|
|
- Profile `backup_dir` default changed from literal path to `[DEFAULT_DIR]` placeholder
|
|
- Backup engine fallback directory changed from hardcoded path to `[DEFAULT_DIR]`
|
|
- `isUsingDefaultBackupDir()` now matches `[DEFAULT_DIR]` placeholder in addition to literal path and empty values
|
|
- Dashboard submenu language key added to `.sys.ini` files (en-GB, en-US)
|
|
|
|
## [01.04.00] --- 2026-06-07
|