diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf3f382e..0bd7fc363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,19 +7,25 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added -- Show a confirmation dialog when deleting a record in the BE module (#3852) -- Add button in the BE module to create an event (#3846) - ### Changed ### Deprecated -- Deprecate time slot entry dates (#3842) - ### Removed ### Fixed +## 5.8.0: Usability features for the BE module + +### Added + +- Show a confirmation dialog when deleting a record in the BE module (#3852) +- Add button in the BE module to create an event (#3846) + +### Deprecated + +- Deprecate time slot entry dates (#3842) + ## 5.7.1: Bug fixes ### Changed diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 51f9b6a09..0e09bbd3d 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -6,8 +6,8 @@ conf.py: copyright: 2024 project: Seminar Manager - version: 5.7 - release: 5.7.1 + version: 5.8 + release: 5.8.0 latex_documents: - - Index - seminars.tex diff --git a/ext_emconf.php b/ext_emconf.php index 7db4558cc..10f53c387 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.7.1', + 'version' => '5.8.0', 'category' => 'plugin', 'constraints' => [ 'depends' => [