Skip to content

Commit

Permalink
V4.1.3: Bug fixes and cleanup (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Apr 20, 2022
1 parent ab0aaf9 commit f1e4ef7
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 @@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## x.y.z

### Added

### Changed

### Deprecated

### Removed

### Fixed

## 4.1.3

### Added
- Add more tests for `NullRenderingContext` (#1316)
- Add a code coverage badge (#1313)
Expand All @@ -19,10 +31,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Upgrade to PHPUnit 8 (#1223)
- Stop using `getAccessibleMock` (#1259)

### Deprecated

### Removed

### Fixed
- Improve the fake frontend in the tests (#1299, #1300, #1301, #1302, #1303, #1304, #1305, #1307, #1309)
- Harden some queries (#1297)
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.2
release: 4.1.3
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.2',
'version' => '4.1.3',
'category' => 'plugin',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit f1e4ef7

Please sign in to comment.