|
Revision 10134, 1.6 kB
(checked in by p_lindheimer, 3 years ago)
|
change upgrade module to 2.8 Final
|
| Line | |
|---|
| 1 |
<module> |
|---|
| 2 |
<rawname>versionupgrade</rawname> |
|---|
| 3 |
<name>2.8 Upgrade Tool</name> |
|---|
| 4 |
<version>2.7.0.5</version> |
|---|
| 5 |
<changelog> |
|---|
| 6 |
*2.7.0.5* change to 2.8 Final |
|---|
| 7 |
*2.7.0.4* display proper final version in upgrade |
|---|
| 8 |
*2.7.0.3* changed to release candidate status |
|---|
| 9 |
*2.7.0.2* remove Custom Context restrictions, prepare for online |
|---|
| 10 |
*2.7.0.1* #4308, Added detection of Custom Context modules |
|---|
| 11 |
*2.7.0.0* 2.8 Beta1 Upgrade Tool |
|---|
| 12 |
</changelog> |
|---|
| 13 |
<description> |
|---|
| 14 |
This module allows the current version to be upgraded to the next major version. For example, if the current version is 2.7.X it will bump up to the latest 2.8.X version available after finsished. Using an example of 2.7.0 as the current version, it provides a button that will bump up the major version number to 2.8.0alpha0 which has the effect of directing Module Admin to use the 2.8 repository. Doing such will then allow the user to upgrade all require modules and framework to enable 2.8. Installing the module is safe and will provide more details about how to upgrade. You will have ample opportunity to decide if you want to do the upgrade after installation. |
|---|
| 15 |
</description> |
|---|
| 16 |
<type>tool</type> |
|---|
| 17 |
<menuitems> |
|---|
| 18 |
<versionupgrade1 display="versionupgrade" type="tool" category="Admin" sort="10">2.8 Upgrade Tool</versionupgrade1> |
|---|
| 19 |
<versionupgrade2 display="versionupgrade" type="setup" category="Admin" sort="10">2.8 Upgrade Tool</versionupgrade2> |
|---|
| 20 |
</menuitems> |
|---|
| 21 |
<depends> |
|---|
| 22 |
<version>lt 2.8.0alpha1</version> |
|---|
| 23 |
<version>ge 2.7.0alpha1</version> |
|---|
| 24 |
</depends> |
|---|
| 25 |
<category>Basic</category> |
|---|
| 26 |
<location>release/2.7/versionupgrade-2.7.0.4.tgz</location> |
|---|
| 27 |
<md5sum>508992cfb770683c1fefd914bc6b16db</md5sum> |
|---|
| 28 |
</module> |
|---|