Skip to content

Commit

Permalink
Merge pull request #333 from jrchamp/release/v4.2.1
Browse files Browse the repository at this point in the history
release: v4.2.1
  • Loading branch information
jrchamp authored Nov 18, 2021
2 parents 391c754 + 055c9ab commit 3a2d1c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ server is properly synchronized with the time servers.

## Changelog

v4.2.1

- Fix PHP 8 deprecation warning #332 (thanks @ndunand)
- Fix duplicate column name on "All Meetings" page #330

v4.2

- Add support for Zoom Tracking Fields #308 (thanks @haietza, @porcospino)
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 = 2021111100;
$plugin->release = 'v4.2';
$plugin->version = 2021111700;
$plugin->release = 'v4.2.1';
$plugin->requires = 2017051500.00;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit 3a2d1c2

Please sign in to comment.