diff --git a/migrations/43-44/new-deprecations.md b/migrations/43-44/new-deprecations.md index b9cf1ef0..68dc0afb 100644 --- a/migrations/43-44/new-deprecations.md +++ b/migrations/43-44/new-deprecations.md @@ -38,3 +38,8 @@ Example: ```php $app->getMenu()->getActive() ? count($app->getMenu()->getActive()->getChildren()) : 0; ``` + +#### com_search-specific methods in Language are deprecated + +File: libraries/src/Language/Language.php +Replacement: com_search will not be supported in Joomla 6.0 anymore and there is no replacement for these methods. diff --git a/migrations/44-50/new-deprecations.md b/migrations/44-50/new-deprecations.md index 55e714ea..625142fa 100644 --- a/migrations/44-50/new-deprecations.md +++ b/migrations/44-50/new-deprecations.md @@ -21,8 +21,3 @@ Replacement: The $item_associations property will be removed with no replacement File: administrator/components/com_privacy/src/Plugin/PrivacyPlugin.php Replacement: The `$this->db` property is deprecated in the privacy plugins. Instead of use `$this->getDatabase()` when the plugin is converted to service providers. - -#### com_search-specific methods in Language are deprecated - -File: libraries/src/Language/Language.php -Replacement: com_search will not be supported in Joomla 6.0 anymore and there is no replacement for these methods.