From 212f235af84643bc2fbbcbc0305ebcc627826bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mudr=C3=A1k?= Date: Wed, 4 Aug 2021 15:29:14 +0200 Subject: [PATCH] Call it 6.0.1 --- CHANGES.md | 6 ++++++ version.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c462fe1..0b35de1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/version.php b/version.php index 7594421..880676b 100644 --- a/version.php +++ b/version.php @@ -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;