Skip to content

Releases: LibreBooking/librebooking

v4.1.0

05 Feb 00:38

Choose a tag to compare

v4.1.0 (2026-02-05)

Bug Fixes

  • Add command-line usage instructions for CombineDbFilesTask and UpgradeDbTask causing phpstan issue (bea840d)

  • Add default value handling in ConfigurationFile::GetKey method (0f785cb)

  • Add null check in EnsureNull method (1bda603)

  • Api group update will create a new group rather than updating the group (b939389)

  • Availability edit button disappears after editing schedule (f12d65f)

  • Cannot access offset type on ShibbolethConfigKeys (a853e09)

  • Changed wrong auth details response code to 401 (da4d633)

  • Database migration for 4.0 (0b6c844)

  • Display current reservation on tablet view and refine layout (#803, 570b889)

  • Edited plugin config example to use nested layout (1b14b35)

  • Error in keycloak/oauth url generation (eb548ff)

  • Error in reservation.start.time.constraint (98b72b4)

  • Exporter page broken after config validation (f7c6c3d)

  • Flatpickr week start day ignored for Starts Today schedules (a46c31a)

  • GetConfigGroup and ConfiKeys in API (12fc5dc)

  • Ignore invalid configs in ManageConfiguration (711e01e)

  • Include conditionally displaying title and description (#941, 46d3069)

  • Informational log message changed to more appropriate level (DEBUG instead of ERROR) (dadca6b)

  • Null error on unknown key (a8363f1)

  • Reorder PSR12 rule (7c3473a)

  • Show option key rather than values on config wrong choice (e35a030)

  • Standardize log messages and improve error handling in configuration tests (0214c6d)

  • Trumbowyg fails to load when use.local.js.libs is set to true (ccaba0b)

  • Update environment variable keys and add resource options in config files (5cbd1a1)

  • Update manual database setup documentation (9c175bf)

  • Use BooleanConverter for TABLET_VIEW_ALLOW_RESERVATIONS (d941886)

  • Use ConfigKey instead of hard-coded name (62a1e9b)

  • Use default logging level of 'error' (0e850d3)

  • Use lower-case log_level (44ca668)

  • Wrong section for slack token (f407878)

  • auth: Prevent auto-registration when self-registration is disabled (9f24a5a)

  • auth: Updated plugin configuration keys into nested structures (1cfe196)

  • AutocompleteUser: Handle potential null values (d90b7ab)

  • chore: Resolve many html escape issues (c8a6396)

  • config: Preserve unknown subkeys in original structure for validation and improve error logging for invalid config values (723f238)

  • config: Update configurator to new plugin config (3fe962b)

  • htaccess: Prevent redirect loop for /Web path without trailing slash (ad8bde2)

  • image-upload: Use correct directory for uploading image (88cb94a)

  • ldap: Rename debug configuration key for consistency (f8efae3)

  • ldap: Update default search filter to be optional with improved description (7c17c7c)

  • pdf: Enhance PDF generation error handling and improve table formatting (b165000)

  • pdf: Handle default values for repeat options and reservation details in PDF generation (fda8a76)

  • profile: Resolve loading the profile page when multiple attributes (e5e423f)

  • profile: Resolve saving of unchecked checkbox in the profile (2672584)

  • reservation: Resolve html rendering in announcement emails (1fad3be)

  • reservation: Resolve weekly series checkbox status on load (d7a62b4)

  • Resources: Improve string retrieval logic (7e27ac5)

  • schedule: Correct date display and layout issues (d684695)

  • templates: Replace regex check with empty check in Italian email templates (1e71f81)

  • test: Update configuration key test (3444e6c)

  • tests: Update symbolic link creation and improve PHPUnit error handling (ae628bc)

Chores

  • Update phpstan-baseline.neon (200517a)

  • git: Enforce LF line endings (85a929f)

  • git: Normalize all line endings to LF (b211a9a)

  • phpstan: Update for 2.1.25 release (86594c1)

  • phpstan: Update phpstan-baseline.neon (79ac102)

  • scripts: Remove jQuery Timepicker plugin files (1632653)

  • templates: Remove unused Timepicker includes (9d25543)

Code Style

  • Enhance PHP-CS-Fixer rules with Symfony standards (a42d5f8)

  • Redesign API help page with Bootstrap and improved UI (3f13add)

  • vscode: Add initial .vscode/settings.json (afae984)

Continuous Integration

Read more

v4.0.0

06 Aug 15:28

Choose a tag to compare

Highlights

  • New configuration file format. Please read the documentation for more
    details. Thanks to @lucs7 for all of their work.
  • Initial work on getting PHPStan setup and working. We have level 1 working
    with no baseline and are currently using level 2 with a baseline.
  • Add configuration option to be able to choose the resource contact from a
    drop-down list of registered users.
  • Language selector now working on the login page.
  • New date selector library used, thanks @labmecanicatec

What's Changed

  • style(manage_resources): don't default collapse CustomAttributes by @JohnVillalovos in #682
  • fix: EmailMessage.php variable defined after use by @lucs7 in #683
  • fix: captchas not working by @lucs7 in #684
  • fix(participation): add missing ParticipationNotification import by @JohnVillalovos in #686
  • chore: ensure all config variables are in both config files by @JohnVillalovos in #689
  • fix(reservation): fix the delete reason not submitted when a reservation is not approved. by @belcirelk in #696
  • fix(reservation): pdf generation is not working in French by @belcirelk in #697
  • fix(API): stop storing multiple custom attributes of same type for Reources by @JohnVillalovos in #681
  • chore: Replace jQuery UI datepicker with flatpickr by @labmecanicatec in #756
  • fix(login): Language selector is not working due to httponly cookie by @belcirelk in #763
  • fix: allow setting language for non-HTTPS by @JohnVillalovos in #764
  • chore: remove exec permission from some files by @JohnVillalovos in #765
  • chore: add text to the "More Resource Actions" drop-down by @JohnVillalovos in #766
  • refactor: timezone handling and remove jstz library by @labmecanicatec in #769
  • feat: optional: resource contact may be chosen via a drop-down list of users by @JohnVillalovos in #770
  • Fix for reminders on cancelled reservations by @cgutteridge in #773
  • Fix for phpunit tests and additional error check by @lucs7 in #774
  • fix: error in WebAuthenticationTest and Facebook login by @lucs7 in #781

New Contributors

Full Changelog: v3.0.3...v4.0.0

v3.0.3

10 Jul 04:33

Choose a tag to compare

Highlights

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.2

07 Jul 23:15

Choose a tag to compare

Highlights

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

28 Jun 17:59

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

27 Jun 19:20

Choose a tag to compare

Highlights

  • Bootstrap 5 Framework and Bootstrap icons now used.
  • Modernization of the user interface.
  • Integration of libraries such as Datatables and Trumbowyg.
  • Migrate external libraries to be pulled in via composer instead of storing the code for those projects in the repository. Also upgraded versions of external libraries used.
  • Improvements to the CI system.
  • Thanks to @labmecanicatec and @lucs7 for all their work this release.

What's Changed

Read more

2.8.6.2 - GA4 Fix

19 Aug 11:30

Choose a tag to compare

The previous 2.8.6.2 had an issue with the Google Analytics 4 integration, if previously downloaded you can simply replace the globalfooter.tpl file in the tpl folder.

Check the commit history https://github.com/LibreBooking/app/commits/master for all the changes (there are many)

Thanks to everyone that has contributed, your efforts allow this project to keep going.

2.8.6.1

26 Sep 08:41

Choose a tag to compare

Many bug-fixes since the last release. This release fixes the ldap connection problem. Thanks to everyone who has contributed.

2.8.6

18 Apr 10:14

Choose a tag to compare

Librebooking now has PHP8 support
Many bugs, updates and even new features were added but the list is a bit long so for further details please check the commit history https://github.com/LibreBooking/app/commits/develop

Thanks to all that have contributed without you this release would not be possible.

2.8.5.5

11 Feb 19:52

Choose a tag to compare

Fifth maintenance release for Booked scheduler.
This release adds a security policy and fixes (hopefully) a security issue.