File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44<!-- version list -->
55
6+ ## v5.0.2 (2026-05-04)
7+
8+ ### Bug Fixes
9+
10+ - ** theme** : Enhance color contrast for better accessibility
11+ ([ ` 5cf0301 ` ] ( https://github.com/LibreBooking/librebooking/commit/5cf0301d02f713d68087632bd9b027ccdf50db83 ) )
12+
13+
614## v5.0.1 (2026-05-03)
715
816### Bug Fixes
Original file line number Diff line number Diff line change 44
55Only the most current stable version will receive patches for security vulnerabilities.
66
7- supported_version: 5.0.1
7+ supported_version: 5.0.2
88
99Please report (suspected) security vulnerabilities to
1010** [ librebooking@outlook.com ] ( mailto:librebooking@outlook.com ) ** . I will try to
Original file line number Diff line number Diff line change 99project = "LibreBooking"
1010copyright = "2025, The LibreBooking development team"
1111author = "The LibreBooking development team"
12- release = "5.0.1 "
12+ release = "5.0.2 "
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff 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.1 ' ;
94+ public const VERSION = '5.0.2 ' ;
9595
9696 protected function __construct ()
9797 {
You can’t perform that action at this time.
0 commit comments