Skip to content

Commit

Permalink
repositioned the typo3/cms-redirects/redirecthandler to get it work w…
Browse files Browse the repository at this point in the history
…ith the core redirects module, release of version 1.0.5
  • Loading branch information
Ephraim Härer committed Oct 9, 2019
1 parent ff55c91 commit 2a1d4d3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
20 changes: 18 additions & 2 deletions Configuration/RequestMiddlewares.php
Expand Up @@ -4,11 +4,27 @@
'typo3/cms-frontend/base-with-language-redirect-resolver' => [
'target' => \Ig\IgLanguageDetection\Middleware\SiteBaseWithLanguageRedirectResolver::class,
'after' => [
'typo3/cms-redirects/redirecthandler',
'typo3/cms-frontend/site-resolver',
],
'before' => [
'typo3/cms-frontend/page-resolver'
'typo3/cms-frontend/base-redirect-resolver'
]
],
'typo3/cms-redirects/redirecthandler' => [
'disabled' => true,
],
'typo3/cms-redirects/redirecthandler-overwrite' => [
'target' => \TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler::class,
'before' => [
'typo3/cms-frontend/page-resolver',
'typo3/cms-frontend/static-route-resolver',
'typo3/cms-frontend/base-redirect-resolver',
'typo3/cms-frontend/base-with-language-redirect-resolver',
],
'after' => [
'typo3/cms-frontend/tsfe',
'typo3/cms-frontend/authentication',
],
],
],
];
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Expand Up @@ -17,7 +17,7 @@ Language Detection Resolver
ig_language_detection

:Version:
1.0.4
release

:Language:
en
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.yml
Expand Up @@ -10,8 +10,8 @@
conf.py:
copyright: 2019
project: Language Detection Resolver
version: 1.0.4
release: 1.0.4
version: 1.0
release: 1.0.5
intersphinx_mapping:
t3tsref:
- http://docs.typo3.org/typo3cms/TyposcriptReference/
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -10,7 +10,7 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '1.0.4',
'version' => '1.0.5',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-9.5.99'
Expand Down

0 comments on commit 2a1d4d3

Please sign in to comment.