Skip to content

Commit

Permalink
Release v3.11-r1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Aug 14, 2021
1 parent 30a995f commit e5dab90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-local_differentiator
Changes
-------

### Unreleased
### v3.11-r1

* 2021-08-14 - Prepare compatibility for Moodle 3.11.
* 2021-08-14 - Moved previously scoped css styles to styles.css.
Expand Down
6 changes: 3 additions & 3 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 = 'local_differentiator';
$plugin->release = '1.4.4';
$plugin->version = 2020071800;
$plugin->release = 'v3.11-r1';
$plugin->version = 2021081400;
$plugin->requires = 2018051700;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [36, 311];
$plugin->supported = [36, 311];

0 comments on commit e5dab90

Please sign in to comment.