Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix autoupgrade links to point to latest versions #1240

Merged
merged 2 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You read that right! The new PrestaShop 8.1 is out! 🎉 Congratulations to the

With the release of PrestaShop 8.1, the development of PrestaShop 8.0.x has been stopped. The 8.0.x branch will not be updated anymore and existing fixes will be moved to version 8.1.1. Branch 8.1.x will be used for handling upcoming patch versions for PrestaShop 8.1. If you want to know more, the project's website contains all the details about the [PrestaShop release cycle](https://www.prestashop-project.org/project-organization/release-cycle/).

If you want to upgrade to PrestaShop 8.1, the new version of the [PrestaShop Upgrade Module](https://github.com/PrestaShop/autoupgrade/releases/tag/v4.16.0) is available.
If you want to upgrade to PrestaShop 8.1, the new version of the [PrestaShop Upgrade Module](https://github.com/PrestaShop/autoupgrade/releases) is available.

Important note: if you upgrade from a previous version, the new product management page will not be enabled by default. You need to enable it in Advanced Parameters -> New & Experimental Features -> New product page.

Expand Down
2 changes: 1 addition & 1 deletion content/news/releases/prestashop-8-1-0-available.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Keep in mind that if you upgrade from the previous version and want to use the n

## Upgrade

The [1-Click Upgrade module](https://github.com/PrestaShop/autoupgrade) for this version is available. You can download the v4.16 release, enabling the upgrade to 8.1 [directly from GitHub](https://github.com/PrestaShop/autoupgrade/releases/download/v4.16.0/autoupgrade.zip). For technical and backward compatibility reasons, upgrade for PrestaShop 8.1 is available under "Major upgrades" channel.
The [1-Click Upgrade module](https://github.com/PrestaShop/autoupgrade) for this version is available. You can download the latest release, enabling the upgrade to 8.1 [directly from GitHub](https://github.com/PrestaShop/autoupgrade/releases). For technical and backward compatibility reasons, upgrade for PrestaShop 8.1 is available under "Major upgrades" channel.

## Known issues

Expand Down
Loading