From 6fbe44dac8a5b379c737bbff81ef61533038fc2a Mon Sep 17 00:00:00 2001 From: Nikita Hovratov Date: Fri, 15 Nov 2024 10:38:10 +0100 Subject: [PATCH] [TASK] Remove TYPO3 v12 support for now --- .github/workflows/tests.yaml | 3 --- README.md | 32 ++++++++++++++++---------------- composer.json | 10 +++++----- ext_emconf.php | 6 +++--- 4 files changed, 24 insertions(+), 27 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0499e844..2731f902 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -54,9 +54,6 @@ jobs: fail-fast: false matrix: include: - - TYPO3: '12.4' - php: '8.2' - phpunit: '10' - TYPO3: '13.4' php: '8.2' phpunit: '11' diff --git a/README.md b/README.md index 9729727d..d1cc8955 100644 --- a/README.md +++ b/README.md @@ -58,22 +58,22 @@ Read a detailed explanation for each advantage and why to use Mask over other al ## Mask versions :calendar: -| Mask Version | TYPO3 Version | Release Date | Status | More Info | -|--------------|---------------|--------------|--------------|--------------------------------------------------------------------------------------------------------| -| v9.0 | v12, v13 | 2024-11-13 | bugfix only | [TYPO3 v13 support](https://github.com/Gernott/mask/releases/tag/v9.0.0) | -| v8.3 | v11, v12 | 2023-08-09 | discontinued | [Mask Events](https://docs.typo3.org/p/mask/mask/main/en-us/ChangeLog/8.3/Index.html) | -| v8.2 | v11, v12 | 2023-06-12 | discontinued | [TCA columnsOverride support](https://docs.typo3.org/p/mask/mask/main/en-us/ChangeLog/8.2/Index.html) | -| v8.1 | v11, v12 | 2023-05-02 | discontinued | [Deprecation free, new types](https://docs.typo3.org/p/mask/mask/main/en-us/ChangeLog/8.1/Index.html) | -| v8.0 | v11, v12.3 | 2022-10-24 | discontinued | [Compatibility TYPO3 v12](https://docs.typo3.org/p/mask/mask/main/en-us/ChangeLog/8.0/Index.html) | -| v7.2 | v10, v11 | 2022-05-25 | discontinued | [New field types, improved UX](https://docs.typo3.org/p/mask/mask/main/en-us/ChangeLog/7.2/Index.html) | -| v7.1 | v10, v11 | 2021-12-14 | discontinued | [JsonSplitLoader, new API](https://docs.typo3.org/p/mask/mask/main/en-us/ChangeLog/7.1/Index.html) | -| v7.0 | v10, v11 | 2021-05-12 | discontinued | [VueJS based Mask Backend](https://docs.typo3.org/p/mask/mask/main/en-us/ChangeLog/7.0/Index.html) | -| v6 | v10, v11.1 | 2020-10-08 | discontinued | [Palettes, Groups and more](https://docs.typo3.org/p/mask/mask/main/en-us/ChangeLog/6.0/Index.html) | -| v5 | v10 | 2020-04-18 | discontinued | Please update to v7 | -| v4 | v9 | 2018-10-04 | discontinued | | -| v3 | v8 | 2017-05-23 | discontinued | | -| v2 | v7 | 2016-05-10 | discontinued | | -| v1 | v6, v7 | 2015-08-12 | discontinued | | +| Mask Version | TYPO3 Version | Release Date | Status | More Info | +|--------------|---------------|--------------|---------------|--------------------------------------------------------------------------------------------------------| +| v9.0 | v13 | 2024-11-13 | bugfix only | [TYPO3 v13 support](https://github.com/Gernott/mask/releases/tag/v9.0.0) | +| v8.3 | v11, v12 | 2023-08-09 | bugfix only | [Mask Events](https://docs.typo3.org/p/mask/mask/main/en-us/ChangeLog/8.3/Index.html) | +| v8.2 | v11, v12 | 2023-06-12 | discontinued | [TCA columnsOverride support](https://docs.typo3.org/p/mask/mask/main/en-us/ChangeLog/8.2/Index.html) | +| v8.1 | v11, v12 | 2023-05-02 | discontinued | [Deprecation free, new types](https://docs.typo3.org/p/mask/mask/main/en-us/ChangeLog/8.1/Index.html) | +| v8.0 | v11, v12.3 | 2022-10-24 | discontinued | [Compatibility TYPO3 v12](https://docs.typo3.org/p/mask/mask/main/en-us/ChangeLog/8.0/Index.html) | +| v7.2 | v10, v11 | 2022-05-25 | discontinued | [New field types, improved UX](https://docs.typo3.org/p/mask/mask/main/en-us/ChangeLog/7.2/Index.html) | +| v7.1 | v10, v11 | 2021-12-14 | discontinued | [JsonSplitLoader, new API](https://docs.typo3.org/p/mask/mask/main/en-us/ChangeLog/7.1/Index.html) | +| v7.0 | v10, v11 | 2021-05-12 | discontinued | [VueJS based Mask Backend](https://docs.typo3.org/p/mask/mask/main/en-us/ChangeLog/7.0/Index.html) | +| v6 | v10, v11.1 | 2020-10-08 | discontinued | [Palettes, Groups and more](https://docs.typo3.org/p/mask/mask/main/en-us/ChangeLog/6.0/Index.html) | +| v5 | v10 | 2020-04-18 | discontinued | Please update to v7 | +| v4 | v9 | 2018-10-04 | discontinued | | +| v3 | v8 | 2017-05-23 | discontinued | | +| v2 | v7 | 2016-05-10 | discontinued | | +| v1 | v6, v7 | 2015-08-12 | discontinued | | ## Need help? :left_speech_bubble: diff --git a/composer.json b/composer.json index 24a72e47..e7f0b943 100644 --- a/composer.json +++ b/composer.json @@ -64,11 +64,11 @@ "require": { "php": "^8.1", "ext-json": "*", - "typo3/cms-core": "^13.4 || ^12.4", - "typo3/cms-backend": "^13.4 || ^12.4", - "typo3/cms-fluid": "^13.4 || ^12.4", - "typo3/cms-fluid-styled-content": "^13.4 || ^12.4", - "typo3/cms-install": "^13.4 || ^12.4" + "typo3/cms-core": "^13.4", + "typo3/cms-backend": "^13.4", + "typo3/cms-fluid": "^13.4", + "typo3/cms-fluid-styled-content": "^13.4", + "typo3/cms-install": "^13.4" }, "suggest": { "b13/container": "Allows creating container elements to place your Mask elements into.", diff --git a/ext_emconf.php b/ext_emconf.php index cbe5d8bc..e69b3797 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -12,9 +12,9 @@ 'version' => '9.0.0', 'constraints' => [ 'depends' => [ - 'typo3' => '12.4.0-13.4.99', - 'fluid' => '12.4.0-13.4.99', - 'fluid_styled_content' => '12.4.0-13.4.99', + 'typo3' => '13.4.0-13.4.99', + 'fluid' => '13.4.0-13.4.99', + 'fluid_styled_content' => '13.4.0-13.4.99', ], 'conflicts' => [], 'suggests' => [