Skip to content

Commit

Permalink
Version 8.8.5 (2024120400)
Browse files Browse the repository at this point in the history
  • Loading branch information
eynimeni committed Dec 4, 2024
1 parent 3a7b5aa commit cce2a69
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.8.5 (2024120400)
* Improvement: Nav tabs for mobile view
* Bugfix: Prevent booking rules from being sent on inactive configuration
* Bugfix: No price if fallback for default price is off
* Bugfix: Notification list only for logged in users & display price
* Bugfix: Several fixes for self-learning courses

## Version 8.8.4 (2024120300)
* Improvement: Add type=imageleft (or imageright) to shortcode 'courselist' to show header images.
* Improvement: Campaigns allow multiple profile fields
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 = 2024120300;
$plugin->version = 2024120400;
$plugin->requires = 2022112800; // Requires this Moodle version. Current: Moodle 4.1.
$plugin->release = '8.8.4';
$plugin->release = '8.8.5';
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'mod_booking';
$plugin->supported = [401, 405];
Expand Down

0 comments on commit cce2a69

Please sign in to comment.