Skip to content

Commit

Permalink
V5.1.1: TYPO3 deprecation fixes and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Sep 28, 2022
1 parent ea2b6a3 commit 7d85b9f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Added

### Changed
- Require TYPO3 >= 10.4.11 (#173)

### Deprecated

### Removed

### Fixed

## 5.1.1

### Changed
- Require TYPO3 >= 10.4.11 (#173)

### Fixed
- Stop using the deprecated `TYPO3_MODE` constant (#175)

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 = 5.1
release = 5.1
release = 5.1.1
copyright = 2022 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' => 'This TYPO3 extension adds additional common fields to FE users and provides Extbase models for this.',
'version' => '5.1.0',
'version' => '5.1.1',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 7d85b9f

Please sign in to comment.