File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 2424
2525defined ('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 ;
You can’t perform that action at this time.
0 commit comments