Skip to content

Commit

Permalink
Version 8.9.0 (2024121200)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibernhardf committed Dec 12, 2024
1 parent a8ab38a commit 1562d37
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.9.0 (2024121200)
* Improvement: Possibility to turn off prices for not logged in users #762.
* Improvement: Empty tabs (#709).
* Bugfix: Make campaigns backwards compatible (Wunderbyte-GmbH/Wunderbyte-GmbH#279).
* Bugfix: Correctly check overlapping for combination of two dates and one date (#757).
* Test: Fix custom behat step to use proper identificators.
* Test: New behat Scenario: Booking option: waiting list with prices (#457).

## Version 8.8.9 (2024121000)
* Improvement: Extend tests for campaign
* Bugfix: Pricedisplay with unknown identifier
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 = 2024121102;
$plugin->version = 2024121200;
$plugin->requires = 2022112800; // Requires this Moodle version. Current: Moodle 4.1.
$plugin->release = '8.8.9';
$plugin->release = '8.9.0';
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'mod_booking';
$plugin->supported = [401, 405];
Expand Down

0 comments on commit 1562d37

Please sign in to comment.