From b106d114bd386b0d6ad75018fa4555d7473c0f6d Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 14 Sep 2024 16:48:17 +0200 Subject: [PATCH] V5.7.0: Webinar URL, BE usability features and deprecations --- .github/dependabot.yml | 4 ++-- CHANGELOG.md | 14 ++++++++++++-- Documentation/Settings.yml | 4 ++-- composer.json | 2 +- ext_emconf.php | 2 +- 5 files changed, 18 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a61623492..aac61646f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: directory: "/" schedule: interval: "daily" - milestone: 58 + milestone: 29 - package-ecosystem: "composer" directory: "/" @@ -32,4 +32,4 @@ updates: - dependency-name: "typo3/coding-standards" versions: [ ">= 0.7.0" ] versioning-strategy: "increase" - milestone: 58 + milestone: 29 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a4fff6c4..0d4e16921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +## 5.7.0: New fields, BE usability features, and deprecations + +### Added + - Add a "duplicate event" button to the BE module (#3469, #3482, #3485, #3487) - Add a field for additional text for the thank-you emails (#3453, #3456, #3459, #3465) @@ -32,8 +44,6 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Deprecate `Event.getRegisteredSeats()` and `Event.hasEnoughRegistrations()` (#3443) -### Removed - ### Fixed - Do not duplicate registrations when duplicating an event (#3479) diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 2e02239f0..7ab7d8fcd 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -6,8 +6,8 @@ conf.py: copyright: 2024 project: Seminar Manager - version: 5.6 - release: 5.6.1 + version: 5.7 + release: 5.7.0 latex_documents: - - Index - seminars.tex diff --git a/composer.json b/composer.json index f12e2e472..966aa3773 100644 --- a/composer.json +++ b/composer.json @@ -103,7 +103,7 @@ }, "extra": { "branch-alias": { - "dev-main": "5.7.x-dev" + "dev-main": "6.0.x-dev" }, "typo3/cms": { "app-dir": ".Build", diff --git a/ext_emconf.php b/ext_emconf.php index cbc9449a6..330b60c8f 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'Seminar Manager', 'description' => 'Allows you to create and manage a list of seminars, workshops, lectures, theater performances and other events, allowing front-end users to sign up. FE users also can create and edit events.', - 'version' => '5.6.1', + 'version' => '5.7.0', 'category' => 'plugin', 'constraints' => [ 'depends' => [