Loading README.md +11 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,17 @@ The following is a check list of the steps you need to take. Please refer to the # UPGRADING Mahara 17.10 supports direct upgrades from previous Mahara versions 1.9.0 and later. Mahara 17.10 supports direct upgrades from previous Mahara versions 15.04.0 and later. If you are upgrading from an earlier version you will need to upgrade in two steps: * Upgrade version 'X' -> 15.04.X (latest 15.04 version) then * Upgrade version 15.04.X -> 'Y' To upgrade an existing Mahara installation, follow the instructions here: * https://wiki.mahara.org/wiki/System_Administrator%27s_Guide/Upgrading_Mahara Loading htdocs/lib/version.php +2 −2 Original line number Diff line number Diff line Loading @@ -19,5 +19,5 @@ $config = new stdClass(); $config->version = 2017090400; $config->series = '17.10'; $config->release = '17.10dev'; $config->minupgradefrom = 2012080604; $config->minupgraderelease = '1.6.0 (release tag 1.6.0_RELEASE)'; $config->minupgradefrom = 2015030409; $config->minupgraderelease = '15.04.0 (release tag 15.04.0_RELEASE)'; Loading
README.md +11 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,17 @@ The following is a check list of the steps you need to take. Please refer to the # UPGRADING Mahara 17.10 supports direct upgrades from previous Mahara versions 1.9.0 and later. Mahara 17.10 supports direct upgrades from previous Mahara versions 15.04.0 and later. If you are upgrading from an earlier version you will need to upgrade in two steps: * Upgrade version 'X' -> 15.04.X (latest 15.04 version) then * Upgrade version 15.04.X -> 'Y' To upgrade an existing Mahara installation, follow the instructions here: * https://wiki.mahara.org/wiki/System_Administrator%27s_Guide/Upgrading_Mahara Loading
htdocs/lib/version.php +2 −2 Original line number Diff line number Diff line Loading @@ -19,5 +19,5 @@ $config = new stdClass(); $config->version = 2017090400; $config->series = '17.10'; $config->release = '17.10dev'; $config->minupgradefrom = 2012080604; $config->minupgraderelease = '1.6.0 (release tag 1.6.0_RELEASE)'; $config->minupgradefrom = 2015030409; $config->minupgraderelease = '15.04.0 (release tag 15.04.0_RELEASE)';