Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.next: adjust plugin list docs + add PluginConfig docs #7796

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions en/appendices/5-1-upgrade-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand All @@ -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.

Expand Down