Skip to content

Commit 96fc7e8

Browse files
Update readme and version for the 3.1 release
1 parent ec7a696 commit 96fc7e8

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

changes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change log for the Edit dates report
22

3+
## Changes in 3.1
4+
5+
* This version is compatible with Moodle 5.0.
6+
* Updated automated tests to support newer Moodle versions.
7+
* Fixed coding style issues.
8+
* Log events: removed legacy logging methods for compatibility with Moodle 4.2.
9+
* Removed references to mod_assignment, which was deprecated and removed from core in Moodle 4.2.
10+
311
## Changes in 3.0
412

513
* This version works with Moodle 4.0.

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424

2525
defined('MOODLE_INTERNAL') || die;
2626

27-
$plugin->version = 2022051600;
28-
$plugin->requires = 2020061500;
27+
$plugin->version = 2025072300;
28+
$plugin->requires = 2024042200;
2929
$plugin->component = 'report_editdates';
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->release = '3.0 for Moodle 3.11+';
31+
$plugin->release = '3.1 for Moodle 4.4+';
3232

3333
$plugin->outestssufficient = true;

0 commit comments

Comments
 (0)