From 6b4ec906ed6446e86e22b513598f38b0d9a087d5 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 23 Jul 2025 10:08:02 +0200 Subject: [PATCH 1/3] update_to_5.0.md: SymfonySetList::SYMFONY_73 --- docs/update_and_migration/from_4.6/update_to_5.0.md | 1 + 1 file changed, 1 insertion(+) 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 6bb184100f..332acb4e2d 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 @@ -445,6 +445,7 @@ use Rector\Symfony\Set\SensiolabsSetList; SymfonySetList::SYMFONY_70, // https://getrector.com/find-rule?activeRectorSetGroup=symfony&rectorSet=symfony-symfonysymfony-70 SymfonySetList::SYMFONY_71, // https://getrector.com/find-rule?activeRectorSetGroup=symfony&rectorSet=symfony-symfonysymfony-71 SymfonySetList::SYMFONY_72, // https://getrector.com/find-rule?activeRectorSetGroup=symfony&rectorSet=symfony-symfonysymfony-72 + SymfonySetList::SYMFONY_73, // https://getrector.com/find-rule?activeRectorSetGroup=symfony&rectorSet=symfony-symfonysymfony-73 SymfonySetList::ANNOTATIONS_TO_ATTRIBUTES, SensiolabsSetList::ANNOTATIONS_TO_ATTRIBUTES, ] From 2300658711354bdf1f95d1414aa213c96c49c4d5 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 23 Jul 2025 10:15:10 +0200 Subject: [PATCH 2/3] update_to_5.0.md: Use [[= product_name =]] --- docs/update_and_migration/from_4.6/update_to_5.0.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 332acb4e2d..b77037b649 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 @@ -29,7 +29,7 @@ It's important to stop using deprecated PHP classes as they're removed in 5.0. The [`ibexa/compatibility-layer`](to_4.0.md#add-compatibility-layer-package) isn't supported in 5.0. If you use it, remove it (`composer remove ibexa/compatibility-layer`) and make the necessary changes. -See [Ibexa DXP v4.0 deprecations and backwards compatibility breaks](ibexa_dxp_v4.0_deprecations.md) for the list of changes. +See [[[= product_name =]] v4.0 deprecations and backwards compatibility breaks](ibexa_dxp_v4.0_deprecations.md) for the list of changes. [Rector](https://getrector.com/) and the [[= product_name_base =]] rule sets help to upgrade your code. @@ -1017,7 +1017,7 @@ php bin/console ibexa:migrations:migrate --file=2025_07_08_09_27_set_container_t ### Generate GraphQL schema -GraphQL usage is no longer required for the Ibexa DXP back office. +GraphQL usage is no longer required for the [[= product_name =]] back office. If you are using GraphQL in your project, you can generate its schema by running: ```bash @@ -1060,4 +1060,4 @@ composer ibexa:setup --platformsh #### Conclusion -Your project is now running the latest major version of Ibexa DXP. +Your project is now running the latest major version of [[= product_name =]]. From 75a6c9168f812629c6dfbf4fd8ab8ddd1c7361c1 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 23 Jul 2025 10:18:57 +0200 Subject: [PATCH 3/3] update_to_5.0.md: Fix Ibexa.EOLWhitespace --- docs/update_and_migration/from_4.6/update_to_5.0.md | 3 ++- 1 file changed, 2 insertions(+), 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 b77037b649..484bfa6172 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 @@ -89,7 +89,8 @@ controllers: type: attribute ``` -You can add the new declaration to the top of the file manually, or recreate the file by running `composer sync-recipes symfony/routing --force --reset` +You can add the new declaration to the top of the file manually, +or recreate the file by running `composer sync-recipes symfony/routing --force --reset`. ### Remove GraphQL schema