Skip to content

Commit 1ce93cf

Browse files
authored
V5.5.2: Bug fixes, cleanup and support for PHP 8.3 (#3106)
1 parent 60b9b34 commit 1ce93cf

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).
55

66
## x.y.z
77

8+
### Added
9+
10+
### Changed
11+
12+
### Deprecated
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
## 5.5.2
19+
820
### Added
921
- Add support for PHP 8.3 (#2676)
1022

@@ -16,8 +28,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1628
### Deprecated
1729
- De-deprecate the singleton-related `RegistrationManager` methods (#2816)
1830

19-
### Removed
20-
2131
### Fixed
2232
- Access superglobals directly (#2878)
2333
- Stop using the deprecated oelib gender constants (#2859)

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.5
10-
release: 5.5.1
10+
release: 5.5.2
1111
latex_documents:
1212
- - Index
1313
- seminars.tex

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

0 commit comments

Comments
 (0)