From d11674b39ab891d4713f4451be8ad32d778432a6 Mon Sep 17 00:00:00 2001
From: Alexander Bias <alexander.bias@uni-ulm.de>
Date: Wed, 23 Mar 2016 14:46:33 +0100
Subject: [PATCH] Update README and version.php

---
 README.md   | 1 +
 version.php | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index dfc9007..c2ddd17 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ This plugin requires Moodle 3.0+
 Changes
 -------
 
+* 2016-03-20 - Edit README to reflect the current naming of the User account syncronisation setting, no functionality change
 * 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
diff --git a/version.php b/version.php
index 5860de2..c0fbc5b 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'auth_ldap_syncplus';
-$plugin->version = 2016021000;
-$plugin->release = 'v3.0-r2';
+$plugin->version = 2016032000;
+$plugin->release = 'v3.0-r3';
 $plugin->requires = 2015111600;
 $plugin->maturity = MATURITY_STABLE;
 $plugin->dependencies = array('auth_ldap' => 2015111600);
-- 
GitLab