Document the removal of support for unnamed event listeners
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 24 Feb 2023 11:31:05 +0000 (12:31 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Feb 2023 11:31:05 +0000 (12:31 +0100)
docs/migration/wsc55/php.md

index 196f930f7e775cf3416fcb694e5c7296fe137cda..a15f0458355da1a45a1b24603fc09f02fae3ab39 100644 (file)
@@ -292,6 +292,13 @@ The latter check is intended to reject old and most likely incompatible packages
 
 ### Package Installation Plugins
 
+#### EventListener
+
+Installing unnamed event listeners is no longer supported.
+The `name` attribute needs to be specified for all event listeners.
+
+Deleting unnamed event listeners still is possible to allow for a clean migration of existing listeners.
+
 #### Database
 
 The `$name` parameter of `DatabaseTableIndex::create()` is no longer optional.