mirror of
https://github.com/SREd-URV/moodle-auth_ip.git
synced 2026-05-16 21:41:30 +02:00
moodle-auth_ip - simplified code for portability through Moodle versions. Extended availability from Moodle 2.4 to Moodle 2.7.
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2013072411; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2013051400; // Requires this Moodle version (2.5)
|
||||
$plugin->version = 2014072522; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2012120300; // Requires this Moodle version (2.4)
|
||||
$plugin->component = 'auth_ip'; // Full name of the plugin (used for diagnostics)
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
$plugin->release = '1.0 Build: 2013101700';
|
||||
$plugin->release = '1.1 (Build: 2014072522)';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user