Skip to content

Commit b290c1d

Browse files
committed
release 4.0.0
1 parent 5b557e1 commit b290c1d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.0.0
2+
-----
3+
4+
* Moodle 4.5+ compatibility. Thanks to 1katoda(@1katoda), Vanja Dimkovska (@vanjadi) and Martin Božič (@bozicm).
5+
16
3.2.0
27
-----
38

@@ -12,4 +17,4 @@ See [MDL-61198](https://tracker.moodle.org/browse/MDL-61198).
1217
v3.0.0
1318
------
1419
* Add support for Moodle versions 3.3 and higher by complete rewrite using Moodle 3.3 format_weeks as code base
15-
* Add "Hide future week" settings
20+
* Add "Hide future week" settings

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
defined('MOODLE_INTERNAL') || die();
2929

30-
$plugin->version = 2019020300; // The current plugin version (Date: YYYYMMDDXX).
30+
$plugin->version = 2025102700; // The current plugin version (Date: YYYYMMDDXX).
3131
$plugin->requires = 2017111300; // Requires this Moodle version.
3232
$plugin->component = 'format_weeksrev'; // Full name of the plugin (used for diagnostics).
33-
$plugin->release = '3.2.0';
33+
$plugin->release = '4.0.0';
3434
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)