|
3 | 3 |
|
4 | 4 | <!-- version list --> |
5 | 5 |
|
| 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 | + |
6 | 62 | ## v5.0.2 (2026-05-04) |
7 | 63 |
|
8 | 64 | ### Bug Fixes |
|
0 commit comments