projects
/
GitHub
/
WoltLab
/
woltlab.github.io.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a1d80a
)
Document the removal of support for unnamed event listeners
author
Tim Düsterhus
<duesterhus@woltlab.com>
Fri, 24 Feb 2023 11:31:05 +0000
(12:31 +0100)
committer
GitHub
<noreply@github.com>
Fri, 24 Feb 2023 11:31:05 +0000
(12:31 +0100)
docs/migration/wsc55/php.md
patch
|
blob
|
blame
|
history
diff --git
a/docs/migration/wsc55/php.md
b/docs/migration/wsc55/php.md
index 196f930f7e775cf3416fcb694e5c7296fe137cda..a15f0458355da1a45a1b24603fc09f02fae3ab39 100644
(file)
--- a/
docs/migration/wsc55/php.md
+++ b/
docs/migration/wsc55/php.md
@@
-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.