[sulu/redirect-bundle] Removing rest routing#1946
Merged
symfony-recipes-bot merged 1 commit intosymfony:mainfrom Feb 19, 2026
Merged
[sulu/redirect-bundle] Removing rest routing#1946symfony-recipes-bot merged 1 commit intosymfony:mainfrom
symfony-recipes-bot merged 1 commit intosymfony:mainfrom
Conversation
|
Thanks for the PR 😍 How to test these changes in your application
Diff between recipe versionsIn order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes. sulu/redirect-bundle2.0 vs 3.0diff --git a/sulu/redirect-bundle/2.0/config/routes/sulu_redirect_admin.yaml b/sulu/redirect-bundle/3.0/config/routes/sulu_redirect_admin.yaml
index f5629463..a944394b 100644
--- a/sulu/redirect-bundle/2.0/config/routes/sulu_redirect_admin.yaml
+++ b/sulu/redirect-bundle/3.0/config/routes/sulu_redirect_admin.yaml
@@ -1,7 +1,8 @@
sulu_redirect_api:
- resource: "@SuluRedirectBundle/Resources/config/routing_api.yml"
+ type: rest
+ resource: "@SuluRedirectBundle/Resources/config/routing_api.yaml"
prefix: /admin/api
sulu_redirect:
- resource: "@SuluRedirectBundle/Resources/config/routing.yml"
+ resource: "@SuluRedirectBundle/Resources/config/routing.yaml"
prefix: /admin/redirects
diff --git a/sulu/redirect-bundle/2.0/post-install.txt b/sulu/redirect-bundle/3.0/post-install.txt
index cf938b78..0d052af6 100644
--- a/sulu/redirect-bundle/2.0/post-install.txt
+++ b/sulu/redirect-bundle/3.0/post-install.txt
@@ -3,4 +3,4 @@
2. If the statements look fine to you, run the same command using --force to execute them.
3. Make sure your user has all the necessary permissions for the SuluRedirectBundle.
- * Read the documentation at https://github.com/sulu/SuluRedirectBundle/blob/2.x/Resources/doc/README.md
+ * Read the documentation at https://github.com/sulu/SuluRedirectBundle/blob/3.0/Resources/doc/README.md |
alexander-schranz
approved these changes
Feb 13, 2026
diimpp
approved these changes
Feb 19, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
We don't need rest routing as we've migrated to Symfony routing