Skip to content

Commit

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

### Removed

### Fixed

## 5.4.1

### Fixed
- Allow keeping an existing slugs when re-generating it (#2615)
- Fix crash when editing an event in the BE (#2614)
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: 2023
project: Seminar Manager
version: 5.4
release: 5.4.0
release: 5.4.1
latex_documents:
- - Index
- seminars.tex
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.4.0',
'version' => '5.4.1',
'category' => 'plugin',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 630c0f0

Please sign in to comment.