diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0734153e..da3f31e1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: directory: "/" schedule: interval: "daily" - milestone: 21 + milestone: 23 - package-ecosystem: "composer" directory: "/" @@ -27,4 +27,4 @@ updates: - dependency-name: "typo3/coding-standards" versions: [ ">= 0.7.0" ] versioning-strategy: "increase" - milestone: 21 + milestone: 23 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a554630..5c6db9d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Documentation/guides.xml b/Documentation/guides.xml index 2d0087e8..ceb05522 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -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"/> - + diff --git a/ext_emconf.php b/ext_emconf.php index 107f5bcd..19d262d6 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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' => [