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

feat: update module autoupgrade name to Update assistant #1841

Open
wants to merge 1 commit into
base: 1.7.x
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions basics/keeping-up-to-date/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ Modules page, under the tab “Notifications”:

{{< figure src="../img/image38.png" >}}

## 1-click upgrade module
## Update assistant module

If the manual process seems too tedious, other solutions exist to complete an upgrade.

PrestaShop provides the module 1-click upgrade for free on the marketplace and your shop administration panel. It executes the previously given process automatically, and is available for almost all versions of PrestaShop.
PrestaShop provides the module Update assistant for free on the marketplace and your shop administration panel. It executes the previously given process automatically, and is available for almost all versions of PrestaShop.

You can read more about it [here]({{< ref "/1.7/basics/keeping-up-to-date/use-autoupgrade-module" >}}).

Expand Down
8 changes: 4 additions & 4 deletions basics/keeping-up-to-date/use-autoupgrade-module.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
menuTitle: Use the Upgrade Assistant
title: How to use the Upgrade Assistant
menuTitle: Use the Update assistant
title: How to use the Update assistant
weight: 40
---

# How to upgrade PrestaShop using the Upgrade Assistant
# How to upgrade PrestaShop using the Update assistant

Also known as the "Autoupgrade module" or the "1-click upgrade module", PrestaShop upgrade assistant aims to automatize the upgrade process.
Also known as the "Autoupgrade module" or the "1-click upgrade module", PrestaShop update assistant aims to automatize the upgrade process.

It is available from your shop administration panel. It executes the [upgrade process]({{< ref "/1.7/basics/keeping-up-to-date/upgrade.md" >}}) automatically, and is available for almost all versions of PrestaShop.

Expand Down
2 changes: 1 addition & 1 deletion contribute/contribution-guidelines/pull-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ If no issue is linked to your Pull Request, maintainers might ask you to create

This field should contain links to related PRs in other repositories.

If your Pull Request modifies database structure or adds new configuration fields, you should also provide a PR for [autoupgrade module](https://github.com/PrestaShop/autoupgrade).
If your Pull Request modifies database structure or adds new configuration fields, you should also provide a PR for [Update assistant module](https://github.com/PrestaShop/autoupgrade).

If your Pull Request needs a theme change to work, you should provide [hummingbird](https://github.com/PrestaShop/hummingbird) and [classic-theme](https://github.com/PrestaShop/classic-theme) PR.

Expand Down
2 changes: 1 addition & 1 deletion development/architecture/file-structure/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This directory is named `admin-dev` when using PrestaShop from source code, and

It contains the following subdirectories:

- `/autoupgrade`: scratch directory for the 1-click upgrade module
- `/autoupgrade`: scratch directory for the Update assistant module
- `/backups`: contains database backups generated from the Back office
- `/export`: contains data export files
- `/filemanager`: sources for the Back office file manager
Expand Down
1 change: 0 additions & 1 deletion development/architecture/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,4 +305,3 @@ Remember the overview at the top of the article? Have a look at this more detail
[twig]: https://twig.symfony.com/
[github]: https://github.com/PrestaShop/prestashop-ui-kit/
[addons-marketplace]: https://addons.prestashop.com/
[autoupgrade]: https://github.com/PrestaShop/autoupgrade/
6 changes: 3 additions & 3 deletions development/upgrade-module/_index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Upgrade Module
title: Update assistant Module
weight: 80
---

# Upgrade module
# Update assistant module

Also known as the "Autoupgrade module" or the "1-click upgrade module", PrestaShop upgrade assistant aims to automatize the upgrade process.
Also known as the "Autoupgrade module" or the "1-click upgrade module", PrestaShop update assistant aims to automatize the upgrade process.

Details on how to use the web interface are documented in [Keep up-to-date: Upgrade Assistant page]({{< ref "/1.7/basics/keeping-up-to-date/use-autoupgrade-module.md" >}}).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ In order to work properly, the upgrade module needs to write some files to your

- backup: Folder in which the current state of the shop will be saved before upgrade. It contains files archive, DB structure & data.
- download: Destination folder of the downloaded PrestaShop archive, before unzip.
- latest: Working directory of the autoupgrade. This is where the "lastest" version of PrestaShop will be unziped, before copy.
- latest: Working directory of the Update assistant. This is where the "lastest" version of PrestaShop will be unziped, before copy.
- tmp: Temporary resources not specifically used for upgrade. For instance, logs will be stored in that folder.
Loading