Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V6.2.1: Additional labels #561

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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