Skip to content

Commit fe03ea7

Browse files
authored
V5.6.1: Bug fixes, cleanup and deprecations
1 parent a70c2a0 commit fe03ea7

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ This project adheres to [Semantic Versioning](https://semver.org/).
77

88
### Added
99

10+
### Changed
11+
12+
### Deprecated
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
## 5.6.1: Bug fixes, cleanup and deprecations
19+
1020
### Changed
1121
- Add `rel="nofollow"` to the sorting links in the list view (#3311)
1222
- Make injected services in `EventRegistrationController` `protected` (#3297)

Documentation/Settings.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ conf.py:
77
copyright: 2024
88
project: Seminar Manager
99
version: 5.6
10-
release: 5.6.0
10+
release: 5.6.1
1111
latex_documents:
1212
- - Index
1313
- seminars.tex

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
},
104104
"extra": {
105105
"branch-alias": {
106-
"dev-main": "5.6.x-dev"
106+
"dev-main": "5.7.x-dev"
107107
},
108108
"helhum/typo3-console": {
109109
"install-extension-dummy": "0"

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.6.0',
6+
'version' => '5.6.1',
77
'category' => 'plugin',
88
'constraints' => [
99
'depends' => [

0 commit comments

Comments
 (0)