diff --git a/CHANGELOG.md b/CHANGELOG.md index fd0ea213c..ade9622ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index a671ab006..05835731a 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -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 diff --git a/ext_emconf.php b/ext_emconf.php index 7fe95361f..efb7c1692 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.5.0', + 'version' => '5.5.1', 'category' => 'plugin', 'constraints' => [ 'depends' => [