From 0c3abade0fa035e4c106f9126aa2d313a94a935e 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 fb7b001e..0a4bc68e 100644 --- a/migrations/54-60/removed-backward-incompatibility.md +++ b/migrations/54-60/removed-backward-incompatibility.md @@ -168,3 +168,9 @@ if ($app instanceof \Joomla\CMS\Application\ConsoleApplication) { - `\Joomla\CMS\MVC\Controller\ApiController` uses a `Registry` object for the model state. - `\Joomla\CMS\User\UserHelper::getProfile()` returns a `stdClass` object now. +### 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 734e3c34de5d8759f0c0e0ffb276d89fa8e50110 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 0a4bc68e..4623c103 100644 --- a/migrations/54-60/removed-backward-incompatibility.md +++ b/migrations/54-60/removed-backward-incompatibility.md @@ -168,9 +168,9 @@ if ($app instanceof \Joomla\CMS\Application\ConsoleApplication) { - `\Joomla\CMS\MVC\Controller\ApiController` uses a `Registry` object for the model state. - `\Joomla\CMS\User\UserHelper::getProfile()` returns a `stdClass` object now. -### 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.