Skip to content

Commit 6744e01

Browse files
committed
Call it 2025.05.12 for Moodle 5.0
1 parent bd1b598 commit 6744e01

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
### 2024.08.05 ###
27

38
* MDLSITE-6660 the "Substring" filter now allows to specify whether it applies to

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 = 2024102200;
29-
$plugin->release = '2024.10.22';
28+
$plugin->version = 2025051200;
29+
$plugin->release = '2025.05.12';
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->requires = 2024100700;
31+
$plugin->requires = 2025041400;

0 commit comments

Comments
 (0)