Skip to content

Commit

Permalink
Release v4.2-r1
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Jan 15, 2024
1 parent 124b824 commit 334f9b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ moodle-tool_directsso
Changes
-------

### Unreleased
### v4.2-r1

* 2024-01-15 - Prepare compatibility for Moodle 4.2.

Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'tool_directsso';
$plugin->version = 2022112800;
$plugin->release = 'v4.1-r1';
$plugin->version = 2023042400;
$plugin->release = 'v4.2-r1';
$plugin->requires = 2023042400;
$plugin->supported = [402, 402];
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 334f9b6

Please sign in to comment.