Skip to content

Commit

Permalink
filter_jwplayer: Specify plugin maturity and release version.
Browse files Browse the repository at this point in the history
Preparing plugin for publishing in moodle.org/plugins (bug #6)
  • Loading branch information
kabalin committed Mar 24, 2015
1 parent 27a382a commit ae10e39
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

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

$plugin->version = 2014031900; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2013110500; // Requires this Moodle version
$plugin->version = 2015032400; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2013111800; // Requires Moodle 2.6
$plugin->component = 'filter_jwplayer'; // Full name of the plugin (used for diagnostics)
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '0.1 for Moodle 2.6+';

0 comments on commit ae10e39

Please sign in to comment.