diff --git a/sulu/article-bundle/2.0/post-install.txt b/sulu/article-bundle/2.0/post-install.txt index bfe4e617..f4166690 100644 --- a/sulu/article-bundle/2.0/post-install.txt +++ b/sulu/article-bundle/2.0/post-install.txt @@ -8,4 +8,4 @@ 3. Create the elasticsearch indices by running php bin/console ongr:es:index:create and php bin/console ongr:es:index:create --manager live. 4. Make sure your user has all the necessary permissions for the SuluArticleBundle. - * Read the documentation at https://github.com/sulu/SuluArticleBundle/blob/master/Resources/doc/README.md + * Read the documentation at https://github.com/sulu/SuluArticleBundle/blob/2.x/Resources/doc/README.md diff --git a/sulu/form-bundle/2.0/post-install.txt b/sulu/form-bundle/2.0/post-install.txt index 1209702a..c07535ed 100644 --- a/sulu/form-bundle/2.0/post-install.txt +++ b/sulu/form-bundle/2.0/post-install.txt @@ -7,4 +7,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 SuluFormBundle. - * Read the documentation at https://github.com/sulu/SuluFormBundle/blob/master/Resources/doc/index.md + * Read the documentation at https://github.com/sulu/SuluFormBundle/blob/2.x/Resources/doc/index.md diff --git a/sulu/headless-bundle/0.1/post-install.txt b/sulu/headless-bundle/0.1/post-install.txt index 5f00756d..d690e48b 100644 --- a/sulu/headless-bundle/0.1/post-install.txt +++ b/sulu/headless-bundle/0.1/post-install.txt @@ -4,4 +4,4 @@ * The SuluHeadlessBundle is almost ready: Change the controller of your templates to Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController::indexAction. - Read the documentation at https://github.com/sulu/SuluHeadlessBundle/blob/master/README.md to learn how. + Read the documentation at https://github.com/sulu/SuluHeadlessBundle/blob/0.x/README.md to learn how. diff --git a/sulu/redirect-bundle/2.0/config/routes/sulu_redirect_admin.yaml b/sulu/redirect-bundle/2.0/config/routes/sulu_redirect_admin.yaml new file mode 100644 index 00000000..8e0f542f --- /dev/null +++ b/sulu/redirect-bundle/2.0/config/routes/sulu_redirect_admin.yaml @@ -0,0 +1,8 @@ +sulu_redirect_api: + type: rest + resource: "@SuluRedirectBundle/Resources/config/routing_api.yml" + prefix: /admin/api + +sulu_redirect: + resource: "@SuluRedirectBundle/Resources/config/routing.yml" + prefix: /admin/redirects diff --git a/sulu/redirect-bundle/2.0/manifest.json b/sulu/redirect-bundle/2.0/manifest.json new file mode 100644 index 00000000..cce2d060 --- /dev/null +++ b/sulu/redirect-bundle/2.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Sulu\\Bundle\\RedirectBundle\\SuluRedirectBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/sulu/redirect-bundle/2.0/post-install.txt b/sulu/redirect-bundle/2.0/post-install.txt new file mode 100644 index 00000000..1eba6e7a --- /dev/null +++ b/sulu/redirect-bundle/2.0/post-install.txt @@ -0,0 +1,10 @@ + + What's next? + + + * 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/2.x/Resources/doc/README.md