Skip to content

Commit

Permalink
V7.2.0: Add support for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Dec 27, 2024
1 parent 028ee23 commit b3f04f9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 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: 21
milestone: 23

- package-ecosystem: "composer"
directory: "/"
Expand All @@ -27,4 +27,4 @@ updates:
- dependency-name: "typo3/coding-standards"
versions: [ ">= 0.7.0" ]
versioning-strategy: "increase"
milestone: 21
milestone: 23
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,25 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Added

- Add support for PHP 8.4 (#1051)

### Deprecated

### Changed

- Allow `typo3fluid/fluid:^4.0` (#1050)
- Require TYPO3 >= 11.5.41 (#1049)

### Removed

### Fixed

## 7.2.0: Add support for PHP 8.4

### Added

- Add support for PHP 8.4 (#1051)

### Changed

- Allow `typo3fluid/fluid:^4.0` (#1050)
- Require TYPO3 >= 11.5.41 (#1049)

## 7.1.2: Bug fixes and cleanup

### Removed
Expand Down
2 changes: 1 addition & 1 deletion Documentation/guides.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
project-issues="https://github.com/oliverklee/ext-onetimeaccount/issues" edit-on-github-branch="main"
edit-on-github="oliverklee/ext-onetimeaccount" typo3-core-preferred="stable"
interlink-shortcode="oliverklee/onetimeaccount"/>
<project title="onetimeaccount" release="7.1.2" version="7.1" copyright="2024"/>
<project title="onetimeaccount" release="7.2.0" version="7.2" copyright="2024"/>
</guides>
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' => 'One-time FE account',
'description' => 'Allow users to create a short-lived FE user account without having to enter a user name or password.',
'version' => '7.1.2',
'version' => '7.2.0',
'category' => 'plugin',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit b3f04f9

Please sign in to comment.