diff --git a/CHANGELOG.md b/CHANGELOG.md index f42503af..138efa72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] +## [02.60.00] --- 2026-07-12 + ## [02.59.00] --- 2026-07-12 @@ -62,8 +64,3 @@ ### Fixed - Package `postflight` now removes the orphaned `com_component-mokosuitebackup` registration (stray extension record, admin menu items, schema rows, and `administrator/` folder) left behind by the old "Type - Name" component `` — self-healing on update so affected sites reconcile to the real `com_mokosuitebackup`. (#213 follow-up) - -## [02.56.08] --- 2026-07-05 - -### Fixed -- Component manifest `` reverted to the element-safe `MokoSuiteBackup`. The "Type - Name" convention derived element `com_component-mokosuitebackup`, registering a duplicate component and leaving the real `com_mokosuitebackup` orphaned on the old version. (#213) diff --git a/source/packages/com_mokosuitebackup/sql/updates/mysql/02.60.00.sql b/source/packages/com_mokosuitebackup/sql/updates/mysql/02.60.00.sql new file mode 100644 index 00000000..b47228e9 --- /dev/null +++ b/source/packages/com_mokosuitebackup/sql/updates/mysql/02.60.00.sql @@ -0,0 +1 @@ +/* 02.60.00 — no schema changes */