-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathmodule.xml
27 lines (27 loc) · 956 Bytes
/
module.xml
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
<module>
<rawname>backup</rawname>
<repo>standard</repo>
<name>Backup & Restore</name>
<version>17.0.5.62</version>
<publisher>Sangoma Technologies Corporation</publisher>
<license>GPLv3+</license>
<licenselink>http://www.gnu.org/licenses/gpl-3.0.txt</licenselink>
<category>Admin</category>
<description>Backup & Restore for your FreePBX environment</description>
<more-info>https://sangomakb.atlassian.net/wiki/spaces/PG/pages/35815581/Backup+Restore</more-info>
<menuitems>
<backup needsenginedb="yes">Backup & Restore</backup>
<backup_restore hidden="true" needsenginedb="yes">Backup & Restore - Restore</backup_restore>
</menuitems>
<depends>
<module>filestore ge 17.0.1</module>
<version>17.0.1</version>
</depends>
<changelog>
*17.0.5.62* Fixing Github #546 Old Backups are not deleting issue
*17.0.1alpha* 17.0.1 alpha release
</changelog>
<supported>
<version>17.0</version>
</supported>
</module>