Skip to content

Commit

Permalink
Require at least M3.3.2
Browse files Browse the repository at this point in the history
... it ships all required patches.
  • Loading branch information
Dagefoerde committed Oct 23, 2017
1 parent c6ee699 commit 5328dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2017102300; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2017051500; // Requires Moodle 3.3 version.
$plugin->requires = 2017051502; // Requires Moodle 3.3.2 version.
$plugin->component = 'repository_owncloud'; // Full name of the plugin (used for diagnostics).
$plugin->release = 'v3.4-r1';
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 5328dfd

Please sign in to comment.