From 381a06447128b2e6f5ffe9995a4e870370954212 Mon Sep 17 00:00:00 2001 From: Jonathan Champ Date: Wed, 21 Feb 2024 18:17:23 -0500 Subject: [PATCH] release: v5.1.6 --- CHANGES.md | 5 +++++ version.php | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 94e490c5..73c39633 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## v5.1.6 ## + +- Bugfix: Update NULL registration values to fix upgrade step #574 (thanks @michael-milette) +- Code quality: Move changelog to CHANGES.md and upgrade.txt #572 + ## v5.1.5 ## - Bugfix: Add PNG/SVG calendar icon for Moodle 4.3 #558 (thanks @ScottVerbeek) diff --git a/version.php b/version.php index 9938caf8..db95d2e5 100755 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_zoom'; -$plugin->version = 2024012500; -$plugin->release = 'v5.1.5'; +$plugin->version = 2024022200; +$plugin->release = 'v5.1.6'; $plugin->requires = 2019052000; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0;