diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d174a37..19f5fff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -84,7 +84,7 @@ jobs: - '7.4' - '8.0' typo3-version: - - '11.3.*' + - '11.4.*' steps: - uses: actions/checkout@v2 @@ -236,7 +236,7 @@ jobs: - '7.4' - '8.0' typo3-version: - - '11.3.*' + - '11.4.*' steps: - uses: actions/checkout@v2 @@ -391,7 +391,7 @@ jobs: - '7.4' - '8.0' typo3-version: - - '11.3.*' + - '11.4.*' steps: - uses: actions/checkout@v2 @@ -484,7 +484,7 @@ jobs: - '7.4' - '8.0' typo3-version: - - '11.3.*' + - '11.4.*' steps: - uses: actions/checkout@v2 diff --git a/Documentation/Changelog/1.1.3.rst b/Documentation/Changelog/1.1.3.rst new file mode 100644 index 0000000..d0fe3c0 --- /dev/null +++ b/Documentation/Changelog/1.1.3.rst @@ -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 diff --git a/composer.json b/composer.json index 783bf0c..7ba066c 100644 --- a/composer.json +++ b/composer.json @@ -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.3", - "typo3/cms-core": "^10.4 || ~11.3", - "typo3/cms-dashboard": "^10.4 || ~11.3" + "typo3/cms-backend": "^10.4 || ~11.4", + "typo3/cms-core": "^10.4 || ~11.4", + "typo3/cms-dashboard": "^10.4 || ~11.4" }, "require-dev": { "phpunit/phpunit": "^9.0", @@ -65,9 +65,6 @@ }, "composer-exit-on-patch-failure": true, "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": { "dev-main": "1.0.x-dev"