Skip to content

Releases: Brille24/SyliusLdapPlugin

2.1.1

20 Nov 13:30
3737b33

Choose a tag to compare

What's Changed

  • Added ldap tag to service configuration by @cbb0 in #17
  • Update phpstan/phpstan-doctrine requirement from 1.3.37 to 1.3.40 by @dependabot in #12
  • Update vimeo/psalm requirement from 5.9.0 to 5.14.1 by @dependabot in #16

New Contributors

  • @cbb0 made their first contribution in #17

Full Changelog: 2.1.0...2.1.1

2.1.0

14 Apr 09:26
13fab48

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

Updating to php8 + groups

25 Jan 14:20
c366c40

Choose a tag to compare

What changed

  • Using the new php8 features
  • Adding a group fetcher for ldap (no integration with Sylius though, to add it decorate the UserSynchronizer in )

BC Breaks

We are no longer supporting 7.4 (since that PHP version has also been dropped from support)

Sylius 1.10 & Symfony 5 support

20 Aug 13:02
09bd810

Choose a tag to compare

Merge pull request #3 from JakobTolkemit/update_1.10

Update 1.10

Extracing the User synchronization to a service

20 May 15:27

Choose a tag to compare

This makes it easier to override what gets synced and how.

  • Removing locale from the sync.

1.0.3

05 Mar 10:39
258a93f

Choose a tag to compare

Using the more modern version of the LDAP Provider

Making the admin user replacable

11 Apr 13:00

Choose a tag to compare

The current version can also handle when the user is replaced.

Fixing the user mapper

10 Apr 14:48

Choose a tag to compare

The locked property can not be read so it should not be synced.

First version of the package

08 Apr 20:17

Choose a tag to compare

We are publishing the first verison of the LDAP Plugin. Feel free to send in feedback on what you think about.