From 6eeaed1b0fc46ca8b032ffd1d69fb9db99dcb20c Mon Sep 17 00:00:00 2001 From: Christian Heel <66922325+heelc29@users.noreply.github.com> Date: Wed, 24 Jun 2026 12:49:33 +0200 Subject: [PATCH] fix wrong linked prs --- updates/64-70/removed-backward-incompatibility.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/updates/64-70/removed-backward-incompatibility.md b/updates/64-70/removed-backward-incompatibility.md index 614333ee..6f6f6a65 100644 --- a/updates/64-70/removed-backward-incompatibility.md +++ b/updates/64-70/removed-backward-incompatibility.md @@ -154,7 +154,7 @@ $this->getApplication(); ``` ## `PrivacyPlugin` db property removed -- PR: https://github.com/joomla/joomla-cms/pull/47880 +- PR: https://github.com/joomla/joomla-cms/pull/47905 - File: /administrator/components/com_privacy/src/Plugin/PrivacyPlugin.php - Description: The `$db` property in the `abstract class PrivacyPlugin extends CMSPlugin ` got removed. Inject the database in the provider.php. For example you can use: @@ -190,7 +190,7 @@ $this->getDatabase(); - Description: The CSS custom property `--cassiopeia-link-color` is not used and got removed. ## Removed unused methods from localise -- PR: https://github.com/joomla/joomla-cms/pull/47897 +- PR: https://github.com/joomla/joomla-cms/pull/47898 - File: /administrator/language/en-GB/localise.php - Description: Unused filters removed: `--getIgnoredSearchWords`