From 66d1fa9fd579707281e27b0d951976582ac092c6 Mon Sep 17 00:00:00 2001 From: Riny van Tiggelen Date: Tue, 15 Oct 2024 19:17:49 +0200 Subject: [PATCH] [RELEASE] Version 10.0.0 --- CHANGELOG.md | 2 +- composer.json | 14 +++++++------- ext_emconf.php | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 100212f5..852731f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index ec2f6e4c..198029ea 100644 --- a/composer.json +++ b/composer.json @@ -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" diff --git a/ext_emconf.php b/ext_emconf.php index 4d44661f..8c1c9e78 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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',