diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ef624b6..86fdbd7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: directory: "/" schedule: interval: "daily" - milestone: 26 + milestone: 27 - package-ecosystem: "composer" directory: "/" @@ -27,4 +27,4 @@ updates: - dependency-name: "typo3/coding-standards" versions: [ ">= 0.7.0" ] versioning-strategy: "increase" - milestone: 26 + milestone: 27 diff --git a/CHANGELOG.md b/CHANGELOG.md index 582eca7..f88d87f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added ### Changed -- Add labels for `crdate` and `tstamp` (#557) ### Deprecated @@ -16,6 +15,11 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Fixed +## 6.2.1 + +### Changed +- Add labels for `crdate` and `tstamp` (#557) + ## 6.2.0 ### Added diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 529f53a..9092c2e 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -5,7 +5,7 @@ project = TYPO3 EXT:feuserextrafields version = 6.2 -release = 6.2.0 +release = 6.2.1 copyright = 2024 Oliver Klee [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index d986d12..064d590 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' => '6.2.0', + 'version' => '6.2.1', 'category' => 'misc', 'constraints' => [ 'depends' => [