Skip to content

Commit

Permalink
Call it 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Aug 4, 2021
1 parent 46bfd03 commit 212f235
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 6.0.1 ###

* Behat and PHPUnit tests updated and tested on Moodle 3.9 - 3.11.
* Fixed minor coding style issues reported by phpcs.
* Git `master` branch renamed to `main`.

### 6.0.0 ###

* Improved styling of the "Add a block" widget to distinguish it from other existing
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_poster';
$plugin->release = '6.0.0';
$plugin->version = 2021022100;
$plugin->release = '6.0.1';
$plugin->version = 2021022101;
$plugin->requires = 2020061500;
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 212f235

Please sign in to comment.