Skip to content

Commit

Permalink
[RELEASE] Version 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RinyVT committed Oct 15, 2024
1 parent 539d23d commit 66d1fa9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This changelog is according to [Keep a Changelog](http://keepachangelog.com).
All notable changes to this project will be documented in this file.
We will follow [Semantic Versioning](http://semver.org/).

## UNRELEASED
## 10.0.0 October 15, 2024
### Breaking
- Dropped support for TYPO3 10
- Dropped support for PHP 7
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"docs": "https://docs.typo3.org/p/yoast-seo-for-typo3/yoast_seo/main/en-us/"
},
"require": {
"typo3/cms-core": "^11.5 || ^12.4 || ^13.0",
"typo3/cms-backend": "^11.5 || ^12.4 || ^13.0",
"typo3/cms-extbase": "^11.5 || ^12.4 || ^13.0",
"typo3/cms-fluid": "^11.5 || ^12.4 || ^13.0",
"typo3/cms-frontend": "^11.5 || ^12.4 || ^13.0",
"typo3/cms-install": "^11.5 || ^12.4 || ^13.0",
"typo3/cms-seo": "^11.5 || ^12.4 || ^13.0",
"typo3/cms-core": "^11.5 || ^12.4 || ^13.4",
"typo3/cms-backend": "^11.5 || ^12.4 || ^13.4",
"typo3/cms-extbase": "^11.5 || ^12.4 || ^13.4",
"typo3/cms-fluid": "^11.5 || ^12.4 || ^13.4",
"typo3/cms-frontend": "^11.5 || ^12.4 || ^13.4",
"typo3/cms-install": "^11.5 || ^12.4 || ^13.4",
"typo3/cms-seo": "^11.5 || ^12.4 || ^13.4",
"ext-curl": "*",
"ext-json": "*",
"php": "^8.0"
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'clearCacheOnLoad' => 0,
'state' => 'stable',
'uploadfolder' => 0,
'version' => '9.0.3',
'version' => '10.0.0',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-13.4.99',
Expand Down

0 comments on commit 66d1fa9

Please sign in to comment.