Skip to content

Commit

Permalink
Merge pull request #327 from jrchamp/release/v4.1.3
Browse files Browse the repository at this point in the history
release: v4.1.3
  • Loading branch information
jrchamp authored Nov 5, 2021
2 parents e1abece + 53e98c3 commit 4b573bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ server is properly synchronized with the time servers.

## Changelog

v4.1.3

- Always use a fresh copy of start_url #316 (thanks @ShilVita for reporting)
- Synchronize calendar events consistently #319 (thanks @martinoesterreicher for reporting)
- Update JWT library to v5.4.0 #312

v4.1.2

- Make loadmeeting consistent via web and mobile (event, completion, grade, etc) #307 (thanks @nstefanski)
Expand Down
4 changes: 2 additions & 2 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 = 2021093000;
$plugin->release = 'v4.1.2';
$plugin->version = 2021110400;
$plugin->release = 'v4.1.3';
$plugin->requires = 2017051500.00;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit 4b573bb

Please sign in to comment.