-
Notifications
You must be signed in to change notification settings - Fork 6
/
module.xml
31 lines (30 loc) · 1.03 KB
/
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
28
29
30
31
<module>
<rawname>helloworld</rawname>
<repo>unsupported</repo>
<name>Hello World</name>
<version>15.0.1</version>
<category>Development</category>
<Publisher>James Finstrom</Publisher>
<info>http://wiki.freepbx.org/pages/viewpage.action?pageId=19498386</info>
<licence>GPL</licence>
<licenselink>http://www.gnu.org/licenses/gpl-2.0.txt</licenselink>
<database>
<table name="helloworld">
<field name="id" type="integer" primarykey="true" autoincrement="true"/>
<field name="subject" type="string" length="150" notnull="false"/>
<field name="body" type="string" length="255" notnull="false"/>
</table>
</database>
<menuitems>
<helloworld>Hello World</helloworld>
</menuitems>
<depends>
<version>14</version>
</depends>
<supported>14.0</supported>
<description>This is the Hello World module used to learn by example for BMO used in 12+</description>
<changelog>
*14.0.1* Code cleanup and some php 5.6 syntax
*12.0.0.1* Initial Dev Release
</changelog>
</module>