Skip to content

Commit

Permalink
Merge branch 'release/6.0.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskienast committed Oct 17, 2023
2 parents c960285 + d0a3314 commit 0578c62
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 29 deletions.
1 change: 1 addition & 0 deletions .mage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ magephp:
- exec: { cmd: "php ../../../cachetool/cachetool.phar opcache:reset --fcgi=/var/run/intercept.typo3.com_fpm.sock --tmp-dir=/srv/vhosts/intercept.typo3.com/site/cachetool"}
- exec: { cmd: "rm -rf var/cache"}
- exec: { cmd: "php8.2 ./bin/console cache:warmup"}
- exec: { cmd: "php8.2 ./bin/console app:docs-redirect-deploy"}
post-deploy:

develop:
Expand Down
4 changes: 4 additions & 0 deletions config/nginx/redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,10 @@ location ~ ^/typo3cms/extensions/feusersmap/(master|latest|stable)/(.*) {
return 303 /p/wsr/feusersmap/main/en-us/$2;
}

location ~ ^/typo3cms/extensions/externalimport_tut/(master|latest|stable)/(.*) {
return 303 /p/cobweb/externalimport_tut/main/en-us/$2;
}

# getting started rewrite 2021
location ~ ^/m/typo3/tutorial-getting-started/main/en-us/GeneralPrinciples/(.*) {
return 303 /m/typo3/tutorial-getting-started/main/en-us/Concepts/Index.html;
Expand Down
35 changes: 7 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@symfony/webpack-encore": "^4.4.0",
"core-js": "^3.32.2",
"core-js": "^3.33.0",
"file-loader": "^6.2.0",
"webpack-notifier": "^1.15.0"
},
Expand Down

0 comments on commit 0578c62

Please sign in to comment.