Skip to content

Commit f24783a

Browse files
committed
V404.1.0
1 parent e8dfb80 commit f24783a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Changes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
History
22
=============
33

4-
Version 404.0.2 - TBR
4+
Version 404.1.0 - 11/04/2024
55
----------------------------
66
1. Fix updating of course when adding or removing sections. Note: Known issue of the section not looking as it should.
77
2. Section navigation visibility improvements.
@@ -13,7 +13,7 @@ Version 404.0.1 - 22/04/2024
1313
----------------------------
1414
1. Release candidate version for Moodle 4.4.
1515

16-
Version 403.1.2 - TBR
16+
Version 403.1.2 - 08/04/2024
1717
----------------------------
1818
1. Fix 'Orphaned Section still appear in Index Drawer'.
1919
2. Fix 'Restrict access can cause no content in other sections to be shown.' - #202.

version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
$plugin->component = 'format_grid';
4242

4343
// Software maturity level.
44-
$plugin->maturity = MATURITY_RC;
44+
$plugin->maturity = MATURITY_STABLE;
4545

4646
// User-friendly version number.
47-
$plugin->release = '404.0.2';
47+
$plugin->release = '404.1.0';

0 commit comments

Comments
 (0)