Skip to content

Commit

Permalink
V5.7.0: Webinar URL, BE usability features and deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Sep 14, 2024
1 parent 67d5ede commit b106d11
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 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: 58
milestone: 29

- package-ecosystem: "composer"
directory: "/"
Expand All @@ -32,4 +32,4 @@ updates:
- dependency-name: "typo3/coding-standards"
versions: [ ">= 0.7.0" ]
versioning-strategy: "increase"
milestone: 58
milestone: 29
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "5.7.x-dev"
"dev-main": "6.0.x-dev"
},
"typo3/cms": {
"app-dir": ".Build",
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' => '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' => [
Expand Down

0 comments on commit b106d11

Please sign in to comment.