We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1b598 commit 6744e01Copy full SHA for 6744e01
CHANGES.md
@@ -1,3 +1,8 @@
1
+### 2025.05.12 ###
2
+
3
+* MDLSITE-7990 Fixes to make the styling work with Moodle 5.0. Credit goes to Daniel
4
+ Ureña.
5
6
### 2024.08.05 ###
7
8
* MDLSITE-6660 the "Substring" filter now allows to specify whether it applies to
version.php
@@ -25,7 +25,7 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'local_amos';
28
-$plugin->version = 2024102200;
29
-$plugin->release = '2024.10.22';
+$plugin->version = 2025051200;
+$plugin->release = '2025.05.12';
30
$plugin->maturity = MATURITY_STABLE;
31
-$plugin->requires = 2024100700;
+$plugin->requires = 2025041400;
0 commit comments