Skip to content

Releases: ncstate-delta/moodle-mod_zoom

v5.5.0 release

16 Apr 15:55
2f1e5a8

Choose a tag to compare

  • Feature: Add generator for Behat tests #687 (thanks @armccoy)
  • Bugfix: Fix duplicate string syntax with recording messages #695 (thanks @jrchamp)
  • Bugfix: Change from legacy to archetypes for capability types in access file #694 (thanks @jrchamp)
  • Bugfix: Prioritize Moodle capabilities over assumed access of hosts #703 (thanks @jrchamp)
    • Removed string mod_zoom/start_meeting
  • Bugfix: Role switching now properly uses capabilities instead of assuming hosts have all access #697 (thanks @cbounphengsy)
  • Feature: Added setting for pre-assigned breakout rooms #699 (thanks @cbounphengsy)
    • New setting zoom/preassignbreakoutrooms
    • New string mod_zoom/setting_breakoutroom
    • New string mod_zoom/setting_breakoutroom_help
  • Bugfix: Remove debug message from admin settings page #705 (thanks @karenliulll)
  • CI: Only use requested images; enable opcache #706 (thanks @jrchamp)
  • Bugfix: Use ESM format for form.js and add Bootstrap 5 support #701 (thanks @jrchamp)
  • Bugfix: Call grade reset when Zoom reset userdata is checked #700 (thanks @smbader)
  • Bugfix: Only notify active enrollments of iCal events #708 (thanks @paulandm)
  • Hardening: Provide more context with get_recording_url_list #709 (thanks @jrchamp)
  • Bugfix: configuration setting moved from generator to Behat feature file #710 (thanks @jrchamp)
  • Feature: Update module language string for 5.2 support #711 (thanks @jrchamp)
    • New string mod_zoom/modulename_summary
    • New string mod_zoom/modulename_tip

v5.4.5

16 Oct 15:57
0fce067

Choose a tag to compare

  • Bugfix: Case-insensitive comparisons for alternative host emails #677
  • Hardening: Verify zoomid when toggling recording visibility #681
  • CI: add Moodle 5.1 checks #679

v5.4.4

07 Aug 16:05
cea0487

Choose a tag to compare

v5.4.3

21 Jul 21:01
7e6a39a

Choose a tag to compare

  • Bugfix: Rename string to avoid flawed database upgrade step #668 (thanks @samwitzig)

v5.4.2

10 Jul 15:28
cfd8253

Choose a tag to compare

v5.4.1

03 Jul 15:45
c9fa7bb

Choose a tag to compare

  • Bugfix: Fix stringid capitalization in upgrade step #659 (thanks @Ethan-DevIT)
  • Bugfix: Dashboard API was not working for get_meeting_reports #662 (thanks @Caspiofri)
  • Code quality: Apply moodle-cs for line wrapping in send_ical_notifications

v5.4.0

20 May 15:41
53bcd4d

Choose a tag to compare

  • Feature: Send iCal Notifications #623 (thanks @paulandm, @OpenCollabZA)
    • New setting zoom/sendicalnotifications
    • New message mod_zoom/ical_notifications
    • New table zoom_ical_notifications
    • New task mod_zoom\task\send_ical_notifications
  • Bugfix: Create Zoom user webservice method used outdated action. #655 (thanks @yedidiaklein)
  • Bugfix: Detailed error messages when editing activities #656 (thanks @Chatharina)
  • Code quality: Check Moodle 5.0 #654

v5.3.1

13 Mar 15:11
9822eb7

Choose a tag to compare

v5.3.0

06 Mar 19:49
9307899

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

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