From 2a3158b6275d138cd571918b666bf017cdf882d6 Mon Sep 17 00:00:00 2001 From: Hannes Papenberg Date: Tue, 6 Jun 2023 10:47:28 +0200 Subject: [PATCH] Adding deprecations for com_search-specific Language methods --- migrations/44-50/new-deprecations.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/migrations/44-50/new-deprecations.md b/migrations/44-50/new-deprecations.md index 625142fa..55e714ea 100644 --- a/migrations/44-50/new-deprecations.md +++ b/migrations/44-50/new-deprecations.md @@ -21,3 +21,8 @@ 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.