diff --git a/CHANGES.md b/CHANGES.md index ed23746b0..e87ab6875 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## Version 8.1.36 (2024031200) +* Improvement: New settings for max. per user and improvements to general settings. +* Tests: New phpunit tests for reminder mails and teacher reminders. + ## Version 8.1.35 (2024031100) * Bugfix: No need to destroy singleton when creating new booking instances. * Bugfix: Add missing strings (assesstimestart, assesstimefinish). diff --git a/version.php b/version.php index dd3a39dc8..811c0eb71 100755 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024031100; +$plugin->version = 2024031200; $plugin->requires = 2022041900; // Requires this Moodle version. Current: Moodle 4.0.0. -$plugin->release = '8.1.35'; +$plugin->release = '8.1.36'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'mod_booking'; $plugin->dependencies = [