From 60ec4cf02a0548c0c3af297237abfd610c080764 Mon Sep 17 00:00:00 2001 From: Jonathan Champ Date: Fri, 29 Sep 2023 22:21:20 -0400 Subject: [PATCH] release: v5.1.1 --- README.md | 13 +++++++++++++ version.php | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70f62549..1175bb12 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,19 @@ server is properly synchronized with the time servers. ## Changelog +v5.1.1 + +- Bugfix: Get all meeting recordings, not just the last occurrence #517 (thanks @LGPoly) +- Bugfix: Choose meeting reports API based on OAuth permissions #525 (thanks @xmontana) +- Bugfix: Get meeting reports based on end time #514 (thanks @xmontana) +- Bugfix: Stop showing dates for 'No Fixed Time' meetings #529 (thanks @Melle-Amu) +- Bugfix: Fix external class namespace #530 (thanks @danmarsden) +- Bugfix: Store recording types as language keys, not translated strings #516 +- Bugfix: Define testcase class properties (PHP 8.2) #522 +- Code quality: Align with Moodle's new moodle-extra ruleset #521 +- Code quality: Array syntax updates in moodle-cs v3.3.7 #524 +- Code quality: Test against Moodle 4.3 and PHP 8.2 #531 + v5.1.0 - Feature: Show activity date/time directly on course page #509 (thanks @cdipe) diff --git a/version.php b/version.php index 155bcb0e..818b9c29 100755 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_zoom'; -$plugin->version = 2023082400; -$plugin->release = 'v5.1.0'; +$plugin->version = 2023101900; +$plugin->release = 'v5.1.1'; $plugin->requires = 2019052000; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0;