Skip to content

Commit bffc5c6

Browse files
committed
chore(release): 1.1.6
1 parent e536faf commit bffc5c6

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [1.1.6](https://github.com/necodeIT/lb_planner_plugin/compare/1.1.5...1.1.6) (2025-10-01)
6+
7+
8+
### Bug Fixes
9+
10+
* Automatically unreserve overlapping slots on book_reservation ([#86](https://github.com/necodeIT/lb_planner_plugin/issues/86)) ([e536faf](https://github.com/necodeIT/lb_planner_plugin/commit/e536fafcb787d9f244c400731cda4a59bf263edf))
11+
* Missing functions declarations ([#84](https://github.com/necodeIT/lb_planner_plugin/issues/84)) ([91b7e06](https://github.com/necodeIT/lb_planner_plugin/commit/91b7e06232cf40ca14710364220335d51aabd61d))
12+
* User ID check in unbook_reservation ([#85](https://github.com/necodeIT/lb_planner_plugin/issues/85)) ([ec14167](https://github.com/necodeIT/lb_planner_plugin/commit/ec141676be984899fa8e5b83a8c8b451a33752ba))
13+
514
## [1.1.5](https://github.com/necodeIT/lb_planner_plugin/compare/1.1.4...1.1.5) (2025-09-28)
615

716

lbplanner/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
$plugin->requires = 2024042200.00; // Require Moodle >=4.4.0.
2828
$plugin->maturity = MATURITY_BETA;
2929
$plugin->component = 'local_lbplanner';
30-
$plugin->release = '1.1.5';
31-
$plugin->version = 202509280002;
30+
$plugin->release = '1.1.6';
31+
$plugin->version = 202510010000;
3232
$plugin->dependencies = [
3333
// Depend upon version 2023110600 of local_modcustomfields.
3434
'local_modcustomfields' => 2023110600,

0 commit comments

Comments
 (0)