You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-15Lines changed: 20 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,28 +9,32 @@
9
9
## About
10
10
11
11
This module allows to upgrade your shop to a more recent version of PrestaShop. It can used as a CLI tool or with a web assistant.
12
-
This module is compatible with all PrestaShop 1.7 versions.
12
+
The latest versions of the module are compatible with all PrestaShop 1.7 and higher releases.
13
13
14
-
# Branches
14
+
> [!IMPORTANT]
15
+
> This module has a specific [Release Process][release-process]. If you do release a new version, make sure to follow it.
16
+
17
+
## Branches
15
18
16
19
Branch `develop` contains code for future versions of the module, which allow upgrades from 1.7.x versions to higher.
20
+
17
21
Branch `4.14.x` contains code for `4.14.x` patch versions which allow upgrading from 1.6.x versions to 1.7.x .
18
22
19
-
If you wish to upgrade a shop powered by PrestaShop 1.6, please use the latest 4.14.x version to upgrade to a 1.7 version.
23
+
If you wish to upgrade a shop powered by PrestaShop 1.6, **please use the latest 4.14.3 version** to upgrade to a 1.7 version.
20
24
Upgrades from 1.6.x to 8.x should be done in 2 steps (1.6.x to 1.7.x then 1.7.x to 8.x).
21
25
22
26
Please note PrestaShop 1.6 and older are not maintained anymore.
23
27
24
-
# Prerequisites
28
+
##Prerequisites
25
29
26
30
* PrestaShop 1.7 or 8
27
31
* PHP 5.6+
28
32
29
-
# Installation
33
+
##Installation
30
34
31
35
All versions can be found in the [releases list](https://github.com/PrestaShop/autoupgrade/releases).
32
36
33
-
## Create a module from source code
37
+
###Create a module from source code
34
38
35
39
If you download a ZIP archive that contains the source code or if you want to use the current state of the code, you need to build the module from the sources:
36
40
@@ -39,14 +43,14 @@ If you download a ZIP archive that contains the source code or if you want to us
39
43
* Create a new ZIP archive from the of **autoupgrade** folder.
40
44
* Now you can install it in your shop. For example, you can upload it using the dropzone in Module Manager back office page.
41
45
42
-
# Running an upgrade on PrestaShop
46
+
##Running an upgrade on PrestaShop
43
47
44
48
Upgrading a shop can be done using:
45
49
46
50
* the configuration page of the module (browse the back office page provided by the module)
47
51
* in command line by calling the file *cli-upgrade.php*
48
52
49
-
## Command line parameters
53
+
###Command line parameters
50
54
51
55
Upgrade can be automated by calling *cli-upgrade.php*.
52
56
The following parameters are mandatory:
@@ -59,12 +63,12 @@ The following parameters are mandatory:
Documentation is hosted on [the Developer documentation][doc].
82
86
83
-
# Contributing
87
+
##Contributing
84
88
85
89
PrestaShop modules are open source extensions to the [PrestaShop e-commerce platform][prestashop]. Everyone is welcome and even encouraged to contribute with their own improvements!
86
90
87
91
Just make sure to follow our [contribution guidelines][contribution-guidelines].
88
92
89
-
## Reporting issues
93
+
###Reporting issues
90
94
91
95
You can report issues with this module in the main PrestaShop repository. [Click here to report an issue][report-issue].
92
96
93
-
# License
97
+
##License
94
98
95
99
This module is released under the [Academic Free License 3.0][AFL-3.0]
(NULL, 'actionLanguageLinkParameters', 'Add parameters to language link', 'Allows modules to provide proper parameters for links in other languages.', '1'),
15
+
(NULL, 'actionAfterLoadRoutes', 'Triggers after loading routes', 'Allow modules to modify routes in any way or add their own multilanguage routes.', '1');
0 commit comments