Skip to content

Commit

Permalink
Merge pull request #498 from jrchamp/release/v5.0.0
Browse files Browse the repository at this point in the history
release: v5.0.0
  • Loading branch information
jrchamp authored Jul 6, 2023
2 parents 0605afa + 35a4079 commit 3a82c21
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 @@ -53,6 +53,19 @@ server is properly synchronized with the time servers.

## Changelog

v5.0.0
- Backward incompatible: Drop support for JWT authentication (thanks @aspark21)
- Zoom requires everyone to use Server-to-Server OAuth by September 1, 2023
- Backward incompatible: Require PHP 7.1+ (Moodle 3.7+) (thanks @rlaneIT)
- Backward incompatible: Drop Moodle 3.4 mobile support

v4.10.3
- Bugfix: Also use proxy settings for OAuth token request #494 (thanks @adnbes)
- Bugfix: Clean up exception handling to avoid notice #482 (thanks @andremenrath)
- Bugfix: Avoid course/activity completion form overhead #481 (thanks @phette23)
- Regression: PHP 7.0 class constant visibility errors #495 (thanks @rlaneIT)
- Introduced in v4.10.1 when aligning with PSR-12 coding standards.

v4.10.2

- Regression: Instructors were unable to edit Zoom activity completion defaults #479 (thanks @phette23)
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 = 2023051900;
$plugin->release = 'v4.10.2';
$plugin->requires = 2017111300;
$plugin->version = 2023070300;
$plugin->release = 'v5.0.0';
$plugin->requires = 2019052000;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit 3a82c21

Please sign in to comment.