25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-10-31 15:21:38 +01:00

Add two more version notes

This commit is contained in:
Badlop 2024-10-28 13:42:56 +01:00
parent 855c828d1f
commit 6b0058c89c
2 changed files with 2 additions and 0 deletions

View File

@ -203,6 +203,7 @@ get_commands_spec() ->
#ejabberd_commands{name = update, tags = [server], #ejabberd_commands{name = update, tags = [server],
desc = "Update the given module", desc = "Update the given module",
longdesc = "To update all the possible modules, use `all`.", longdesc = "To update all the possible modules, use `all`.",
note = "improved in 24.10",
module = ?MODULE, function = update, module = ?MODULE, function = update,
args_example = ["all"], args_example = ["all"],
args = [{module, string}], args = [{module, string}],

View File

@ -117,6 +117,7 @@ mod_doc() ->
"carefully, only if you trust a component."), "", "carefully, only if you trust a component."), "",
?T("NOTE: This module is complementary to _`mod_delegation`_, " ?T("NOTE: This module is complementary to _`mod_delegation`_, "
"but can also be used separately.")], "but can also be used separately.")],
note => "improved in 24.10",
opts => opts =>
[{roster, [{roster,
#{value => ?T("Options"), #{value => ?T("Options"),