Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhunt committed Dec 22, 2020
1 parent ec4ee43 commit fb55e62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Change List
=========
Version 3.1.39 (Build 2020122200)
- Added My Account dashboard
- Refactored renderer

Version 3.1.38 (Build 2020110400)
- added support via cloud poodll for accelerated upload of video

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

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2020110400;
$plugin->version = 2020122200;
$plugin->requires = 2016052300;//moodle 3.1.0
$plugin->component = 'filter_poodll';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.1.38 (Build 2020110400)';
$plugin->release = '3.1.39 (Build 2020122200)';

0 comments on commit fb55e62

Please sign in to comment.