Skip to content

Releases: ncstate-delta/moodle-mod_zoom

v5.3.1

13 Mar 15:11
9822eb7
Compare
Choose a tag to compare

v5.3.0

06 Mar 19:49
9307899
Compare
Choose a tag to compare
  • Feature: Protect groups from license reassignment #630 (thanks @izendegi, @tsostef, @lcollong)
    • New setting zoom/protectedgroups
    • Optional OAuth scope group:read:list_groups:admin or group:read:admin
  • Bugfix: Incorrect rendering of HTML characters in recording passcodes #637 (thanks @FrancescoTerrosi)
  • Bugfix: More detailed error messages #639 (thanks @ahmadalwa)
  • Bugfix: Check a task's necessary scopes prior to API calls #642 (thanks @syedaawais)
  • Bugfix: Remove calendar events for deleted meeting occurrences #645 (thanks @mei-cberry)
  • Code quality: Forward compatibility for PHPUnit #640
  • Regression: Moodle 3.7 support #638 (thanks @gzvol)
    • Introduced in v5.2.0 when adding attendance-based grading.
  • Regression: Moodle 3.8+ support #644 (thanks @cybernotic, @bobopinna)
    • Introduced in unreleased code when fixing Moodle 3.7 support.

v5.2.5

16 Jan 16:47
a558559
Compare
Choose a tag to compare
  • Bugfix: Validation for registration #622 (thanks @paulandm)
  • Code quality: Check Moodle 4.5; skip Moodle 4.2 #631
  • Code quality: Remove legacy reference to local_mobile service #632

v5.2.4

16 Oct 19:32
a21bd8d
Compare
Choose a tag to compare
  • Bugfix: Apply Moodle filters to the Zoom topic and description #615 (thanks @behanw)
  • Bugfix: Temporarily use string 'null' when recording_type is null #620 (thanks @smangancap)
  • Accessibility: Migrate Bootstrap .label to .badge (Bootstrap 3 -> 4/5) #608 (thanks @sgrandh3)
  • Accessibility: Add table headers and IDs to activity details sections and rows #612 (thanks @a-kempka)
  • Code quality: Check Moodle 4.4 and PHP 8.3 #611

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.