Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions updates/64-70/removed-backward-incompatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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`
Expand Down