From 33590007c5668470e712878bd1e5a185cc6206b6 Mon Sep 17 00:00:00 2001 From: Bernhard Fischer Date: Fri, 17 Jan 2025 13:05:25 +0100 Subject: [PATCH] Version 8.9.16 (2025011702) # Conflicts: # version.php --- CHANGES.md | 3 +++ version.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f46f68b3f..b3de28dbf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/version.php b/version.php index 72e3b6e3d..d5e2f52a6 100755 --- a/version.php +++ b/version.php @@ -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];