prepare for release
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
# v1.0.2
|
||||
## 11/16/2020
|
||||
|
||||
1. [](#improved)
|
||||
* Allow to login if LDAP user's DN contains double quotes [#18](https://github.com/trilbymedia/grav-plugin-login-ldap/pulls/18)
|
||||
* Ignore authentication requests with empty username [#14](https://github.com/trilbymedia/grav-plugin-login-ldap/pulls/14)
|
||||
* Better handling a null condition with `array_shift` [#8](https://github.com/trilbymedia/grav-plugin-login-ldap/pulls/8)
|
||||
|
||||
# v1.0.1
|
||||
## 06/11/2018
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: Login LDAP
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
description: Allows for Grav user authentication against an LDAP Server such as OpenLDAP or ActiveDirectory
|
||||
icon: user-circle-o
|
||||
author:
|
||||
@@ -13,7 +13,7 @@ docs: https://github.com/trilbymedia/grav-plugin-login-ldap/blob/develop/README.
|
||||
license: MIT
|
||||
|
||||
dependencies:
|
||||
- { name: login, version: '>=2.6.3' }
|
||||
- { name: login, version: '>=3.0.0' }
|
||||
|
||||
form:
|
||||
validation: strict
|
||||
|
||||
Reference in New Issue
Block a user