From 4e3ef92e8b75a9bd700f7377ca87709a96690a74 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] 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 6fcb6ad..de04699 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 = 2012112900; // Requires this Moodle version $plugin->component = 'auth_ip'; // Full name of the plugin (used for diagnostics) +$plugin->maturity = MATURITY_STABLE; +$plugin->release = '1.0 Build: 2013101700';