Skip to content

Commit 3d14350

Browse files
authored
adjust docs for plugin list command (#7796)
1 parent d95d955 commit 3d14350

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

en/appendices/5-1-upgrade-guide.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Cache
3737
Command
3838
-------
3939

40-
- ``bin/cake plugin list`` now includes the current version number for each
41-
plugin if available.
40+
- ``bin/cake plugin list`` has been added to list all available plugins,
41+
their load configuration and version.
4242

4343
Console
4444
-------
@@ -48,6 +48,7 @@ Console
4848
Core
4949
----
5050

51+
- ``PluginConfig`` was added. Use this class to get all available plugins, their load config and versions.
5152
- The ``toString``, ``toInt``, ``toBool`` functions were added. They give you
5253
a typesafe way to cast request data or other input and return ``null`` when conversion fails.
5354

0 commit comments

Comments
 (0)