mirror of
https://github.com/SREd-URV/moodle-auth_ip.git
synced 2026-05-16 21:41:30 +02:00
Version bumping
Enhancement provided in the way of getting the client IP as Moodle does, using the lib/moodlelib.php::getremoteaddr() function.
This commit is contained in:
committed by
GitHub
parent
ece57fc964
commit
28bb6d345d
@@ -27,9 +27,9 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2015072300; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->version = 2017020800; // 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.2 (Build: 2015072300)';
|
||||
$plugin->release = '1.3 (Build: 2017020800)';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user