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

Releases: Adldap2/Adldap2-Laravel

v6.1.7

15 Feb 14:53
d587c4d
Compare
Choose a tag to compare

Added

v6.1.6

09 Feb 13:56
e67f845
Compare
Choose a tag to compare

Added

  • Laravel 9 support

v6.1.5

12 Feb 21:47
082e863
Compare
Choose a tag to compare

Fixed

v6.1.4

12 Nov 14:36
Compare
Choose a tag to compare

Fixed

v6.1.3

11 Nov 20:41
066715e
Compare
Choose a tag to compare

Fixed

  • Enabling login_fallback will now bypass LDAP bind failures and continue execution - #897 - 066715e - Thanks to @ivanwitzke

v6.1.2

08 Sep 02:34
03dc1eb
Compare
Choose a tag to compare

Added

v6.1.1

02 Jun 00:50
c72a2e3
Compare
Choose a tag to compare

Fixed

  • ForwardsCalls trait not found exception when using Laravel 5.5/5.6 - d3674c8 - #872

v6.1.0

31 May 01:29
fe13cb4
Compare
Choose a tag to compare

Changed

  • Lazily connect to LDAP connections during authentication - ea14abb - #855 - Thanks to @KenoKokoro
  • Forward missing method calls to EloquentUserProvider in DatabaseUserProvider - 51c0f28

v6.0.9

08 Mar 23:21
Compare
Choose a tag to compare

Added

  • Laravel 7.0 compatibility - #852, #853

Changed

  • ldap:import will now no longer throw a RuntimeException when no users are found - 406d9e6
  • env variables in published config now have default username and password - ddf056b - #820

v6.0.8

03 Sep 16:20
Compare
Choose a tag to compare

Added