documentation: Adds versioning information.

Adds version information for applications, functions,
and manager events/actions.

This is not completely exhaustive by any means but
covers most new things added that have release
versioning information in the issue tracker.

ASTERISK-29940 #close

Change-Id: I506401e93c799715dbbe97c0a8ba18af2bf5e131
This commit is contained in:
Naveen Albert
2022-02-25 20:58:52 +00:00
committed by Friendly Automation
parent bce722e60d
commit 0c70d497bc
19 changed files with 145 additions and 0 deletions

View File

@@ -291,6 +291,11 @@
</see-also>
</function>
<function name="BASENAME" language="en_US">
<since>
<version>16.21.0</version>
<version>18.7.0</version>
<version>19.0.0</version>
</since>
<synopsis>
Return the name of a file.
</synopsis>
@@ -309,6 +314,11 @@
</see-also>
</function>
<function name="DIRNAME" language="en_US">
<since>
<version>16.21.0</version>
<version>18.7.0</version>
<version>19.0.0</version>
</since>
<synopsis>
Return the directory of a file.
</synopsis>