mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-21 21:46:09 +01:00
Support TYPO3 11.4
This commit is contained in:
parent
73e2ec0214
commit
8103025899
3 changed files with 37 additions and 10 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
@ -84,7 +84,7 @@ jobs:
|
||||||
- '7.4'
|
- '7.4'
|
||||||
- '8.0'
|
- '8.0'
|
||||||
typo3-version:
|
typo3-version:
|
||||||
- '11.3.*'
|
- '11.4.*'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
@ -236,7 +236,7 @@ jobs:
|
||||||
- '7.4'
|
- '7.4'
|
||||||
- '8.0'
|
- '8.0'
|
||||||
typo3-version:
|
typo3-version:
|
||||||
- '11.3.*'
|
- '11.4.*'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
@ -391,7 +391,7 @@ jobs:
|
||||||
- '7.4'
|
- '7.4'
|
||||||
- '8.0'
|
- '8.0'
|
||||||
typo3-version:
|
typo3-version:
|
||||||
- '11.3.*'
|
- '11.4.*'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
@ -484,7 +484,7 @@ jobs:
|
||||||
- '7.4'
|
- '7.4'
|
||||||
- '8.0'
|
- '8.0'
|
||||||
typo3-version:
|
typo3-version:
|
||||||
- '11.3.*'
|
- '11.4.*'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
30
Documentation/Changelog/1.1.3.rst
Normal file
30
Documentation/Changelog/1.1.3.rst
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
1.1.3
|
||||||
|
=====
|
||||||
|
|
||||||
|
Breaking
|
||||||
|
--------
|
||||||
|
|
||||||
|
* No longer support v11.3 but v11.4
|
||||||
|
|
||||||
|
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",
|
"psr/http-server-middleware": "^1.0",
|
||||||
"symfony/console": "^5.2",
|
"symfony/console": "^5.2",
|
||||||
"symfony/expression-language": "^5.2",
|
"symfony/expression-language": "^5.2",
|
||||||
"typo3/cms-backend": "^10.4 || ~11.3",
|
"typo3/cms-backend": "^10.4 || ~11.4",
|
||||||
"typo3/cms-core": "^10.4 || ~11.3",
|
"typo3/cms-core": "^10.4 || ~11.4",
|
||||||
"typo3/cms-dashboard": "^10.4 || ~11.3"
|
"typo3/cms-dashboard": "^10.4 || ~11.4"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^9.0",
|
"phpunit/phpunit": "^9.0",
|
||||||
|
@ -65,9 +65,6 @@
|
||||||
},
|
},
|
||||||
"composer-exit-on-patch-failure": true,
|
"composer-exit-on-patch-failure": true,
|
||||||
"patches": {
|
"patches": {
|
||||||
"typo3/testing-framework": {
|
|
||||||
"[FEATURE] Support custom user agent in functional tests #257": "https://patch-diff.githubusercontent.com/raw/TYPO3/testing-framework/pull/257.patch"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-main": "1.0.x-dev"
|
"dev-main": "1.0.x-dev"
|
||||||
|
|
Loading…
Reference in a new issue