-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.xml
More file actions
33 lines (33 loc) · 825 Bytes
/
module.xml
File metadata and controls
33 lines (33 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<module>
<rawname>userpaneltab</rawname>
<name>User Panel</name>
<repo>standard</repo>
<version>2.11.0.0</version>
<publisher>FreePBX</publisher>
<license>GPLv2+</license>
<description>
Provides a Module Menu that launches the ARI User Panel. Requires the User Portal (ARI) to be installed
</description>
<changelog>
*2.11.0.0* 2.11 bump
*2.10.0.0* first version
</changelog>
<category>Admin</category>
<menuitems>
<userpaneltab
category="User Panel"
href="/recordings"
target="ari"
access="all"
requires_auth="false"
>User Panel</userpaneltab>
</menuitems>
<depends>
<module>fw_ari</module>
</depends>
<supported>
<version>2.10</version>
</supported>
<location>release/2.11/userpaneltab-2.11.0.0.tgz</location>
<md5sum>203c557806c1e9c50bdc7c99cec87fd6</md5sum>
</module>