File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed
docs/update_and_migration Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -1081,3 +1081,4 @@ composer ibexa:setup --platformsh
10811081# ### Conclusion
10821082
10831083Your project is now running the latest major version of [[= product_name =]].
1084+ To reach the last patch version, see [Update from v5.0.x to v5.0.latest](from_5.0/update_from_5.0.md)
Original file line number Diff line number Diff line change @@ -8,6 +8,36 @@ month_change: true
88To update from v4.6.x, see [ Update from v4.6 to v5.0] ( update_to_5.0.md ) .
99To update from an older version, visit [ the update page] ( update_ibexa_dxp.md ) and choose the applicable path.
1010
11+ ## Update the application
12+
13+ Note which version you actually have before starting.
14+
15+ First, run:
16+
17+ === "[[ = product_name_headless =]] "
18+
19+ ``` bash
20+ composer require ibexa/headless:[[= latest_tag_5_0 =]] --with-all-dependencies --no-scripts
21+ composer recipes:install ibexa/headless --force -v
22+ ```
23+ === "[[ = product_name_exp =]] "
24+
25+ ``` bash
26+ composer require ibexa/experience:[[= latest_tag_5_0 =]] --with-all-dependencies --no-scripts
27+ composer recipes:install ibexa/experience --force -v
28+ ```
29+ === "[[ = product_name_com =]] "
30+
31+ ``` bash
32+ composer require ibexa/commerce:[[= latest_tag_5_0 =]] --with-all-dependencies --no-scripts
33+ composer recipes:install ibexa/commerce --force -v
34+ ```
35+
36+ Then execute the instructions below starting from the version you're upgrading from.
37+
38+ <!-- vale Ibexa.VariablesVersion = NO -->
39+
1140## v5.0.1
1241
13- No additional steps needed.
42+ Some packages increase their type hinting strictness.
43+ You can run [ ` ibexa/rector ` ] ( https://github.com/ibexa/rector/blob/v5.0.1/README.md ) to help yourself.
You can’t perform that action at this time.
0 commit comments