Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Add Changelog section and prepare for 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Feb 22, 2016
1 parent 37cdd5a commit ca3291e
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ Install the latest version with:
$ composer require radebatz/ldap-auth-service-provider
```

Alternatively, you can download the [`ldap-auth-service-provider.zip`][1] file and extract it.


### Configuring Ldap
The Ldap related code depends on [`zend-ldap`](https://github.com/zendframework/zend-ldap), so all configuration options are just passed through.
Expand Down Expand Up @@ -93,8 +91,27 @@ Only restriction is that the custom class has a constructor that is compatible w


## License

All code is licensed under the MIT license.


[1]: https://github.com/DerManoMann/ldap-auth-service-provider/archive/master.zip
## Changelog
Issues that break backwards compatibility are flagged [BC].

### v1.0.0
* Initial release

### v1.1.0
* Move options into security.ldap.[serviceName] namespace
* Add preconfigured user provider

### v1.2.0
* Add Silex 1.3 support
* bug fixes

### v1.2.1
* Add hosts option to allow a list of fallback servers

### v1.2.2
* Fix LdapException handling
* Add Psr\Log dependency
* [BC] Make the logger an optional second constructor argument instead of taking it from $app

0 comments on commit ca3291e

Please sign in to comment.