From b95a4359f7632d3eae3b14038f5e027dcbc61e69 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Fri, 28 Nov 2025 16:02:57 +0100 Subject: [PATCH 1/3] update_to_5.0.md: remove collab LTS Update --- docs/update_and_migration/from_4.6/update_to_5.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/update_and_migration/from_4.6/update_to_5.0.md b/docs/update_and_migration/from_4.6/update_to_5.0.md index 8ab56cbb90..d4e9e40989 100644 --- a/docs/update_and_migration/from_4.6/update_to_5.0.md +++ b/docs/update_and_migration/from_4.6/update_to_5.0.md @@ -201,6 +201,9 @@ composer remove --no-update \ ibexa/product-catalog-symbol-attribute \ ibexa/discounts \ ibexa/discounts-codes \ + ibexa/collaboration \ + ibexa/share \ + ibexa/fieldtype-richtext-rte \ ; ``` From b9c3c72c6483ffba703b675c4fbe4fef23158dc0 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Fri, 28 Nov 2025 16:03:27 +0100 Subject: [PATCH 2/3] update_to_5.0.md: reword to not be outdated --- docs/update_and_migration/from_4.6/update_to_5.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/update_and_migration/from_4.6/update_to_5.0.md b/docs/update_and_migration/from_4.6/update_to_5.0.md index d4e9e40989..c5f40eef19 100644 --- a/docs/update_and_migration/from_4.6/update_to_5.0.md +++ b/docs/update_and_migration/from_4.6/update_to_5.0.md @@ -191,7 +191,7 @@ Notice the use of the `--no-update` option to only edit the `composer.json` entr 4.6 LTS Update packages are included by default in 5.0. Remove them from your composer.json to avoid updating their version manually with each update. -For example, the following command removes all of the released LTS Updates for 4.6 from `composer.json`: +For example, the following command removes several released LTS Updates for 4.6 from `composer.json`: ```bash composer remove --no-update \ From 56b1e8a90db0457f2c9cc17e994cbb20d30cf0e6 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Fri, 28 Nov 2025 16:29:12 +0100 Subject: [PATCH 3/3] Update docs/update_and_migration/from_4.6/update_to_5.0.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Marek NocoĊ„ --- docs/update_and_migration/from_4.6/update_to_5.0.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/update_and_migration/from_4.6/update_to_5.0.md b/docs/update_and_migration/from_4.6/update_to_5.0.md index c5f40eef19..768041b863 100644 --- a/docs/update_and_migration/from_4.6/update_to_5.0.md +++ b/docs/update_and_migration/from_4.6/update_to_5.0.md @@ -203,7 +203,6 @@ composer remove --no-update \ ibexa/discounts-codes \ ibexa/collaboration \ ibexa/share \ - ibexa/fieldtype-richtext-rte \ ; ```