From 7e4a96c4f39054aa5ee11c6f25d6394fba83d9bc Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Sun, 14 Jan 2024 09:27:35 +0100 Subject: [PATCH] adjust docs for plugin list command --- en/appendices/5-1-upgrade-guide.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/en/appendices/5-1-upgrade-guide.rst b/en/appendices/5-1-upgrade-guide.rst index add5676461..29a1301776 100644 --- a/en/appendices/5-1-upgrade-guide.rst +++ b/en/appendices/5-1-upgrade-guide.rst @@ -37,8 +37,8 @@ Cache Command ------- -- ``bin/cake plugin list`` now includes the current version number for each - plugin if available. +- ``bin/cake plugin list`` has been added to list all available plugins, + their load configuration and version. Console ------- @@ -48,6 +48,7 @@ Console Core ---- +- ``PluginConfig`` was added. Use this class to get all available plugins, their load config and versions. - The ``toString``, ``toInt``, ``toBool`` functions were added. They give you a typesafe way to cast request data or other input and return ``null`` when conversion fails.