diff --git a/migrations/53-54/new-deprecations.md b/migrations/53-54/new-deprecations.md new file mode 100644 index 00000000..3c383a22 --- /dev/null +++ b/migrations/53-54/new-deprecations.md @@ -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