File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
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+
39v5.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 ) )
Original file line number Diff line number Diff line change 2424
2525defined ('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 ' ;
You can’t perform that action at this time.
0 commit comments