Skip to content

Commit

Permalink
V6.2.1: Additional labels
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Apr 17, 2024
1 parent 00c9648 commit a0f0843
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
milestone: 26
milestone: 27

- package-ecosystem: "composer"
directory: "/"
Expand All @@ -27,4 +27,4 @@ updates:
- dependency-name: "typo3/coding-standards"
versions: [ ">= 0.7.0" ]
versioning-strategy: "increase"
milestone: 26
milestone: 27
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Added

### Changed
- Add labels for `crdate` and `tstamp` (#557)

### Deprecated

### Removed

### Fixed

## 6.2.1

### Changed
- Add labels for `crdate` and `tstamp` (#557)

## 6.2.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit a0f0843

Please sign in to comment.