Skip to content

Commit

Permalink
Merge branch 'release/2.0.5'
Browse files Browse the repository at this point in the history
* release/2.0.5:
  fix(workflow): Fixed typo in github workflow.
  • Loading branch information
Daniel Nolte committed Feb 26, 2024
2 parents 371d1c0 + a92d231 commit 6a20c2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
php: ['7.3', '7.4', '8.0', '8.1', '8.2']
moodle-branch: ['MOODLE_39_STABLE', 'MOODLE_310_STABLE', 'MOODLE_311_STABLE', 'MOODLE_400_STABLE', 'MOODLE_401_STABLE', 'MOODLE_402_STABLE, 'MOODLE_403_STABLE']
moodle-branch: ['MOODLE_39_STABLE', 'MOODLE_310_STABLE', 'MOODLE_311_STABLE', 'MOODLE_400_STABLE', 'MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE']
database: [pgsql, mariadb]

steps:
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog ##

- [2.0.5]:
- Fixed typo in github workflow.

- [2.0.4]:
- Shortened long course names in exported documents.

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

$plugin->component = 'mod_exammanagement'; // Full name of the plugin (used for diagnostics).
$plugin->release = '2.0.4'; // User-friendly version number.
$plugin->version = 2024022601; // The current module version (Date: YYYYMMDDXX).
$plugin->release = '2.0.5'; // User-friendly version number.
$plugin->version = 2024022602; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2020061500; // Requires this Moodle version.
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 6a20c2b

Please sign in to comment.