Skip to content

Commit

Permalink
V5.6.0: BE module usability features, lots of cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Jul 29, 2024
1 parent 2a522a7 commit 9b4643a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## x.y.z

### Added

### Changed

### Deprecated

### Removed

### Fixed

## 5.6.0

### Added
- Add a search form for events to the BE module (#3179, #3191)
- Add a button for deleting registrations in the BE module (#3166, #3173)
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.5
release: 5.5.1
version: 5.6
release: 5.6.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 @@ -102,7 +102,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "5.4.x-dev"
"dev-main": "5.6.x-dev"
},
"helhum/typo3-console": {
"install-extension-dummy": "0"
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.1',
'version' => '5.6.0',
'category' => 'plugin',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 9b4643a

Please sign in to comment.