From b8af563ef6f72e9d06378ab539d8d837800996b9 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 1/2] 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) From 8fdb065ffdc00b052dfb8f773abd0aea78f5c7a7 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:20:27 +0200 Subject: [PATCH 2/2] moodle-auth_ip - added maturity and release to version.php as suggested by Moodle.org. --- version.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/version.php b/version.php index 4b1fab0..441084b 100644 --- a/version.php +++ b/version.php @@ -30,4 +30,6 @@ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2013072411; // The current plugin version (Date: YYYYMMDDXX) $plugin->requires = 2013051400; // Requires this Moodle version (2.5) $plugin->component = 'auth_ip'; // Full name of the plugin (used for diagnostics) +$plugin->maturity = MATURITY_STABLE; +$plugin->release = '1.0 Build: 2013101700';