Skip to content

Commit

Permalink
Version 8.9.16 (2025011702)
Browse files Browse the repository at this point in the history
# Conflicts:
#	version.php
  • Loading branch information
ibernhardf committed Jan 17, 2025
1 parent 18e9142 commit 3359000
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Version 8.9.16 (2025011702)
* Bugfix: Only add setting optionviewcustomfields if custom fields exist.

## Version 8.9.15 (2025011700)
* Hotfix: Make sure missing rules_info in lib.php does not break the upgrade. (#805)

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 = 2025011700;
$plugin->version = 2025011702;
$plugin->requires = 2022112800; // Requires this Moodle version. Current: Moodle 4.1.
$plugin->release = '8.9.15';
$plugin->release = '8.9.16';
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'mod_booking';
$plugin->supported = [401, 405];
Expand Down

0 comments on commit 3359000

Please sign in to comment.