File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ 4.0.0
2+ -----
3+
4+ * Moodle 4.5+ compatibility. Thanks to 1katoda(@1katoda ), Vanja Dimkovska (@vanjadi ) and Martin Božič (@bozicm ).
5+
163.2.0
27-----
38
@@ -12,4 +17,4 @@ See [MDL-61198](https://tracker.moodle.org/browse/MDL-61198).
1217v3.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
Original file line number Diff line number Diff line change 2727
2828defined ('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 ;
You can’t perform that action at this time.
0 commit comments