mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-21 13:36:09 +01:00
Raise from TYPO3 11.2 to 11.3
Only support latest public release of current TYPO3 dev releases.
This commit is contained in:
parent
50741e6531
commit
f3b4ae3c3b
3 changed files with 37 additions and 7 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
|||
- '7.4'
|
||||
- '8.0'
|
||||
typo3-version:
|
||||
- '11.2.*'
|
||||
- '11.3.*'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
@ -225,7 +225,7 @@ jobs:
|
|||
- '7.4'
|
||||
- '8.0'
|
||||
typo3-version:
|
||||
- '11.2.*'
|
||||
- '11.3.*'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
@ -315,7 +315,7 @@ jobs:
|
|||
- '7.4'
|
||||
- '8.0'
|
||||
typo3-version:
|
||||
- '11.2.*'
|
||||
- '11.3.*'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
@ -403,7 +403,7 @@ jobs:
|
|||
- '7.4'
|
||||
- '8.0'
|
||||
typo3-version:
|
||||
- '11.2.*'
|
||||
- '11.3.*'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
30
Documentation/Changelog/1.1.2.rst
Normal file
30
Documentation/Changelog/1.1.2.rst
Normal file
|
@ -0,0 +1,30 @@
|
|||
1.1.2
|
||||
=====
|
||||
|
||||
Breaking
|
||||
--------
|
||||
|
||||
* No longer support v11.2 but v11.3
|
||||
|
||||
As this is latest release of v11 dev.
|
||||
Only latest public release is supported.
|
||||
|
||||
Features
|
||||
--------
|
||||
|
||||
Nothing
|
||||
|
||||
Fixes
|
||||
-----
|
||||
|
||||
Nothing
|
||||
|
||||
Tasks
|
||||
-----
|
||||
|
||||
Nothing
|
||||
|
||||
Deprecation
|
||||
-----------
|
||||
|
||||
Nothing
|
|
@ -34,9 +34,9 @@
|
|||
"psr/http-server-middleware": "^1.0",
|
||||
"symfony/console": "^5.2",
|
||||
"symfony/expression-language": "^5.2",
|
||||
"typo3/cms-backend": "^10.4 || ~11.2",
|
||||
"typo3/cms-core": "^10.4 || ~11.2",
|
||||
"typo3/cms-dashboard": "^10.4 || ~11.2"
|
||||
"typo3/cms-backend": "^10.4 || ~11.3",
|
||||
"typo3/cms-core": "^10.4 || ~11.3",
|
||||
"typo3/cms-dashboard": "^10.4 || ~11.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.0",
|
||||
|
|
Loading…
Reference in a new issue