Skip to content

Commit

Permalink
V5.6.1: Bug fixes, cleanup and deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Sep 2, 2024
1 parent a70c2a0 commit fe03ea7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Added

### Changed

### Deprecated

### Removed

### Fixed

## 5.6.1: Bug fixes, cleanup and deprecations

### Changed
- Add `rel="nofollow"` to the sorting links in the list view (#3311)
- Make injected services in `EventRegistrationController` `protected` (#3297)
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ conf.py:
copyright: 2024
project: Seminar Manager
version: 5.6
release: 5.6.0
release: 5.6.1
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 @@ -103,7 +103,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "5.6.x-dev"
"dev-main": "5.7.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.6.0',
'version' => '5.6.1',
'category' => 'plugin',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit fe03ea7

Please sign in to comment.