From 1d0bcb04c117d7656593efa160104dffd70b4b4b Mon Sep 17 00:00:00 2001 From: Dimitris Grammatikogiannis Date: Mon, 24 Feb 2025 09:32:30 +0200 Subject: [PATCH 1/2] Update removed-backward-incompatibility.md --- migrations/54-60/removed-backward-incompatibility.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/migrations/54-60/removed-backward-incompatibility.md b/migrations/54-60/removed-backward-incompatibility.md index 2b987f62f..4c50b40db 100644 --- a/migrations/54-60/removed-backward-incompatibility.md +++ b/migrations/54-60/removed-backward-incompatibility.md @@ -322,3 +322,9 @@ Factory::getApplication()->bootComponent('actionlogs')->getMVCFactory() Extensions interacting with `#__ucm_history` may require schema or API updates. **(more detail needed: schema differences and migration examples)** +### HTMLHelper::Bootstrap('framwork') has been removed + +- PR: https://github.com/joomla/joomla-cms/pull/44991 +- Description: The `HTMLHelper::Bootstrap('framwork')` as it was only kept for B/C purposes in the J4/5 versions. Developers should explicitly include **only** the components that are used in their layouts. + + From 7b754998b43737e1bf000a439d78e5ae67462062 Mon Sep 17 00:00:00 2001 From: Dimitris Grammatikogiannis Date: Mon, 24 Feb 2025 09:36:07 +0200 Subject: [PATCH 2/2] Update removed-backward-incompatibility.md --- migrations/54-60/removed-backward-incompatibility.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/migrations/54-60/removed-backward-incompatibility.md b/migrations/54-60/removed-backward-incompatibility.md index 4c50b40db..9f08d3a90 100644 --- a/migrations/54-60/removed-backward-incompatibility.md +++ b/migrations/54-60/removed-backward-incompatibility.md @@ -322,9 +322,9 @@ Factory::getApplication()->bootComponent('actionlogs')->getMVCFactory() Extensions interacting with `#__ucm_history` may require schema or API updates. **(more detail needed: schema differences and migration examples)** -### HTMLHelper::Bootstrap('framwork') has been removed +### HTMLHelper::Bootstrap('framework') has been removed - PR: https://github.com/joomla/joomla-cms/pull/44991 -- Description: The `HTMLHelper::Bootstrap('framwork')` as it was only kept for B/C purposes in the J4/5 versions. Developers should explicitly include **only** the components that are used in their layouts. +- Description: The `HTMLHelper::Bootstrap('framework')` as it was only kept for B/C purposes in the J4/5 versions. Developers should explicitly include **only** the components that are used in their layouts.