Skip to content

Commit

Permalink
Update #2 Increase size of groupslist col
Browse files Browse the repository at this point in the history
  • Loading branch information
luukverhoeven committed Apr 4, 2024
1 parent 68f8119 commit 681a263
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y5DQB9F8AJB
- 1.1.2 : stable version working as admin tool plugin for Moodle 3.x
- 3.9.0 : Moodle 3.9 & PHP7.2 version | Moodle 4.0 & PHP 7.4 version | Moodle 4.1 & PHP 8.0 version
- 4.2.0 : Moodle 4.2 & PHP 8.0 version
- 4.2.1 : Fix (https://github.com/Lesterhuis-Training-en-Consultancy/moodle-tool_groupautoenrol/issues/2) Increase size of groupslist col #2
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

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

$plugin->version = 2024030400; // The (date) version of this module + 2 extra digital for daily versions.
$plugin->version = 2024040400; // The (date) version of this module + 2 extra digital for daily versions.
$plugin->requires = 2020061500; // Requires this Moodle version - at least 3.9.
$plugin->supported = [39, 402];
$plugin->cron = 0;
$plugin->component = 'tool_groupautoenrol';
$plugin->release = '4.2.0';
$plugin->release = '4.2.1';
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 681a263

Please sign in to comment.