Skip to content

Commit

Permalink
Release v4.3-r3
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Jun 18, 2024
1 parent dc83bfc commit 5ff5e94
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-enrol_semco
Changes
-------

### Unreleased
### v4.3-r3

* 2024-06-01 - Bugfix: Remove debug warning in enrol_semco_enrol_user webservice endpoint.
* 2024-06-01 - Upgrade: Migrate the enrol_semco_before_standard_top_of_body_html() function to the new hook callback on Moodle 4.4.
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 = 'enrol_semco';
$plugin->version = 2023100907;
$plugin->release = 'v4.3-r2';
$plugin->version = 2023100908;
$plugin->release = 'v4.3-r3';
$plugin->requires = 2023100900;
$plugin->supported = [403, 403];
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 5ff5e94

Please sign in to comment.