mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-11-14 01:06:12 +01:00
Prepare v3.0.0 release
This commit is contained in:
parent
f69db97990
commit
109c9dc738
2 changed files with 36 additions and 2 deletions
32
Documentation/Changelog/3.0.0.rst
Normal file
32
Documentation/Changelog/3.0.0.rst
Normal 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
|
||||
|
|
@ -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' => '',
|
||||
|
|
Loading…
Reference in a new issue