Prepare v3.0.0 release

This commit is contained in:
Daniel Siepmann 2023-11-30 13:42:18 +01:00
parent f69db97990
commit 109c9dc738
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 36 additions and 2 deletions

View file

@ -0,0 +1,32 @@
3.0.0
=====
Breaking
--------
* Drop support for TYPO3 10.4 and 11.5.
* Drop support for PHP 7.4 and 8.0.
Features
--------
* Add support for TYPO3 12.4.
* Add support for PHP 8.3.
Fixes
-----
Nothing
Tasks
-----
Nothing
Deprecation
-----------
Nothing

View file

@ -1,6 +1,8 @@
<?php
$EM_CONF[$_EXTKEY] = [
declare(strict_types=1);
$EM_CONF['thuecat'] = [
'title' => 'ThüCAT',
'description' => 'Integration of ThüCAT into TYPO3 CMS.',
'category' => 'fe',
@ -11,7 +13,7 @@ $EM_CONF[$_EXTKEY] = [
'author' => 'Daniel Siepmann',
'author_email' => 'coding@daniel-siepmann.de',
'author_company' => '',
'version' => '2.1.0',
'version' => '3.0.0',
'constraints' => [
'depends' => [
'core' => '',