Skip to content

Commit

Permalink
Merge branch '3.11.1_release' into 'master'
Browse files Browse the repository at this point in the history
Version bump 3.11.1

See merge request workplace/moodle-mod_coursecertificate!52
  • Loading branch information
marinaglancy committed Jul 20, 2021
2 parents 663b378 + b61adf7 commit 56350ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.11.1 (2021072000)
### Changed
- Coding style fixes

## 3.11 (2021060800)
### Changed
- Compatibility with Moodle 3.9 - 3.11
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'mod_coursecertificate';
$plugin->release = '3.11';
$plugin->version = 2021060800;
$plugin->release = '3.11.1';
$plugin->version = 2021072000;
$plugin->requires = 2020061502.00;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [39, 311];
$plugin->dependencies = [
'tool_certificate' => 2021060800
'tool_certificate' => 2021072000
];

0 comments on commit 56350ab

Please sign in to comment.