diff --git a/.github/workflows/cgl.yaml b/.github/workflows/cgl.yaml index db2d892f..68dbec61 100644 --- a/.github/workflows/cgl.yaml +++ b/.github/workflows/cgl.yaml @@ -32,8 +32,8 @@ jobs: - name: Install Composer dependencies run: | composer require --no-progress --no-plugins \ - typo3/cms-dashboard:"~11.5.16 || ~12.4.2 || ~13.0.0" \ - typo3/cms-scheduler:"~11.5.16 || ~12.4.2 || ~13.0.0" + typo3/cms-dashboard:"~11.5.16 || ~12.4.2 || ~13.1.0" \ + typo3/cms-scheduler:"~11.5.16 || ~12.4.2 || ~13.1.0" # Check Composer dependencies - name: Check dependencies diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 1b1bf516..53c72c87 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -16,11 +16,11 @@ jobs: fail-fast: false matrix: php-version: ["8.1", "8.2", "8.3"] - typo3-version: ["11.5", "12.4", "13.0"] + typo3-version: ["11.5", "12.4", "13.1"] dependencies: ["highest", "lowest"] exclude: - php-version: "8.1" - typo3-version: "13.0" + typo3-version: "13.1" steps: - uses: actions/checkout@v4 with: diff --git a/Documentation/Installation/Index.rst b/Documentation/Installation/Index.rst index b0e17fd0..e3c42e81 100644 --- a/Documentation/Installation/Index.rst +++ b/Documentation/Installation/Index.rst @@ -12,7 +12,7 @@ Requirements ============ - PHP 8.1 - 8.3 -- TYPO3 11.5 LTS - 13.0 +- TYPO3 11.5 LTS - 13.1 .. _steps: @@ -44,7 +44,9 @@ Version matrix +--------------------+---------------------+---------------+ | Extension versions | TYPO3 versions | PHP versions | +====================+=====================+===============+ -| **since 2.1.0** | **11.5 LTS - 13.0** | **8.1 - 8.3** | +| **since 2.2.0** | **11.5 LTS - 13.1** | **8.1 - 8.3** | ++--------------------+---------------------+---------------+ +| 2.1.0 | 11.5 LTS - 13.0 | 8.1 - 8.3 | +--------------------+---------------------+---------------+ | 1.1.0 - 2.0.0 | 11.5 LTS - 12.4 LTS | 8.1 - 8.3 | +--------------------+---------------------+---------------+ diff --git a/Documentation/Introduction/Index.rst b/Documentation/Introduction/Index.rst index 25d74dd8..3760a9a6 100644 --- a/Documentation/Introduction/Index.rst +++ b/Documentation/Introduction/Index.rst @@ -32,7 +32,7 @@ Features - :ref:`Scheduler task ` for expired consents - :ref:`Dashboard widget ` for approved, non-approved and dismissed consents -- Compatible with TYPO3 11.5 LTS, 12.4 LTS and 13.0 +- Compatible with TYPO3 11.5 LTS, 12.4 LTS and 13.1 .. _support: diff --git a/README.md b/README.md index a72d17e9..96daa2d6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ compliance with the GDPR. * Several events for better customization * Scheduler garbage collection task for expired consents * Dashboard widget for approved, non-approved and dismissed consents -* Compatible with TYPO3 11.5 LTS, 12.4 LTS and 13.0 +* Compatible with TYPO3 11.5 LTS, 12.4 LTS and 13.1 ## 🔥 Installation diff --git a/Tests/CGL/composer.json b/Tests/CGL/composer.json index b7ca94be..99b6145d 100644 --- a/Tests/CGL/composer.json +++ b/Tests/CGL/composer.json @@ -1,6 +1,6 @@ { "require": { - "typo3/cms-core": "~11.5.16 || ~12.4.2 || ~13.0.0" + "typo3/cms-core": "~11.5.16 || ~12.4.2 || ~13.1.0" }, "require-dev": { "armin/editorconfig-cli": "^1.5 || ^2.0", diff --git a/Tests/CGL/composer.lock b/Tests/CGL/composer.lock index ab382ee5..cf651336 100644 --- a/Tests/CGL/composer.lock +++ b/Tests/CGL/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e0df054905462ed86d2c6136ceec4222", + "content-hash": "713cc49d5c8f31d9f7b98c2c4fb0f7ab", "packages": [ { "name": "bacon/bacon-qr-code", diff --git a/composer.json b/composer.json index 65f37603..55b72c9b 100644 --- a/composer.json +++ b/composer.json @@ -24,13 +24,13 @@ "symfony/expression-language": "^4.4.30 || ^5.3.7 || ^6.0 || ^7.0", "symfony/mailer": "^4.4.30 || ^5.3.7 || ^6.0 || ^7.0", "symfony/mime": "^4.4.30 || ^5.3.7 || ^6.0 || ^7.0", - "typo3/cms-backend": "~11.5.16 || ~12.4.2 || ~13.0.0", - "typo3/cms-core": "~11.5.16 || ~12.4.2 || ~13.0.0", - "typo3/cms-extbase": "~11.5.16 || ~12.4.2 || ~13.0.0", - "typo3/cms-fluid": "~11.5.16 || ~12.4.2 || ~13.0.0", - "typo3/cms-form": "~11.5.16 || ~12.4.2 || ~13.0.0", - "typo3/cms-frontend": "~11.5.16 || ~12.4.2 || ~13.0.0", - "typo3/cms-install": "~11.5.16 || ~12.4.2 || ~13.0.0" + "typo3/cms-backend": "~11.5.16 || ~12.4.2 || ~13.1.0", + "typo3/cms-core": "~11.5.16 || ~12.4.2 || ~13.1.0", + "typo3/cms-extbase": "~11.5.16 || ~12.4.2 || ~13.1.0", + "typo3/cms-fluid": "~11.5.16 || ~12.4.2 || ~13.1.0", + "typo3/cms-form": "~11.5.16 || ~12.4.2 || ~13.1.0", + "typo3/cms-frontend": "~11.5.16 || ~12.4.2 || ~13.1.0", + "typo3/cms-install": "~11.5.16 || ~12.4.2 || ~13.1.0" }, "require-dev": { "codeception/module-asserts": "^3.0", @@ -42,19 +42,19 @@ "phpunit/phpcov": "^9.0 || ^10.0", "symfony/event-dispatcher": "^4.4.30 || ^5.3.7 || ^6.0 || ^7.0", "symfony/process": "^4.4.30 || ^5.3.7 || ^6.0 || ^7.0", - "typo3/cms-dashboard": "~11.5.16 || ~12.4.2 || ~13.0.0", - "typo3/cms-filelist": "~11.5.16 || ~12.4.2 || ~13.0.0", - "typo3/cms-fluid-styled-content": "~11.5.16 || ~12.4.2 || ~13.0.0", - "typo3/cms-lowlevel": "~11.5.16 || ~12.4.2 || ~13.0.0", - "typo3/cms-scheduler": "~11.5.16 || ~12.4.2 || ~13.0.0", - "typo3/cms-tstemplate": "~11.5.16 || ~12.4.2 || ~13.0.0", + "typo3/cms-dashboard": "~11.5.16 || ~12.4.2 || ~13.1.0", + "typo3/cms-filelist": "~11.5.16 || ~12.4.2 || ~13.1.0", + "typo3/cms-fluid-styled-content": "~11.5.16 || ~12.4.2 || ~13.1.0", + "typo3/cms-lowlevel": "~11.5.16 || ~12.4.2 || ~13.1.0", + "typo3/cms-scheduler": "~11.5.16 || ~12.4.2 || ~13.1.0", + "typo3/cms-tstemplate": "~11.5.16 || ~12.4.2 || ~13.1.0", "typo3/testing-framework": "^7.0.4 || ^8.0.9", "typo3fluid/fluid": "^2.9", "webmozart/assert": "^1.11" }, "suggest": { - "typo3/cms-dashboard": "Adds a custom form consent widget to the TYPO3 dashboard (~11.5.16 || ~12.4.2 || ~13.0.0)", - "typo3/cms-scheduler": "Allows garbage collection of expired consents (~11.5.16 || ~12.4.2 || ~13.0.0)" + "typo3/cms-dashboard": "Adds a custom form consent widget to the TYPO3 dashboard (~11.5.16 || ~12.4.2 || ~13.1.0)", + "typo3/cms-scheduler": "Allows garbage collection of expired consents (~11.5.16 || ~12.4.2 || ~13.1.0)" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 60c8e8d9..dfff4900 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "19d89c3e0df8b0fba7399a31878371a3", + "content-hash": "eec1bf7d97e2f296346caec59649e717", "packages": [ { "name": "bacon/bacon-qr-code", diff --git a/ext_emconf.php b/ext_emconf.php index cc29a6dd..db22789b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -30,7 +30,7 @@ 'version' => '2.1.0', 'constraints' => [ 'depends' => [ - 'typo3' => '11.5.16-13.0.99', + 'typo3' => '11.5.16-13.1.99', 'php' => '8.1.0-8.3.99', ], ],