Skip to content

Commit

Permalink
Bumped up version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico committed Apr 11, 2019
1 parent 4ee33d2 commit 648db69
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
Bug: Fixed issue JWT library conflicting with other plugins using it (CONTRIB-7612).
Bug: Fix for participation rules for users applied as rules for roles (CONTRIB-7627).
Bug: Fix for some themes broken updated prefix for icon-bigbluebutton (CONTRIB-7616).
Bug: Fix on missing strings for new recording formats (CONTRIB-7617).
Bug: Fix notification messages send in FOMAT_MOODLE instead of FORMAT_HTML.
6 changes: 6 additions & 0 deletions RELEASENOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.2.11 (2017101019)
Bug: Fix for participation rules for users applied as rules for roles (CONTRIB-7627).
Bug: Fix for some themes broken updated prefix for icon-bigbluebutton (CONTRIB-7616).
Bug: Fix on missing strings for new recording formats (CONTRIB-7617).
Bug: Fix notification messages send in FOMAT_MOODLE instead of FORMAT_HTML.

2.2.10 (2017101018)
Bug: Fixed issue JWT library conflicting with other plugins using it (CONTRIB-7612).

Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2017101018;
$plugin->version = 2017101019;
$plugin->requires = 2015111610;
$plugin->cron = 0;
$plugin->component = 'mod_bigbluebuttonbn';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '2.2.10';
$plugin->release = '2.2.11';

0 comments on commit 648db69

Please sign in to comment.