Skip to content

Commit 73f4520

Browse files
committed
Call it 2025.07.01
1 parent 53642d6 commit 73f4520

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
### 2025.05.12 ###
28

39
* MDLSITE-7990 Fixes to make the styling work with Moodle 5.0. Credit goes to Daniel

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'local_amos';
28-
$plugin->version = 2025051200;
29-
$plugin->release = '2025.05.12';
28+
$plugin->version = 2025070100;
29+
$plugin->release = '2025.07.01';
3030
$plugin->maturity = MATURITY_STABLE;
3131
$plugin->requires = 2025041400;

0 commit comments

Comments
 (0)