Skip to content

Commit

Permalink
Version 8.1.36 (2024031200)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-wunderbyte committed Mar 12, 2024
1 parent 429d88c commit 64d2edd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 64d2edd

Please sign in to comment.