Skip to content

Commit

Permalink
Merge pull request #352 from jrchamp/release/v4.3.2
Browse files Browse the repository at this point in the history
release: v4.3.2
  • Loading branch information
jrchamp authored Jan 20, 2022
2 parents 96d055c + f68c561 commit a735089
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.3.2

- Only cache successful Zoom user ID values #350 (thanks @merrill-oakland)
- Code quality: Align with moodle-local_codechecker v3.0.5 #351

v4.3.1

- Fix database schema alignment and associated code #335 (thanks @TomoTsuyuki)
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 = 2021120900;
$plugin->release = 'v4.3.1';
$plugin->version = 2022012000;
$plugin->release = 'v4.3.2';
$plugin->requires = 2017051500.00;
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit a735089

Please sign in to comment.