diff --git a/authorizer.php b/authorizer.php index 32f48e46..f27d6073 100644 --- a/authorizer.php +++ b/authorizer.php @@ -7,7 +7,7 @@ * Text Domain: authorizer * Domain Path: /languages * License: GPL2 - * Version: 2.9.8 + * Version: 2.9.9 * * Portions forked from Restricted Site Access plugin: * http://wordpress.org/plugins/restricted-site-access/ diff --git a/readme.txt b/readme.txt index 99381938..4205142c 100644 --- a/readme.txt +++ b/readme.txt @@ -63,6 +63,10 @@ The [University of Hawai'i][uh], which provides authentication for student, facu == Changelog == += 2.9.9 = +* Allow multiple (failover) LDAP hosts. Props @basildane for the [suggestion](https://github.com/uhm-coe/authorizer/issues/85)! +* Update translations. + = 2.9.8 = * Allow emails for LDAP logins. Props @jthomae1 for the [suggestion](https://wordpress.org/support/topic/ldap-login-wordpress-docker/)! * Fix for pending users unable to log out of external service.