From bcff513bc467580f68c06319db268043d2d8f2dd Mon Sep 17 00:00:00 2001 From: Thomas Nabord Date: Thu, 12 Sep 2024 16:32:32 +0200 Subject: [PATCH 1/4] Add blog post about release of autoupgrade v6.1 --- .../posts/2024/autoupgrade-v6.1-release.md | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 content/news/posts/2024/autoupgrade-v6.1-release.md diff --git a/content/news/posts/2024/autoupgrade-v6.1-release.md b/content/news/posts/2024/autoupgrade-v6.1-release.md new file mode 100644 index 0000000000..6ed309c296 --- /dev/null +++ b/content/news/posts/2024/autoupgrade-v6.1-release.md @@ -0,0 +1,46 @@ +--- +layout: post +title: "Autoupgrade module v6.1.0 is Available (1-Click Upgrade)" +subtitle: "We are pleased to introduce the new minor version release of the Autoupgrade module, also known as 1-Click Upgrade." +date: 2024-09-12 +authors: [ GericFosse ] +icon: icon-leaf +tags: [ module, autoupgrade ] +--- + +In the footsteps of the latest module releases ([see version 6.0.0 release blogpost](https://build.prestashop-project.org/news/2024/autoupgrade-v6-release/)), this version brings a number of improvements to streamline PrestaShop updates. Explore the changelog below to find out what version 6.1.0 brings to the upgrade module. + +![1-click upgrade module logo](/assets/images/2024/07/autoupgrade-logo.png) + +### What’s inside + +#### Global improvements: + +* **Version comparison** - Fix an issue where the number of altered or deleted core files is always zero. +* **UX optimization** - Improve user experience during update & restore processes with newer to-do lists & simplification of UI. +* **Improved module updates** - Revamping of module migration methods and integration of new dedicated logs. +* **CLI enrichment** - Homogenize CLI and module UI configuration system to deliver a consistent experience. + + +#### For developers: + +* **New translation in Crowdin** - New module translations added to Crowdin, following its recent integration, in different languages. +* **Translation availability in Storybook** - New feature to translate the module interface in Storybook User Interface tool. +* **Multiple tech improvements** - JS format standardization, JS error handler, local archive check, new logs exception… Many corrections and tech optimizations have been added in this version. + + +The version 6.1.0 of the module also brings other new improvements, you can read the full changelog by clicking on the link below. + +{{< cta "https://github.com/PrestaShop/autoupgrade/releases/tag/v6.1.0" >}}Check out what’s new{{< /cta >}} + +### Download the new version + +You should be able to download or update the latest module version from your Back Office. You can also access the module ZIP file in the project's GitHub repository by clicking on the link below. + +{{< cta "https://github.com/PrestaShop/autoupgrade/releases/download/v6.1.0/autoupgrade-v6.1.0.zip" >}}Download Autoupgrade v6.1.0 now!{{< /cta >}} + +If you encounter any problems during the update that, in your opinion, are not caused by third-party modules or modifications used in your shop, [submit a bug report](https://www.prestashop-project.org/get-involved/report-issues/). + +### Thank you, contributors + +This new version release of the Autoupgrade module is the result of a collective effort by all project contributors. We are therefore taking this opportunity to thank all our contributors, from both the PrestaShop SA team and the community at large. From ada915242ffbd55e90846e423a930cb6b83a3470 Mon Sep 17 00:00:00 2001 From: Thomas N Date: Tue, 17 Sep 2024 14:04:47 +0200 Subject: [PATCH 2/4] Apply suggestions from code review Co-authored-by: Patrick Coffre <103060695+coffrep@users.noreply.github.com> --- content/news/posts/2024/autoupgrade-v6.1-release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/news/posts/2024/autoupgrade-v6.1-release.md b/content/news/posts/2024/autoupgrade-v6.1-release.md index 6ed309c296..03f96e2e80 100644 --- a/content/news/posts/2024/autoupgrade-v6.1-release.md +++ b/content/news/posts/2024/autoupgrade-v6.1-release.md @@ -2,7 +2,7 @@ layout: post title: "Autoupgrade module v6.1.0 is Available (1-Click Upgrade)" subtitle: "We are pleased to introduce the new minor version release of the Autoupgrade module, also known as 1-Click Upgrade." -date: 2024-09-12 +date: 2024-09-17 authors: [ GericFosse ] icon: icon-leaf tags: [ module, autoupgrade ] @@ -17,7 +17,7 @@ In the footsteps of the latest module releases ([see version 6.0.0 release blogp #### Global improvements: * **Version comparison** - Fix an issue where the number of altered or deleted core files is always zero. -* **UX optimization** - Improve user experience during update & restore processes with newer to-do lists & simplification of UI. +* **UX optimization** - Improve user experience during update and restore processes with newer to-do lists and simplification of UI. * **Improved module updates** - Revamping of module migration methods and integration of new dedicated logs. * **CLI enrichment** - Homogenize CLI and module UI configuration system to deliver a consistent experience. From e87129ab514415633f155f3dd4114ba0801bc348 Mon Sep 17 00:00:00 2001 From: Thomas Nabord Date: Tue, 17 Sep 2024 17:21:02 +0200 Subject: [PATCH 3/4] Add mention of v6.2 --- .../news/posts/2024/autoupgrade-v6.1-release.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/content/news/posts/2024/autoupgrade-v6.1-release.md b/content/news/posts/2024/autoupgrade-v6.1-release.md index 03f96e2e80..e90a8e709c 100644 --- a/content/news/posts/2024/autoupgrade-v6.1-release.md +++ b/content/news/posts/2024/autoupgrade-v6.1-release.md @@ -1,14 +1,14 @@ --- layout: post -title: "Autoupgrade module v6.1.0 is Available (1-Click Upgrade)" +title: "Autoupgrade module v6.1.0 and 6.2.0 are Available (1-Click Upgrade)" subtitle: "We are pleased to introduce the new minor version release of the Autoupgrade module, also known as 1-Click Upgrade." -date: 2024-09-17 +date: 2024-09-18 authors: [ GericFosse ] icon: icon-leaf tags: [ module, autoupgrade ] --- -In the footsteps of the latest module releases ([see version 6.0.0 release blogpost](https://build.prestashop-project.org/news/2024/autoupgrade-v6-release/)), this version brings a number of improvements to streamline PrestaShop updates. Explore the changelog below to find out what version 6.1.0 brings to the upgrade module. +In the footsteps of the latest module releases ([see version 6.0.0 release blogpost](https://build.prestashop-project.org/news/2024/autoupgrade-v6-release/)), these versions bring a number of improvements to streamline PrestaShop updates. Explore the changelog below to find out what version 6.1.0 and 6.2.0 bring to the upgrade module. ![1-click upgrade module logo](/assets/images/2024/07/autoupgrade-logo.png) @@ -16,6 +16,7 @@ In the footsteps of the latest module releases ([see version 6.0.0 release blogp #### Global improvements: +* **Version comparison** - Fix an issue on the PHP version check before starting an upgrade, which was reporting some valid versions as incompatible. * **Version comparison** - Fix an issue where the number of altered or deleted core files is always zero. * **UX optimization** - Improve user experience during update and restore processes with newer to-do lists and simplification of UI. * **Improved module updates** - Revamping of module migration methods and integration of new dedicated logs. @@ -29,15 +30,17 @@ In the footsteps of the latest module releases ([see version 6.0.0 release blogp * **Multiple tech improvements** - JS format standardization, JS error handler, local archive check, new logs exception… Many corrections and tech optimizations have been added in this version. -The version 6.1.0 of the module also brings other new improvements, you can read the full changelog by clicking on the link below. +The versions 6.1.0 and 6.2.0 of the module also brings other new improvements, you can read the full changelog by clicking on the links below. -{{< cta "https://github.com/PrestaShop/autoupgrade/releases/tag/v6.1.0" >}}Check out what’s new{{< /cta >}} +{{< cta "https://github.com/PrestaShop/autoupgrade/releases/tag/v6.1.0" >}}Check out what’s new on v6.1{{< /cta >}} + +{{< cta "https://github.com/PrestaShop/autoupgrade/releases/tag/v6.2.0" >}}Check out what’s new on v6.2{{< /cta >}} ### Download the new version You should be able to download or update the latest module version from your Back Office. You can also access the module ZIP file in the project's GitHub repository by clicking on the link below. -{{< cta "https://github.com/PrestaShop/autoupgrade/releases/download/v6.1.0/autoupgrade-v6.1.0.zip" >}}Download Autoupgrade v6.1.0 now!{{< /cta >}} +{{< cta "https://github.com/PrestaShop/autoupgrade/releases/download/v6.2.0/autoupgrade-v6.1.0.zip" >}}Download Autoupgrade v6.2.0 now!{{< /cta >}} If you encounter any problems during the update that, in your opinion, are not caused by third-party modules or modifications used in your shop, [submit a bug report](https://www.prestashop-project.org/get-involved/report-issues/). From c27249c5b477f202907a605f8aee42ffa44842d8 Mon Sep 17 00:00:00 2001 From: Thomas N Date: Tue, 17 Sep 2024 17:42:04 +0200 Subject: [PATCH 4/4] Update content/news/posts/2024/autoupgrade-v6.1-release.md Co-authored-by: Patrick Coffre <103060695+coffrep@users.noreply.github.com> --- content/news/posts/2024/autoupgrade-v6.1-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/posts/2024/autoupgrade-v6.1-release.md b/content/news/posts/2024/autoupgrade-v6.1-release.md index e90a8e709c..46b9852b3e 100644 --- a/content/news/posts/2024/autoupgrade-v6.1-release.md +++ b/content/news/posts/2024/autoupgrade-v6.1-release.md @@ -30,7 +30,7 @@ In the footsteps of the latest module releases ([see version 6.0.0 release blogp * **Multiple tech improvements** - JS format standardization, JS error handler, local archive check, new logs exception… Many corrections and tech optimizations have been added in this version. -The versions 6.1.0 and 6.2.0 of the module also brings other new improvements, you can read the full changelog by clicking on the links below. +The versions 6.1.0 and 6.2.0 of the module also bring other new improvements, you can read the full changelog by clicking on the links below. {{< cta "https://github.com/PrestaShop/autoupgrade/releases/tag/v6.1.0" >}}Check out what’s new on v6.1{{< /cta >}}