Skip to content

Commit

Permalink
Version 8.8.4 (2024120300)
Browse files Browse the repository at this point in the history
  • Loading branch information
eynimeni committed Dec 3, 2024
1 parent e458e50 commit 4664f2e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Version 8.8.4 (2024120300)
* Improvement: Add type=imageleft (or imageright) to shortcode 'courselist' to show header images.
* Improvement: Campaigns allow multiple profile fields
* Improvement: Set relative cancellation dates until midnight of selected day
* Improvement: Format string on changes values from customfields
* Bugfix: Apply campaigns correctly for users not logged in.
* Bugfix: check userprofilefield doesn't break view for users not logged in

## Version 8.8.3 (2024112800)
* New feature: List views with header image on left or right side. (#233)
* Improvement: Pass template data via Wunderbyte table. (#233)
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 = 2024120200;
$plugin->version = 2024120300;
$plugin->requires = 2022112800; // Requires this Moodle version. Current: Moodle 4.1.
$plugin->release = '8.8.3';
$plugin->release = '8.8.4';
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'mod_booking';
$plugin->supported = [401, 405];
Expand Down

0 comments on commit 4664f2e

Please sign in to comment.