Skip to content

Commit 047525c

Browse files
committed
chore(release): 1.1.11
1 parent 1136cf8 commit 047525c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

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.11](https://github.com/necodeIT/lb_planner_plugin/compare/1.1.10...1.1.11) (2025-10-19)
6+
7+
8+
### Bug Fixes
9+
10+
* Kanban board crash due to misnamed DB field ([#97](https://github.com/necodeIT/lb_planner_plugin/issues/97)) ([1136cf8](https://github.com/necodeIT/lb_planner_plugin/commit/1136cf878560b2facc13c7d583a40e0898627707))
11+
512
## [1.1.10](https://github.com/necodeIT/lb_planner_plugin/compare/1.1.9...1.1.10) (2025-10-15)
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.10';
31-
$plugin->version = 202510150000;
30+
$plugin->release = '1.1.11';
31+
$plugin->version = 202510190000;
3232
$plugin->dependencies = [
3333
// Depend upon version 2023110600 of local_modcustomfields.
3434
'local_modcustomfields' => 2023110600,

0 commit comments

Comments
 (0)