Skip to content

Commit ca4705c

Browse files
committed
chore(release): 1.1.7
1 parent 337474a commit ca4705c

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.7](https://github.com/necodeIT/lb_planner_plugin/compare/1.1.6...1.1.7) (2025-10-02)
6+
7+
8+
### Bug Fixes
9+
10+
* Removing supervisor from slot ([#87](https://github.com/necodeIT/lb_planner_plugin/issues/87)) ([337474a](https://github.com/necodeIT/lb_planner_plugin/commit/337474ac95dd0edf59c3623656014ca1fcaef5c8))
11+
512
## [1.1.6](https://github.com/necodeIT/lb_planner_plugin/compare/1.1.5...1.1.6) (2025-10-01)
613

714

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.6';
31-
$plugin->version = 202510010000;
30+
$plugin->release = '1.1.7';
31+
$plugin->version = 202510020000;
3232
$plugin->dependencies = [
3333
// Depend upon version 2023110600 of local_modcustomfields.
3434
'local_modcustomfields' => 2023110600,

0 commit comments

Comments
 (0)