Skip to content

Commit cbf5898

Browse files
authored
V5.8.0: Usability features for the BE module
1 parent 9e30f0b commit cbf5898

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,25 @@ This project adheres to [Semantic Versioning](https://semver.org/).
77

88
### Added
99

10-
- Show a confirmation dialog when deleting a record in the BE module (#3852)
11-
- Add button in the BE module to create an event (#3846)
12-
1310
### Changed
1411

1512
### Deprecated
1613

17-
- Deprecate time slot entry dates (#3842)
18-
1914
### Removed
2015

2116
### Fixed
2217

18+
## 5.8.0: Usability features for the BE module
19+
20+
### Added
21+
22+
- Show a confirmation dialog when deleting a record in the BE module (#3852)
23+
- Add button in the BE module to create an event (#3846)
24+
25+
### Deprecated
26+
27+
- Deprecate time slot entry dates (#3842)
28+
2329
## 5.7.1: Bug fixes
2430

2531
### Changed

Documentation/Settings.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
conf.py:
77
copyright: 2024
88
project: Seminar Manager
9-
version: 5.7
10-
release: 5.7.1
9+
version: 5.8
10+
release: 5.8.0
1111
latex_documents:
1212
- - Index
1313
- seminars.tex

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$EM_CONF[$_EXTKEY] = [
44
'title' => 'Seminar Manager',
55
'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.',
6-
'version' => '5.7.1',
6+
'version' => '5.8.0',
77
'category' => 'plugin',
88
'constraints' => [
99
'depends' => [

0 commit comments

Comments
 (0)