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 53642d6 commit 73f4520Copy full SHA for 73f4520
CHANGES.md
@@ -1,3 +1,9 @@
1
+### 2025.07.01 ###
2
+
3
+* MDLSITE-8099 Added ability to filter additional (contributed) components only.
4
+* MDLSITE-8099 Added a message that there is not enough memory to process the current
5
+ filter setting.
6
7
### 2025.05.12 ###
8
9
* MDLSITE-7990 Fixes to make the styling work with Moodle 5.0. Credit goes to Daniel
version.php
@@ -25,7 +25,7 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'local_amos';
28
-$plugin->version = 2025051200;
29
-$plugin->release = '2025.05.12';
+$plugin->version = 2025070100;
+$plugin->release = '2025.07.01';
30
$plugin->maturity = MATURITY_STABLE;
31
$plugin->requires = 2025041400;
0 commit comments