Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Feb 29, 2024
1 parent 9c7786e commit 6d24096
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'main']
moodle-branch: ['MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'main']
php: ['8.1']
database: ['mariadb', 'pgsql']
include:
Expand Down
10 changes: 5 additions & 5 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

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

$plugin->requires = 2022041900;
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'enrol_coursecompleted';
$plugin->supported = [400, 403];
$plugin->release = 'v4.1.1';
$plugin->version = 2023110200;

$plugin->requires = 2023042400;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [402, 403];
$plugin->release = 'v4.2.1';
$plugin->version = 2024022900;

0 comments on commit 6d24096

Please sign in to comment.