Skip to content
Merged
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
6 changes: 6 additions & 0 deletions migrations/50-51/new-deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@ File: `administrator/language/en-GB/plg_system_jooa11y.ini`
Handled from the dependency Sa11y itself, no more own translations are needed.
[Sa11y - Github Repository](https://github.com/ryersondmp/sa11y)


#### ActionLog plugin app and db property is deprecated

File: administrator/components/com_actionlogs/src/Plugin/ActionLogPlugin.php
Replacement: The `$this->app` and `$this->db` property is deprecated in the actionlog plugins. Instead of use `$this->getApplication()` and `$this->getDatabase()` when the plugin is converted to service providers.

# Class deprecations

Planned to be removed in Joomla! 7.0.
Expand Down