root/modules/branches/2.3/versionupgrade/module.xml

Revision 5707, 1.0 kB (checked in by p_lindheimer, 5 years ago)

Module Publish Script: versionupgrade 2.3.0

Line 
1 <module>
2   <rawname>versionupgrade</rawname>
3   <name>2.4 Upgrade Tool</name>
4   <version>2.3.0</version>
5   <changelog>
6     *2.3.0* Upgrade module to upgrade from 2.3 to 2.4
7   </changelog>
8   <description>
9     This module allows a 2.3 system to be upgraded to a 2.4 system. It provides a button that will
10     bump up the major version number to 2.4.0alpha0 which has the effect of directing Module Admin
11     to use the 2.4 repository. Doing such will then allow the user to upgrade all require modules
12     and framework to enable 2.4.
13   </description>
14   <type>tool</type>
15   <menuitems>
16     <versionupgrade1 display="versionupgrade" type="tool" category="Admin" sort="10">2.4 Upgrade Tool</versionupgrade1>
17     <versionupgrade2 display="versionupgrade" type="setup" category="Admin" sort="10">2.4 Upgrade Tool</versionupgrade2>
18   </menuitems>
19   <depends>
20     <version>lt 2.4.0</version>
21   </depends>
22   <category>Basic</category>
23   <location>release/2.3/versionupgrade-2.3.0.tgz</location>
24   <md5sum>11c7cf5df304a7aa5f0408cf26c20b2e</md5sum>
25 </module>
Note: See TracBrowser for help on using the browser.