Skip to content

Commit

Permalink
V4.1.5: Bug fixes (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored May 12, 2022
1 parent c9ee2fc commit 0439a04
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,25 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z

### Added
- Advertise the 11LTS crowdfunding campaign (#1338)

### Changed
- Bump the mkforms and rn_base dependencies (#1329)
- Remove the version constraints from the extension suggestions (#1337)
- Require oelib >= 4.1.6 (#1325)

### Deprecated

### Removed

### Fixed

## 4.1.5

### Added
- Advertise the 11LTS crowdfunding campaign (#1338)

### Changed
- Bump the mkforms and rn_base dependencies (#1329)
- Remove the version constraints from the extension suggestions (#1337)
- Require oelib >= 4.1.6 (#1325)

### Fixed
- Avoid crash with empty file titles (#1342)

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: 2022
project: Seminar Manager
version: 4.1
release: 4.1.4
release: 4.1.5
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' => '4.1.4',
'version' => '4.1.5',
'category' => 'plugin',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 0439a04

Please sign in to comment.