6
6
7
7
### Unreleased
8
8
9
+ * 2024-08-26 - Bugfix: Footer displacement on pages with minimal content, solves #655 .
9
10
* 2024-08-24 - Upgrade: Update Bootstrap classes for Moodle 4.4.
10
11
* 2024-08-11 - Updated Moodle Plugin CI to latest upstream recommendations
11
12
* 2024-07-24 - Test: Fix broken Behat scenario 'Suppress 'Chat to course participants' link', resolves #696
@@ -23,7 +24,7 @@ Changes
23
24
* 2024-07-04 - Upgrade: Fix Behat tests which broke due to the introduction of section pages in Moodle core.
24
25
* 2024-07-04 - Upgrade: Adopt changes in boostnavbar.php from Boost core.
25
26
* 2024-07-04 - Upgrade: Fix Behat tests which broke due to changes in the section naming in Moodle core.
26
- * 2024-07-04 - Upgrade: Adapt a Behat test as planned regarding the new theme selector in Moodle core.
27
+ * 2024-07-04 - Upgrade: Adapt a Behat test as planned regarding the new theme selector in Moodle core.
27
28
* 2024-07-04 - Upgrade: Fix Behat tests which broke due to changes on the MyCourses page in Moodle core.
28
29
* 2024-06-25 - Upgrade: Adopt and handle core changes for the footersuppressstandardfooter_ * settings, moving from callback functions to hooks.
29
30
* 2024-06-19 - Upgrade: Adopt changes in event-list-item.mustache from block_timeline in core.
@@ -32,15 +33,15 @@ Changes
32
33
* 2024-06-19 - Upgrade: Adopt changes in navbar.mustache from Boost core.
33
34
* 2024-06-01 - Prepare compatibility for Moodle 4.4.
34
35
35
- ### v4.3-r15
36
+ ### v4.3-r15
36
37
37
38
* 2024-07-11 - Bugfix: Allow external SCSS to use SCSS variables by disabling the SCSS validation, resolves #683 .
38
39
* 2024-06-23 - Upstream change: Adopt change in view-chards.mustache from MDL-70829.
39
40
* 2024-06-18 - Release: Let codechecker ignore some sniffs in the language pack.
40
41
* 2024-06-13 - Cleanup: Change @codingStandardsIgnore tags to phpcs: disable , resolves #676 .
41
42
* 2024-06-12 - Cleanup: Fix CSS warnings in external SCSS tests, resolves #674 .
42
43
43
- ### v4.3-r14
44
+ ### v4.3-r14
44
45
45
46
* 2024-06-10 - Cleanup: Introduce a dedicated Behat step to deactivate and activate debugging, resolves #670 .
46
47
* 2024-05-05 - Cleanup: Fix 'Implicitly marking a parameter as nullable is deprecated since PHP 8.4' codechecker warning, resolves #667 .
0 commit comments