Skip to content

Commit

Permalink
[TASK] Remove TYPO3 v12 support for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nhovratov committed Nov 15, 2024
1 parent aadd362 commit 6fbe44d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 27 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit 6fbe44d

Please sign in to comment.