Skip to content

Commit

Permalink
Update version + README
Browse files Browse the repository at this point in the history
  • Loading branch information
davosmith committed Feb 2, 2024
1 parent 41b3b03 commit 5b8d1f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Students are presented with a simple chart showing how far they have progressed

==Changes==

* 2024-02-02 - 3.9.4.1 - fix compatibility issue with M3.9 - M4.1 introduced in previous commit
* 2024-01-20 - 3.9.4.0 - now works with Moodle Mobile App, thanks to Dani & Pau from Moodle HQ your help with this at the Global Moodle Moot and Dani for finishing this work off afterwards!
* 2023-11-27 - 3.9.3.6 - fix completion rule handling for M4.3. Thanks to opitz for the fix.
* 2023-10-02 - 3.9.3.5 - update GitHub actions ready for 4.3 release, fix PHP8.2 compatibility issue and M4.3 compatibility issue
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

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

$plugin->version = 2024012000; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2024020200; // The current module version (Date: YYYYMMDDXX).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.9.4.0';
$plugin->release = '3.9.4.1';
$plugin->requires = 2020061500; // Moodle 3.9.0.
$plugin->component = 'mod_checklist';
$plugin->supported = [39, 403];

0 comments on commit 5b8d1f1

Please sign in to comment.