prepare for release

This commit is contained in:
Andy Miller
2020-11-16 10:44:50 -07:00
parent 2ec90d7a05
commit 255c44093d
2 changed files with 10 additions and 2 deletions

View File

@@ -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

View File

@@ -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