From b9ab3c12c81093a3fd753465643b51e696fca05d Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Thu, 9 Nov 2023 19:20:10 +0100 Subject: [PATCH] V6.0.0: Drop support for TYPO3 10LTS and PHP < 7.4 --- CHANGELOG.md | 12 +++++++++--- Documentation/Settings.cfg | 4 ++-- composer.json | 2 +- ext_emconf.php | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 726ec12..799e6ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,18 +8,24 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added ### Changed -- Use native type declarations for properties (#404, #405) ### Deprecated +### Removed + +### Fixed + +## 6.0.0 + +### Changed +- Use native type declarations for properties (#404, #405) + ### Removed - Drop `FrontendUserWithCountry` (#390) - Drop the `fax` field (#388) - Drop support for TYPO3 10LTS (#387, #410) - Drop support for PHP 7.2/7.3 (#386) -### Fixed - ## 5.4.0 ### Added diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 189279f..9ea451c 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -4,8 +4,8 @@ [general] project = TYPO3 EXT:feuserextrafields -version = 5.4 -release = 5.4.0 +version = 6.0 +release = 6.0.0 copyright = 2023 Oliver Klee [html_theme_options] diff --git a/composer.json b/composer.json index eedd1cb..5506b9a 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ }, "extra": { "branch-alias": { - "dev-main": "6.0.x-dev" + "dev-main": "6.1.x-dev" }, "typo3/cms": { "app-dir": ".Build", diff --git a/ext_emconf.php b/ext_emconf.php index eab6160..a4c1fb3 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'Extra fields for TYPO3 frontend users', 'description' => 'Extra fields for TYPO3 frontend users and drop-in replacement for the removed FrontEndUser Core model', - 'version' => '5.4.0', + 'version' => '6.0.0', 'category' => 'misc', 'constraints' => [ 'depends' => [