Skip to content

Commit

Permalink
media_jwplayer: Update version.php prior to publishing plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
kabalin committed Jul 10, 2017
1 parent 5c9ff5f commit e96f504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

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

$plugin->version = 2017060900; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2017071000; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2016120500; // Requires Moodle 3.2
$plugin->component = 'media_jwplayer'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_BETA;
$plugin->release = '7-0.1 for Moodle 3.2+, JW7 CDN 7.10.1)';
$plugin->release = '7-0.1 for Moodle 3.2+, JW7 CDN 7.12.1)';

0 comments on commit e96f504

Please sign in to comment.