Skip to content

Commit a983a85

Browse files
committed
#379 - remove table lines for >= Moodle 5.0 and Boostrap 5.0
1 parent 21e3ba9 commit a983a85

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release notes
22

3+
## 2025102100
4+
5+
1. 2025-10-21: bug: #379: remove table lines for >= Moodle 5.0 and Bootstrap 5.0. Thanks @lucaboesch.
6+
37
## 2025101701
48

59
1. 2025-10-17: task: #383: Moodle 5.1 compatible.

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
defined('MOODLE_INTERNAL') || die;
3232

33-
$plugin->version = 2025101701;
33+
$plugin->version = 2025102100;
3434
$plugin->release = '(Focus on stability and extensibility)';
3535
$plugin->requires = 2024100700; // Moodle 4.5+, https://moodledev.io/general/releases#moodle-45-lts.
3636
$plugin->component = 'tool_mergeusers';

0 commit comments

Comments
 (0)