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
19 changes: 19 additions & 0 deletions migrations/53-54/new-deprecations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
sidebar_position: 2
---

# New deprecations

:::tip[Developer Note]
Since this version of Joomla has not been released yet, this page can change anytime.
:::

All the new deprecations that should be aware of and what you should now be using instead.

## Plugins deprecations

### CMSPlugin: deprecation for registerListeners

Deprecate `CMSPlugin::registerListeners()` as no longer needed when plugin will implement `SubscriberInterface`.

PR: https://github.com/joomla/joomla-cms/pull/43395