Skip to content

Commit 207fd98

Browse files
committed
update_to_5.0.md & update_from_5.0.md: v5.0.1
1 parent 8477d3b commit 207fd98

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

docs/update_and_migration/from_4.6/update_to_5.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,3 +1081,4 @@ composer ibexa:setup --platformsh
10811081
#### Conclusion
10821082

10831083
Your 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)

docs/update_and_migration/from_5.0/update_from_5.0.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,36 @@ month_change: true
88
To update from v4.6.x, see [Update from v4.6 to v5.0](update_to_5.0.md).
99
To 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.

0 commit comments

Comments
 (0)