From f3b4ae3c3b8e8c531b1acb47be4168e22f2d880f Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 3 Aug 2021 10:17:28 +0200 Subject: [PATCH] Raise from TYPO3 11.2 to 11.3 Only support latest public release of current TYPO3 dev releases. --- .github/workflows/ci.yaml | 8 ++++---- Documentation/Changelog/1.1.2.rst | 30 ++++++++++++++++++++++++++++++ composer.json | 6 +++--- 3 files changed, 37 insertions(+), 7 deletions(-) create mode 100644 Documentation/Changelog/1.1.2.rst diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46b0011..97f81e9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/Documentation/Changelog/1.1.2.rst b/Documentation/Changelog/1.1.2.rst new file mode 100644 index 0000000..faa8e45 --- /dev/null +++ b/Documentation/Changelog/1.1.2.rst @@ -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 diff --git a/composer.json b/composer.json index 16a96f7..63dfc97 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.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",