diff --git a/CHANGES.md b/CHANGES.md index 52d1f95bd46f78a3c031ab54ab44fabc2807cc98..15749ca563b9886caa7f6e4025d1b825690ab2c1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus Changes ------- -### Unreleased +### v3.11-r1 * 2021-07-20 - Prepare compatibility for Moodle 3.11. * 2021-02-05 - Move Moodle Plugin CI from Travis CI to Github actions diff --git a/version.php b/version.php index 9436e2010083078b7b31116209fa9f06187c7071..17122af8e47989ab65b58565385647ab74fedf6c 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'auth_ldap_syncplus'; -$plugin->version = 2020121100; -$plugin->release = 'v3.10-r1'; +$plugin->version = 2021072000; +$plugin->release = 'v3.11-r1'; $plugin->requires = 2021051700; $plugin->supported = [311, 311]; $plugin->maturity = MATURITY_STABLE;