Skip to content

Latest commit

 

History

History
115 lines (79 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

115 lines (79 loc) · 2.83 KB

Changelog

v1.7.0

  • Compatibility with Moodle 4.4
  • Raised minimum required version to Moodle 4.4

v1.6.1

  • Fixed malformatted language file

v1.6.0

  • Ability to set the default organiser of instance meetings
  • Additional teachers now define co-organisers instead of presenters
  • In rare occasion, the lobby could be shown instead of redirecting to the meeting

v1.5.2

  • Update navigation following Moodle 4.x update

v1.5.1

  • Add link to index page to course navigation

v1.5.0

  • Setting to support setting all attendees as presenters of meeting
  • Setting to set the list of teachers (presenters)

v1.4.0

  • Setting to set whether the list of attendees is set against a meeting
  • Setting to set whether the chat is open after meeting ends
  • Disable chat and lobby bypass when deleting the activity

v1.3.4

  • Module index page includes information about activity setup and meeting link
  • Disable 'Save and display' when creating a new instance

v1.3.3

  • Declare the module as an activity instead of a resource

v1.3.2

  • Group mode always set to "No groups" by default upon instance creation

v1.3.1

  • Admin setting to prefix onlineMeeting instances with course shortname
  • Calendar events were not created on create and duplicate when using groups

v1.3.0

  • Added CLI to debug an meeting instance
  • Support restricting activity to an individual group
  • Support group mode to enable meetings per group
  • Students included as attendees

v1.2.1

  • Online meeting could not be created with presenters in some cases

v1.2.0

  • Online meeting instance no longer created when instance is added to course
  • Online meeting organiser defined on-demand on first access to activity
  • Backup & restore re-implemented without restoring online meeting information

v1.1.0

  • Introduce capability mod/meeting:presentmeeting to flag who can be a presenter
  • Flag and synchronise users with above capability as meeting attendees with role presenter

v1.0.2

  • Temporarily disable backup/restore functionality

v1.0.1

  • Time slot meetings no longer create broadcast events

v1.0.0

  • Renamed plugin from mod_teams to mod_teammeeting
  • Added support for backup and restore
  • Added support for course_module_instance_list_viewed event
  • Renamed meeting_default_duration to meetingdefaultduration (admin setting)
  • Renamed reuse_meeting to reusemeeting (database field, language string)
  • Removed built-in French language strings
  • Removed notification sent to creator when a new activity is created
  • Removed dependencies on Composer and Microsoft Graph in favour of local_o365
  • Removed code that was not specific to online meetings (Microsoft Teams)
  • Forked https://github.com/UCA-Squad/moodle-mod_teams by Université Clermont Auvergne