Skip to content

Commit

Permalink
V5.5.1: Bug fixes
Browse files Browse the repository at this point in the history
Fixes #2655
  • Loading branch information
oliverklee authored Nov 30, 2023
1 parent b7843fb commit 0d109c8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,24 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z

### Added
- Add the Crowdin configuration (#2693)
- Add compatibility with Symfony 7 (#2690)

### Changed
- Allow feuserextrafields 6.x (#2668)

### Deprecated

### Removed

### Fixed

## 5.5.1

### Added
- Add the Crowdin configuration (#2693)
- Add compatibility with Symfony 7 (#2690)

### Changed
- Allow feuserextrafields 6.x (#2668)

### Fixed
- Allow listing waiting-list-only registrations in the BE module (#2695)
- Allow showing and exporting registrations for hidden events in the BE module (#2694)
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ conf.py:
copyright: 2023
project: Seminar Manager
version: 5.5
release: 5.5.0
release: 5.5.1
latex_documents:
- - Index
- seminars.tex
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.5.0',
'version' => '5.5.1',
'category' => 'plugin',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 0d109c8

Please sign in to comment.