Skip to content

Commit

Permalink
[TASK]] Update dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
sbusemann committed Apr 20, 2024
1 parent eab823f commit 7d08718
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ipandlanguageredirect
name: ipandlanguageredirect-12
type: typo3
docroot: .build/public/
php_version: "8.2"
Expand All @@ -10,15 +10,14 @@ additional_hostnames: []
additional_fqdns: []
database:
type: mariadb
version: "10.3"
version: "10.4"
hooks:
post-start:
- exec: composer install
use_dns_when_possible: true
composer_version: "2"
web_environment:
- TYPO3_CONTEXT=Development/DDEV
nodejs_version: "18"

# Key features of DDEV's config.yaml:

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ to accept only bugfixes if I can reproduce the issue.

| Version | Date | State | Description | Note |
|-----------|------------|----------|----------------------------------------------------------------------------|---------------------------|
| 5.2.0 | 2023-04-20 | Feabure | Support for TYPO3 12 | |
| 5.1.2 | 2023-06-12 | Security | Fix a possible SQL injection | |
| 5.1.1 | 2023-02-07 | Bugfix | Fixed undefined array key exception in PHP 8 | |
| 5.1.0 | 2022-07-12 | Task | Css and frontend toolchain update | |
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'title' => 'ipandlanguageredirect',
'description' => 'TYPO3 extension to redirect a user based on location and browser language.',
'category' => 'plugin',
'version' => '5.1.2',
'version' => '5.2.0',
'state' => 'stable',
'author' => 'Alex Kellner',
'author_email' => '[email protected]',
Expand Down

0 comments on commit 7d08718

Please sign in to comment.