Skip to content

Commit 225efef

Browse files
feat: release v3.0.3
* Update the CHANGELOG.md with v3.0.3 changes. * Change version from 3.0.1 to 3.0.3 in various places.
1 parent 0d1d530 commit 225efef

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# CHANGELOG
22

3+
## 3.0.3 - 2025-07-09
4+
5+
### Highlights
6+
7+
* Improvements to the Installation guide at
8+
<https://librebooking.readthedocs.io/en/latest/INSTALLATION.html>
9+
10+
### What's Changed
11+
12+
* fix(API): add endpoint to get resource types by @JohnVillalovos in <https://github.com/LibreBooking/app/pull/663>
13+
* remove old docs by @JohnVillalovos in <https://github.com/LibreBooking/app/pull/665>
14+
* fix(schedule): datepicker conflicts with url validation by @lucs7 in <https://github.com/LibreBooking/app/pull/661>
15+
* Fix for #671 / Adjusting css to enable datepicker styling by @lucs7 in <https://github.com/LibreBooking/app/pull/673>
16+
* doc: remove trailing whitespace from *.rst files by @JohnVillalovos in <https://github.com/LibreBooking/app/pull/674>
17+
* fix(CustomAttribute): handle invalid data by @JohnVillalovos in <https://github.com/LibreBooking/app/pull/662>
18+
* fix: allow guests to book reservations by @JohnVillalovos in <https://github.com/LibreBooking/app/pull/668>
19+
* update(docs): update installation documentation: cloning, composer setup, and database config by @labmecanicatec in <https://github.com/LibreBooking/app/pull/675>
20+
* docs: add link to API docs, use notes, update PHP version by @JohnVillalovos in <https://github.com/LibreBooking/app/pull/676>
21+
22+
**Full Changelog**: <https://github.com/LibreBooking/app/compare/v3.0.2...v3.0.3>
23+
324
## 3.0.2 - 2025-07-07
425

526
### Highlights

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Only the most current stable version will receive patches for security vulnerabi
66

77
| Version | Supported |
88
| ------- | ------------------ |
9-
| 3.0.1 | :white_check_mark: |
9+
| 3.0.3 | :white_check_mark: |
1010

1111
Please report (suspected) security vulnerabilities to
1212
**[librebooking@outlook.com](mailto:librebooking@outlook.com)**. I will try to

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 = "3.0.1"
12+
release = "3.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
@@ -81,7 +81,7 @@ class Configuration implements IConfiguration
8181
public const DEFAULT_CONFIG_ID = 'librebooking';
8282
public const DEFAULT_CONFIG_FILE_PATH = 'config/config.php';
8383

84-
public const VERSION = '3.0.1';
84+
public const VERSION = '3.0.3';
8585

8686
protected function __construct()
8787
{

0 commit comments

Comments
 (0)