Skip to content

Commit

Permalink
Version 8.2.4 (2024041100)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-wunderbyte committed Apr 11, 2024
1 parent fa4bf5a commit 8c1c1c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 8.2.4 (2024041100)
* Improvement: Migrate placeholders in message controller to new placeholder classes.
* Improvement: Separate string params from placeholder param {changes}.
* Bugfix: Profile picture is destroyed by format_text so do not use it in placeholders_info but only directly where we need it.
* Bugfix: Try to fix strings for AMOS.
* Bugfix: Add missing !empty check for datafromevent property.

## Version 8.2.3 (2024041000)
* New feature: Show attachments right within booking options.
* New feature: New setting to also duplicate Moodle course when a booking option gets duplicated.
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 = 2024041000;
$plugin->version = 2024041100;
$plugin->requires = 2022112800; // Requires this Moodle version. Current: Moodle 4.1.
$plugin->release = '8.2.3';
$plugin->release = '8.2.4';
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'mod_booking';
$plugin->dependencies = [
Expand Down

0 comments on commit 8c1c1c2

Please sign in to comment.