Releases: Brille24/SyliusLdapPlugin
Releases · Brille24/SyliusLdapPlugin
2.1.1
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
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- Require Sylius ^1.11 by @JakobTolkemit in #4
- Update phpstan/phpstan-doctrine requirement from 1.3.33 to 1.3.37 by @dependabot in #6
- Fix user provider by @JakobTolkemit in #7
- Update vimeo/psalm requirement from 5.8.0 to 5.9.0 by @dependabot in #8
New Contributors
- @dependabot made their first contribution in #6
Full Changelog: 2.0.0...2.1.0
Updating to php8 + groups
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
Merge pull request #3 from JakobTolkemit/update_1.10 Update 1.10
Extracing the User synchronization to a service
This makes it easier to override what gets synced and how.
- Removing locale from the sync.
1.0.3
Making the admin user replacable
The current version can also handle when the user is replaced.
Fixing the user mapper
The locked property can not be read so it should not be synced.
First version of the package
We are publishing the first verison of the LDAP Plugin. Feel free to send in feedback on what you think about.