Skip to content

Commit 25f1412

Browse files
committed
chore(release): 1.1.4
1 parent ad4fb10 commit 25f1412

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.4](https://github.com/necodeIT/lb_planner_plugin/compare/1.1.3...1.1.4) (2025-09-28)
6+
7+
8+
### Bug Fixes
9+
10+
* Unhide courses without enddate + various minor fixes ([#82](https://github.com/necodeIT/lb_planner_plugin/issues/82)) ([ad4fb10](https://github.com/necodeIT/lb_planner_plugin/commit/ad4fb107b40e794f1cd5421a3758e81ea625f393))
11+
512
## [1.1.3](https://github.com/necodeIT/lb_planner_plugin/compare/1.1.2...1.1.3) (2025-09-26)
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.3';
31-
$plugin->version = 202509260003;
30+
$plugin->release = '1.1.4';
31+
$plugin->version = 202509280000;
3232
$plugin->dependencies = [
3333
// Depend upon version 2023110600 of local_modcustomfields.
3434
'local_modcustomfields' => 2023110600,

0 commit comments

Comments
 (0)