Skip to content

Commit

Permalink
feat: add compatibility with TYPO3 v13
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Feb 4, 2024
1 parent cd3bc2f commit 05df310
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
- Compatibility with TYPO3 v13

### Updated
- schema.org definition to version 25.0

Expand Down
6 changes: 3 additions & 3 deletions Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Target group: **Administrators**

.. note::

The extension in version |version| is available for TYPO3 v11 LTS and TYPO3
v12 LTS. Use an older version for compatibility with TYPO3 v9 LTS and TYPO3
v10 LTS.
The extension in version |version| is available for TYPO3 v11 LTS, TYPO3 v12
LTS and TYPO3 v13. Use an older version for compatibility with TYPO3 v9 LTS
and TYPO3 v10 LTS.

The recommended way to install this extension is by using Composer. In your
Composer-based TYPO3 project root, just type::
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ related to auto: https://schema.org/docs/auto.home.html.

| Latest release | TYPO3 | PHP | EXT:schema | Updates will contain |
|----------------|-------------|-------|------------|----------------------------------|
| 2.x | 11.5 - 12.4 | ≥ 8.1 | 3.x | Features, security and bug fixes |
| 2.x | 11.5 - 13.4 | ≥ 8.1 | 3.x | Features, security and bug fixes |
| 1.x | 10.4 - 12.4 | ≥ 7.2 | 1.x - 2.x | Security and bug fixes |

[Documentation](https://docs.typo3.org/p/brotkrueml/schema-auto/main/en-us/) |
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@
"require": {
"php": ">=8.1",
"brotkrueml/schema": "^3.0",
"typo3/cms-core": "^11.5.19 || ^12.4"
"typo3/cms-core": "^11.5.19 || ^12.4 || ^13.0"
},
"require-dev": {
"brotkrueml/coding-standards": "~5.1.0",
"ergebnis/composer-normalize": "~2.42.0"
},
"minimum-stability": "RC",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Brotkrueml\\SchemaAuto\\": "Classes/"
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'depends' => [
'php' => '8.1.0-0.0.0',
'schema' => '3.0.0-3.99.99',
'typo3' => '11.5.19-12.4.99',
'typo3' => '11.5.19-13.4.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 05df310

Please sign in to comment.