Skip to content

Commit

Permalink
Merge pull request #425 from jrchamp/release/v4.9.0
Browse files Browse the repository at this point in the history
release: v4.9.0
  • Loading branch information
jrchamp authored Nov 4, 2022
2 parents 29d4a0b + a7421e6 commit 59176a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,19 @@ server is properly synchronized with the time servers.

## Changelog

v4.9.0

- Feature: Allow Registration #412 (thanks @paulandm, @haietza, @MoleLR, @lcollong, @louisaoc)
- New settings `zoom/defaultregistration`
- New per activity setting `registration`
- Bugfix: Update meetings task was throwing an exception #421 (thanks @lexxkoto)
- Bugfix: Add missing cache definition language string #408 (thanks @aspark21)
- Bugfix: Use user-level meeting security configuration #408
- Removed OAuth scope: `account:read:admin`
- Regression: Moodle < 3.4 does not support hideIf()
- Introduced in v3.5 of this plugin while tidying the form UI.
- Minimum required Moodle version officially increased to 3.4.

v4.8.1

- Bugfix: Moodle 4 was displaying the activity description twice #417 (thanks @Laur0r, @haietza)
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'mod_zoom';
$plugin->version = 2022102700;
$plugin->release = 'v4.8.1';
$plugin->requires = 2017051500.00;
$plugin->version = 2022110300;
$plugin->release = 'v4.9.0';
$plugin->requires = 2017111300;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit 59176a8

Please sign in to comment.