Skip to content

Commit abe189e

Browse files
committed
Call it 2025.10.20 for Moodle 5.1
1 parent f5abed7 commit abe189e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.mdtconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MDTSITE=lang.moodle.org
2-
MDTVERSION=5.0
2+
MDTVERSION=5.1
33
MDTCOMPONENT=local_amos
44
MDTRELPATH=local/amos/
55
MDTEXPORT=origin/main

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2025.10.20 ###
2+
3+
* MDLSITE-8135 Support the new directory layout introduced in Moodle 5.1
4+
15
### 2025.07.01 ###
26

37
* MDLSITE-8099 Added ability to filter additional (contributed) components only.

version.php

Lines changed: 3 additions & 3 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 = 2025070100;
29-
$plugin->release = '2025.07.01';
28+
$plugin->version = 2025102000;
29+
$plugin->release = '2025.10.20';
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->requires = 2025041400;
31+
$plugin->requires = 2025100600;

0 commit comments

Comments
 (0)