-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathmodule.xml
More file actions
executable file
·30 lines (30 loc) · 1.24 KB
/
module.xml
File metadata and controls
executable file
·30 lines (30 loc) · 1.24 KB
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
<module>
<rawname>fbilling</rawname>
<repo>standard</repo>
<type>setup</type>
<category>Applications</category>
<name>FBilling</name>
<version>1.1.0</version>
<publisher>Roman Khomasuridze</publisher>
<candisable>yes</candisable>
<canuninstall>yes</canuninstall>
<changelog>
*1.1.0* - added tenant credit, extensions now can have both personal credit, or use shared, tenant credit
*1.0.0* - basic billing functionality
*0.9.8* - extension management
*0.9.7* - invoicing
*0.9.6* - pre-release, most of functionality implemented at this time
*0.9.5* - cleanup
*0.9.4* - fixed #103, #102, #105, #106
*0.9.3* - rewritten extension handling, now includes alias edit functionality and tenant/permission validation
*0.9.2* - revamped install/uninstall scripts
*0.9.1* - initial release candidate
</changelog>
<menuitems>
<fbilling_reports needsenginedb="yes" category="Reports">FBilling Reports</fbilling_reports>
<fbilling_admin needsenginedb="yes" category="Admin">FBilling Administration</fbilling_admin>
</menuitems>
<supported>
<version>2.11</version>
</supported>
</module>