From 9d4d974a1d0ef5f5d5c823d93d83b444be2e37b2 Mon Sep 17 00:00:00 2001 From: Alexander Bias <alexander.bias@uni-ulm.de> Date: Wed, 2 Mar 2016 20:35:09 +0100 Subject: [PATCH] Change plugin version and release scheme to the scheme promoted by moodle.org, no functionality change --- README.md | 1 + version.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3d2e80..ac7ff1b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This plugin requires Moodle 3.0+ Changes ------- +* 2016-02-10 - Change plugin version and release scheme to the scheme promoted by moodle.org, no functionality change * 2016-01-01 - Adopt code changes in Moodle core auth_ldap, including the new scheduled task feature. If you have used a LDAP syncronization cron job before, please use the LDAP syncronisation scheduled task from now on (for details, see "Configuring LDAP synchronization task" section below) * 2016-01-01 - Check compatibility for Moodle 3.0, no functionality change * 2015-08-18 - Check compatibility for Moodle 2.9, no functionality change diff --git a/version.php b/version.php index 92d0482..5860de2 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'auth_ldap_syncplus'; -$plugin->version = 2015111601; -$plugin->release = '3.0 (Build: 2016010101)'; +$plugin->version = 2016021000; +$plugin->release = 'v3.0-r2'; $plugin->requires = 2015111600; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('auth_ldap' => 2015111600); -- GitLab