-
Notifications
You must be signed in to change notification settings - Fork 83
5.0.1 & 4.6.23 releases #2880
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
Draft
adriendupuis
wants to merge
6
commits into
5.0
Choose a base branch
from
releases
base: 5.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
5.0.1 & 4.6.23 releases #2880
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
8477d3b
Draft 5.0.1 & 4.6.23 releases
adriendupuis 207fd98
update_to_5.0.md & update_from_5.0.md: v5.0.1
adriendupuis 64236ee
update_to_5.0.md & update_from_5.0.md: v5.0.1
adriendupuis 803a719
update_to_5.0.md & update_from_5.0.md: v5.0.1
adriendupuis 86fe38a
Release notes for 4.6
dabrt 2a4b420
Release notes for 5.0.1
dabrt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -5,8 +5,39 @@ month_change: true | |||||
|
||||||
# Update from v5.0.x to v5.0.latest | ||||||
|
||||||
[[= product_name =]] v5.0.0 is the latest version. | ||||||
Revisit this page when a new bugfix release is available to stay up to date. | ||||||
|
||||||
To update from v4.6.x, see [Update from v4.6 to v5.0](update_to_5.0.md). | ||||||
To update from an older version, visit [the update page](update_ibexa_dxp.md) and choose the applicable path. | ||||||
|
||||||
## Update the application | ||||||
|
||||||
Note which version you actually have before starting. | ||||||
|
||||||
First, run: | ||||||
|
||||||
=== "[[= product_name_headless =]]" | ||||||
|
||||||
``` bash | ||||||
composer require ibexa/headless:[[= latest_tag_5_0 =]] --with-all-dependencies --no-scripts | ||||||
composer recipes:install ibexa/headless --force -v | ||||||
``` | ||||||
=== "[[= product_name_exp =]]" | ||||||
|
||||||
``` bash | ||||||
composer require ibexa/experience:[[= latest_tag_5_0 =]] --with-all-dependencies --no-scripts | ||||||
composer recipes:install ibexa/experience --force -v | ||||||
``` | ||||||
=== "[[= product_name_com =]]" | ||||||
|
||||||
``` bash | ||||||
composer require ibexa/commerce:[[= latest_tag_5_0 =]] --with-all-dependencies --no-scripts | ||||||
composer recipes:install ibexa/commerce --force -v | ||||||
``` | ||||||
|
||||||
Then execute the instructions below starting from the version you're upgrading from. | ||||||
|
||||||
<!-- vale Ibexa.VariablesVersion = NO --> | ||||||
|
||||||
## v5.0.1 | ||||||
|
||||||
Some packages increase their type hinting strictness. | ||||||
You can run [Ibexa DXP Rector](https://github.com/ibexa/rector/blob/v5.0.1/README.md) to help yourself. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
TODO: list the affected classes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a placeholder for now.
TODO: Check if there are steps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing new in the
ibexa/installer
https://github.com/ibexa/installer/releases/tag/v4.6.23