Update version notes of options and commands

This commit is contained in:
Badlop 2023-04-17 12:34:30 +02:00
parent c271d73dbd
commit d717ffd1a0
3 changed files with 3 additions and 1 deletions

View File

@ -478,7 +478,7 @@ doc() ->
desc => ?T("Deprecated. Use _`captcha_url`_ instead.")}},
{captcha_url,
#{value => ?T("URL | auto | undefined"),
note => "improved in 23.xx",
note => "improved in 23.04",
desc =>
?T("An URL where http://../basic/#captcha[CAPTCHA] requests should be sent. NOTE: you need "
"to configure 'request_handlers' for 'ejabberd_http' listener "

View File

@ -66,6 +66,7 @@ depends(_Host, _Opts) ->
get_commands_spec() ->
[#ejabberd_commands{name = update_sql, tags = [sql],
desc = "Convert MS SQL, MySQL or PostgreSQL DB to the new format",
note = "improved in 23.04",
module = ?MODULE, function = update_sql,
args = [],
args_example = [],

View File

@ -413,6 +413,7 @@ get_commands_spec() ->
result = {affiliation, atom}},
#ejabberd_commands{name = get_room_history, tags = [muc_room],
desc = "Get history of messages stored inside MUC room state",
note = "added in 23.04",
module = ?MODULE, function = get_room_history,
args_desc = ["Room name", "MUC service"],
args_example = ["room1", "muc.example.com"],