From bd1b1bef26275b6e6782d64acc6eea1444ca7ca4 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 10 Feb 2026 17:17:57 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...1f1fb49988e114643b3840c36a88de6d9f087.json | 41 +++++++++++++++++++ index.json | 3 +- sulu.redirect-bundle.3.0.json | 41 +++++++++++++++++++ 4 files changed, 85 insertions(+), 2 deletions(-) create mode 100644 archived/sulu.redirect-bundle/5781f1fb49988e114643b3840c36a88de6d9f087.json create mode 100644 sulu.redirect-bundle.3.0.json diff --git a/RECIPES.md b/RECIPES.md index d754784c..1e433505 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -618,7 +618,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [sulu/article-bundle](https://packagist.org/packages/sulu/article-bundle) | [2.0](sulu/article-bundle/2.0) | | [sulu/form-bundle](https://packagist.org/packages/sulu/form-bundle) | [2.4](sulu/form-bundle/2.4) | | [sulu/headless-bundle](https://packagist.org/packages/sulu/headless-bundle) | [0.1](sulu/headless-bundle/0.1) | -| [sulu/redirect-bundle](https://packagist.org/packages/sulu/redirect-bundle) | [2.0](sulu/redirect-bundle/2.0) | +| [sulu/redirect-bundle](https://packagist.org/packages/sulu/redirect-bundle) | [3.0](sulu/redirect-bundle/3.0) | | [sulu/sylius-consumer-bundle](https://packagist.org/packages/sulu/sylius-consumer-bundle) | [0.4](sulu/sylius-consumer-bundle/0.4) | | [sulu/sylius-producer-plugin](https://packagist.org/packages/sulu/sylius-producer-plugin) | [0.2](sulu/sylius-producer-plugin/0.2) | | [sulu/webpack-encore](https://packagist.org/packages/sulu/webpack-encore) | [1.0](sulu/webpack-encore/1.0) | diff --git a/archived/sulu.redirect-bundle/5781f1fb49988e114643b3840c36a88de6d9f087.json b/archived/sulu.redirect-bundle/5781f1fb49988e114643b3840c36a88de6d9f087.json new file mode 100644 index 00000000..49119f79 --- /dev/null +++ b/archived/sulu.redirect-bundle/5781f1fb49988e114643b3840c36a88de6d9f087.json @@ -0,0 +1,41 @@ +{ + "manifests": { + "sulu/redirect-bundle": { + "manifest": { + "bundles": { + "Sulu\\Bundle\\RedirectBundle\\SuluRedirectBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * The SuluRedirectBundle is almost ready:", + " 1. Print the sql statements required to update your database schema by running php bin/console doctrine:schema:update --dump-sql.", + " 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/3.0/Resources/doc/README.md" + ] + }, + "files": { + "config/routes/sulu_redirect_admin.yaml": { + "contents": [ + "sulu_redirect_api:", + " type: rest", + " resource: \"@SuluRedirectBundle/Resources/config/routing_api.yaml\"", + " prefix: /admin/api", + "", + "sulu_redirect:", + " resource: \"@SuluRedirectBundle/Resources/config/routing.yaml\"", + " prefix: /admin/redirects", + "" + ], + "executable": false + } + }, + "ref": "5781f1fb49988e114643b3840c36a88de6d9f087" + } + } +} diff --git a/index.json b/index.json index e084b1db..b8492f4f 100644 --- a/index.json +++ b/index.json @@ -1989,7 +1989,8 @@ "0.1" ], "sulu/redirect-bundle": [ - "2.0" + "2.0", + "3.0" ], "sulu/sylius-consumer-bundle": [ "0.4" diff --git a/sulu.redirect-bundle.3.0.json b/sulu.redirect-bundle.3.0.json new file mode 100644 index 00000000..49119f79 --- /dev/null +++ b/sulu.redirect-bundle.3.0.json @@ -0,0 +1,41 @@ +{ + "manifests": { + "sulu/redirect-bundle": { + "manifest": { + "bundles": { + "Sulu\\Bundle\\RedirectBundle\\SuluRedirectBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * The SuluRedirectBundle is almost ready:", + " 1. Print the sql statements required to update your database schema by running php bin/console doctrine:schema:update --dump-sql.", + " 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/3.0/Resources/doc/README.md" + ] + }, + "files": { + "config/routes/sulu_redirect_admin.yaml": { + "contents": [ + "sulu_redirect_api:", + " type: rest", + " resource: \"@SuluRedirectBundle/Resources/config/routing_api.yaml\"", + " prefix: /admin/api", + "", + "sulu_redirect:", + " resource: \"@SuluRedirectBundle/Resources/config/routing.yaml\"", + " prefix: /admin/redirects", + "" + ], + "executable": false + } + }, + "ref": "5781f1fb49988e114643b3840c36a88de6d9f087" + } + } +}