From 0eb1ba49630915d6b08ed49f836597748b44f98b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jordi=20Pujol=20Ahull=C3=B3=20=2832=2E1=29?= Date: Thu, 17 Oct 2013 19:06:53 +0200 Subject: [PATCH] moodle-auth_ip - bumped required Moodle version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 6fcb6ad..4b1fab0 100644 --- a/version.php +++ b/version.php @@ -28,6 +28,6 @@ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2013072411; // The current plugin version (Date: YYYYMMDDXX) -$plugin->requires = 2012112900; // Requires this Moodle version +$plugin->requires = 2013051400; // Requires this Moodle version (2.5) $plugin->component = 'auth_ip'; // Full name of the plugin (used for diagnostics)