Skip to content

Commit

Permalink
Update module.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinstrom authored Mar 15, 2024
1 parent a6061cf commit 91ad520
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@
<rawname>helloworld</rawname>
<repo>unsupported</repo>
<name>Hello World</name>
<version>14.0.1</version>
<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>
Expand Down

0 comments on commit 91ad520

Please sign in to comment.