Skip to content

Commit 940091d

Browse files
committed
changes, version.php
1 parent 8ba3b9a commit 940091d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
CHANGELOG
22
=========
3+
4+
v5.1-r2 (2025-02-27)
5+
------------------
6+
- Bugfix: letter group does not expands with "show more" button ([#34](https://github.com/learnweb/moodle-block_townsquare/pull/34))
7+
8+
39
v5.1-r1 (2025-11-29)
410
------------------
511
- Course filter settings can be saved for future use ([#25](https://github.com/learnweb/moodle-block_townsquare/pull/25))

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
defined('MOODLE_INTERNAL') || die();
2626

27-
$plugin->version = 2025112900;
27+
$plugin->version = 2025112901;
2828
$plugin->requires = 2024100700.00; // Require Moodle 4.5.
2929
$plugin->supported = [405, 501];
3030
$plugin->component = 'block_townsquare';
3131
$plugin->maturity = MATURITY_STABLE;
32-
$plugin->release = 'v5.1-r1';
32+
$plugin->release = 'v5.1-r2';

0 commit comments

Comments
 (0)