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.
1 parent d95d955 commit 3d14350Copy full SHA for 3d14350
en/appendices/5-1-upgrade-guide.rst
@@ -37,8 +37,8 @@ Cache
37
Command
38
-------
39
40
-- ``bin/cake plugin list`` now includes the current version number for each
41
- plugin if available.
+- ``bin/cake plugin list`` has been added to list all available plugins,
+ their load configuration and version.
42
43
Console
44
@@ -48,6 +48,7 @@ Console
48
Core
49
----
50
51
+- ``PluginConfig`` was added. Use this class to get all available plugins, their load config and versions.
52
- The ``toString``, ``toInt``, ``toBool`` functions were added. They give you
53
a typesafe way to cast request data or other input and return ``null`` when conversion fails.
54
0 commit comments