Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
Fixes #3 - Changed support to be for Moodle 3.5 or later in line with Moodle supported versions
  • Loading branch information
lushonline committed Aug 13, 2020
1 parent 9b21296 commit 4290249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
defined('MOODLE_INTERNAL') || die();


$plugin->version = 2020071002; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2016052300; // Requires this Moodle version v3.1 see https://docs.moodle.org/dev/Releases.
$plugin->version = 2020081300; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2018051700; // Requires this Moodle version v3.5 see https://docs.moodle.org/dev/Releases.
$plugin->component = 'tool_uploadexternalcontent'; // Full name of the plugin (used for diagnostics).
$plugin->dependencies = ['mod_externalcontent' => ANY_VERSION];
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.1';
$plugin->release = '1.5';

0 comments on commit 4290249

Please sign in to comment.