diff --git a/CHANGES.md b/CHANGES.md index d12320a5048ecd424b30c4e70173369980303a9e..cb9d16f139c870a82cc93158faacde6a92164be6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus Changes ------- -### Unreleased +### v3.6-r1 * 2019-01-29 - Check compatibility for Moodle 3.6, no functionality change. diff --git a/version.php b/version.php index 532ec33bd963d9a5d7e3f70563f92a5bad47ce65..53a1d8acf3ab05fac5099e78d655ae4240ea46d6 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'auth_ldap_syncplus'; -$plugin->version = 2019012900; -$plugin->release = 'v3.5-r2'; +$plugin->version = 2019012901; +$plugin->release = 'v3.6-r1'; $plugin->requires = 2018120300; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('auth_ldap' => 2018051400);