mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-30740 skydrive: bump version for core inclusion
Remove release name and maturity as these will now be inhereted from core.
This commit is contained in:
parent
d4fd856b91
commit
1757cc9d15
@ -25,8 +25,6 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2013062700; // The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2012062500; // Requires this Moodle version.
|
||||
$plugin->version = 2013070300; // The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2012120300; // Requires this Moodle version.
|
||||
$plugin->component = 'repository_skydrive'; // Full name of the plugin (used for diagnostics).
|
||||
$plugin->release = '1.2';
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user