diff --git a/src/essentials-for-zoo/installation.md b/src/essentials-for-zoo/installation.md index f16cc0ac..f1624f59 100644 --- a/src/essentials-for-zoo/installation.md +++ b/src/essentials-for-zoo/installation.md @@ -49,27 +49,3 @@ Go to the Installer Options in the **Global Configuration**. ![Minimum Stability Joomla](/assets/minimum-stability.webp) **Notice** that this option applies to all theme and extension updates. - -## Upgrading to ZOO 4 - -Upgrading to ZOO 4 requires some considerations as well as specific steps in order to ensure a smooth transition. First of all be aware of the following deprecations: - -- ZOOcart -- ZOOstats -- ZOOorder -- ZOOevents -- ZOOmailing -- ZOOcompare -- ZOOlanders Component - -If the site relies on any of these extensions and there is no a suitable replacement, you should stay on ZOO 3. On the contrary make sure do uninstall them before proceeding with the upgrade. - -Once those plugins are uninstalled proceed to install ZOO 4 as usual and then install Essentials for ZOO 2. - -::: tip -If the upgrade has already been done without removing the deprecated plugins and that caused an unaccessible backend, proceed to manually remove the folder of the extensions by ftp. Once the access has been recovered try to uninstall the remaining within the backend. -::: - -::: warning -If there is any customisations done to any of ZOOlanders Plugins make sure to update it accordingly or remove it before proceeding. -::: diff --git a/src/essentials-for-zoo/sidebar.json b/src/essentials-for-zoo/sidebar.json index fcfb8982..4fbe179c 100644 --- a/src/essentials-for-zoo/sidebar.json +++ b/src/essentials-for-zoo/sidebar.json @@ -10,6 +10,10 @@ "text": "Installation", "link": "/essentials-for-zoo/installation" }, + { + "text": "Upgrade", + "link": "/essentials-for-zoo/upgrade" + }, { "text": "Changelog", "link": "https://www.zoolanders.com/essentials-for-zoo/changelog" diff --git a/src/essentials-for-zoo/upgrade.md b/src/essentials-for-zoo/upgrade.md new file mode 100644 index 00000000..15deaf86 --- /dev/null +++ b/src/essentials-for-zoo/upgrade.md @@ -0,0 +1,23 @@ +# Upgrade to ZOO 4 + +Upgrading to ZOO 4 requires some considerations as well as specific steps in order to ensure a smooth transition. First of all be aware of the following deprecations: + +- ZOOcart +- ZOOstats +- ZOOorder +- ZOOevents +- ZOOmailing +- ZOOcompare +- ZOOlanders Component + +If the site relies on any of these extensions and there is no a suitable replacement, you should stay on ZOO 3. On the contrary make sure do uninstall them before proceeding with the upgrade. + +Once those plugins are uninstalled proceed to install ZOO 4 as usual and then install Essentials for ZOO 2. + +::: tip +If the upgrade has already been done without removing the deprecated plugins and that caused an unaccessible backend, proceed to manually remove the folder of the extensions by ftp. Once the access has been recovered try to uninstall the remaining within the backend. +::: + +::: warning +If there is any customisations done to any of ZOOlanders Plugins make sure to update it accordingly or remove it before proceeding. +:::