Skip to content

Releases: ncstate-delta/moodle-mod_zoom

v5.2.3

25 Jul 15:52
aa82084
Compare
Choose a tag to compare
  • Bugfix: Duration language string was incorrectly specifying units #250 (thanks @abias)
  • Bugfix: Stop using deprecated core-course-module-description for mobile app v4.4.0 #602 (thanks @dpalou)
  • Code quality: Align with moodle-cs v3.4.9 #605
  • Regression: recordingtype column was too small for some type strings #605 (thanks @samwitzig, @acquaalta)
    • Introduced in v5.2.1 when fixing recording type language strings.

v5.2.2

16 May 15:22
37b958b
Compare
Choose a tag to compare

Bugfix: Keep recordings even if the API errors #593 (thanks @LGPoly, @mjleblanc, @jrchamp)

v5.2.1

25 Apr 15:29
e2f6f7b
Compare
Choose a tag to compare
  • Bugfix: Set icon size to something reasonable on Moodle 4.3 #581 (thanks @haietza)
  • Bugfix: Save Zoom data (e.g. join_url) when updating instance #585 (thanks @selimmeziti)
  • Bugfix: Form sections can now toggle independently #587 (thanks @kiratskitizing)
  • Bugfix: Differentiate between multiple recording types #578 (thanks @welegionsr)
  • Bugfix: Granular OAuth scopes work now #590 (thanks @amendezinserver, @jport500, @haietza, Kohei SHIRAHAMA)
  • Code quality: Move function from view page to locallib #584
  • Code quality: Freshen GitHub Action to match moodle-plugin-ci #584
  • Code quality: Align with moodle-cs v3.4.6 #584

v5.2.0

07 Mar 16:46
a6dddce
Compare
Choose a tag to compare
  • Feature: Grading based on attendance duration #477 (thanks @fmido88)
    • New settings zoom/gradingmethod, zoom/unamedisplay
    • New per activity setting grading_method

v5.1.6

22 Feb 16:10
824b487
Compare
Choose a tag to compare
  • Bugfix: Update NULL registration values to fix upgrade step #574 (thanks @michael-milette)
  • Code quality: Move changelog to CHANGES.md and upgrade.txt #572 (thanks @jrchamp)

v5.1.5

29 Jan 15:06
66fefba
Compare
Choose a tag to compare
  • Bugfix: Add PNG/SVG calendar icon for Moodle 4.3 #558 (thanks @ScottVerbeek)
  • Bugfix: Display user fullname in breakout room participant list #562 (thanks @mofetdanielsmolkin)
  • Bugfix: Sort session report by start time #567
  • Code quality: Namespace CSS identifiers #560 (thanks @danielcifuentesopen)
  • Code quality: Optimize SVGs #561 (thanks @jakearchibald for SVGOMG)
  • Code quality: Remove long-forgotten todo PHPDoc tags causing warnings in moodle-cs v3.3.13
  • Regression: Registration field default was accidentally upgrading to null #565 (thanks @michael-milette)
    • Introduced in v5.1.0 when fixing recording field definition.

v5.1.4

14 Dec 16:53
d4559a9
Compare
Choose a tag to compare
  • Bugfix: Avoid breaking completion defaults form in Moodle 4.3 #555 (thanks @opitz)
  • Regression: 'Use' missing classes required for Moodle app #554 (thanks ramprakash k)
    • Introduced in v5.1.1 when moving classes into namespaces.

v5.1.3

01 Dec 18:24
d4db341
Compare
Choose a tag to compare
  • Bugfix: Allow editing a past Zoom meeting without changing the time #545 (thanks @davefoord, @tlock)
  • Bugfix: Remove unused start_url field from the database #546 (thanks @ShilVita)
  • Regression: "Recurring No Time" admin setting was defaulting to "Daily" #544 (thanks @easegill)
    • Introduced in v4.9.0 when adding support for meeting registration.

v5.1.2

10 Nov 17:56
ca6bcd5
Compare
Choose a tag to compare
  • Bugfix: Skip redundant calendar permissions check #535 (thanks @danowar2k)
  • Bugfix: Initialize scopes from cache to avoid TypeError #542 (thanks @foxlapinou)
  • Regression: Restore exceptions were not being caught #537
    • Introduced in v5.1.1 when moving classes into namespaces.
  • Code quality: Void test return types in moodle-cs v3.3.10 #536

v5.1.1

19 Oct 15:37
c7dba43
Compare
Choose a tag to compare
  • 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