root/freepbx/trunk/amp_conf/htdocs/admin/modules/core/module.xml

Revision 4112, 0.9 kB (checked in by p_lindheimer, 6 years ago)

change core version to reflect base version and prepare for move to online repository

  • Property svn:mime-type set to text/xml
  • Property svn:eol-style set to native
Line 
1 <module>
2   <rawname>core</rawname>
3   <type>setup</type>
4   <category>Basic</category>
5   <name>Core</name>
6   <version>2.3.0beta1.0</version>
7   <changelog>
8     *2.3.0beta1.0* First release online upradeable core module
9     *1.2* Core modules code when part of framework
10   </changelog>
11   <requirements>
12     <file>/usr/sbin/asterisk</file>
13   </requirements>
14   <menuitems>
15     <extensions>Extensions</extensions>
16     <users>Users</users>
17     <devices>Devices</devices>
18     <did category="Inbound Call Control" sort="-5">Inbound Routes</did>
19     <routing>Outbound Routes</routing>
20     <trunks>Trunks</trunks>
21     <general>General Settings</general>
22     <ampusers>Administrators</ampusers>
23     <wiki type="tool" category="Support" sort="5" href="http://support.freepbx.org" target="_blank">FreePBX Support</wiki>
24   </menuitems>
25   <location>release/core-1.1.tgz</location>
26   <info>http://freepbx.org/wiki/Core</info>
27 </module>
Note: See TracBrowser for help on using the browser.