We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da40248 + 5e81db7 commit b64a31eCopy full SHA for b64a31e
en/appendices/5-3-migration-guide.rst
@@ -46,7 +46,7 @@ Form
46
47
- ``Form::_execute()`` is deprecated. You should rename your ``_execute``
48
methods to ``process()`` which accepts the same parameters and has the same
49
- return type..
+ return type.
50
51
Http
52
----
@@ -62,6 +62,13 @@ ORM
62
``$table->getBehavior('Sluggable')->slugify()`` instead of ``$table->slugify()``.
63
- ``EntityTrait::isEmpty()`` is deprecated. Use ``hasValue()`` instead.
64
65
+Plugin
66
+------
67
+
68
+- Loading of plugins without a plugin class is deprecated. For your existing plugins
69
+ which don't have one, you can use the ``bin/cake bake plugin MyPlugin --class-only``
70
+ command, which will create the file ``plugins/MyPlugin/src/MyPlugin.php``.
71
72
New Features
73
============
74
0 commit comments