Skip to content

Commit 9177e0c

Browse files
author
semantic-release
committed
chore: release v5.0.3
1 parent 2c58149 commit 9177e0c

4 files changed

Lines changed: 59 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,62 @@
33

44
<!-- version list -->
55

6+
## v5.0.3 (2026-06-03)
7+
8+
### Bug Fixes
9+
10+
- 404 on plus icon in condensed week schedule display
11+
([`c02df1a`](https://github.com/LibreBooking/librebooking/commit/c02df1aed1184475082b509c0d6f38da92fbf5b4))
12+
13+
- Changes to the date formats for the german translation
14+
([`1486841`](https://github.com/LibreBooking/librebooking/commit/1486841378fd1be6879ee3c6ac50cf09e6a9b0d1))
15+
16+
- Grammar and spelling errors fixes for german localization
17+
([`5a5d5a1`](https://github.com/LibreBooking/librebooking/commit/5a5d5a127bfa24e4495a3d7abc583fe2200e7240))
18+
19+
- Updated and added german translation for E-Mail-Templates
20+
([`cc9bcc6`](https://github.com/LibreBooking/librebooking/commit/cc9bcc67a85e0192519deee4d194fa3750b74596))
21+
22+
- **auth**: Block unsafe external redirect targets
23+
([`813c232`](https://github.com/LibreBooking/librebooking/commit/813c232cf72aecf95848d01b36bf4faaf72415ef))
24+
25+
- **DeprecatedPHP8.5**: Transforming null values ​​to an empty string
26+
([`d4e2d44`](https://github.com/LibreBooking/librebooking/commit/d4e2d442b2b6fcc866c95f02fe5ecc1576a4949c))
27+
28+
- **reservation.label**: Avoid null replacement in attribute label formatting
29+
([`6ff0ecc`](https://github.com/LibreBooking/librebooking/commit/6ff0eccd2c039964115d6f4eb8b881330a850194))
30+
31+
- **reservations**: Validate reservation owner on create
32+
([`bd087cd`](https://github.com/LibreBooking/librebooking/commit/bd087cd215b077d1a55132bf354ef07a50b947b5))
33+
34+
- **schedule**: Centralize render completion and auto-scroll
35+
([`2c58149`](https://github.com/LibreBooking/librebooking/commit/2c581490e0a4881c0f57ae526ee48259079f16a4))
36+
37+
- **schedule**: Improved accessibility in schedule labels
38+
([`adcc7a9`](https://github.com/LibreBooking/librebooking/commit/adcc7a971ad20e3120acefb8defcd0d5c9a2587f))
39+
40+
### Code Style
41+
42+
- Add missing block data-bs-theme for cake_blue theme
43+
([`65e50c9`](https://github.com/LibreBooking/librebooking/commit/65e50c91f0e932c7b952519864da8ee6a25ac149))
44+
45+
- Remove an accidental trailing Z in the last line
46+
([`47acb61`](https://github.com/LibreBooking/librebooking/commit/47acb61dbeddb2686444ce8b04af40e2a6e8f8e1))
47+
48+
### Documentation
49+
50+
- **security**: Clarify vulnerability reporting policy
51+
([`4e2467b`](https://github.com/LibreBooking/librebooking/commit/4e2467b42dd3b4d63aded34f0011453b9e4eaf05))
52+
53+
- **security**: Document administrator trust model
54+
([`0c84051`](https://github.com/LibreBooking/librebooking/commit/0c84051f2a801a259f7e89e6f3b461335f66beeb))
55+
56+
### Refactoring
57+
58+
- **reservation**: UI improvements
59+
([`6ce75dc`](https://github.com/LibreBooking/librebooking/commit/6ce75dc3e7e688861487f11e9ca83ea7a85eead0))
60+
61+
662
## v5.0.2 (2026-05-04)
763

864
### Bug Fixes

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Only the most current stable version receives patches for security
66
vulnerabilities.
77

8-
supported_version: 5.0.2
8+
supported_version: 5.0.3
99

1010
## Reporting a Vulnerability
1111

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "LibreBooking"
1010
copyright = "2025, The LibreBooking development team"
1111
author = "The LibreBooking development team"
12-
release = "5.0.2"
12+
release = "5.0.3"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

lib/Config/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Configuration implements IConfiguration
9191
public const DEFAULT_CONFIG_ID = 'librebooking';
9292
public const CONFIG_FILE_PATH = ROOT_DIR . 'config/config.php';
9393
public const ENV_FILE_PATH = ROOT_DIR . '.env';
94-
public const VERSION = '5.0.2';
94+
public const VERSION = '5.0.3';
9595

9696
protected function __construct()
9797
{

0 commit comments

Comments
 (0)