This repository has been archived by the owner on Dec 17, 2022. It is now read-only.
Releases: kimai/user-bundle
Releases · kimai/user-bundle
3.0.1
3.0
Cleanup and support for PHP 8.1
- Added phpstan level 5 (vendor/bin/phpstan analyse -c phpstan.neon .)
- Removed profile section from Configuration
- Some changes that might lead to tiny BC breaks ... who knows (this bundle should NOT BE USED ANYWAYS!)
2.0.1
2.0
Bump minimum PHP version to 7.3
1.3
1.2.2
Updated hebrew translation to fix registration screen (email field placeholder)
1.2.1
Changelog
- do not break if token has no method getProviderKey() e.g. when used with HWIOAuthBundle
1.2
Changelog
- fixed several event deprecations
- removed group controller and logic (user entity change!)
- removed change password controller and logic
- removed show and edit profile controller and logic
1.1
Changelog
- cleanup and bump composer dependencies
- removed mailer implementations:
twig
andswiftmailer
(using Noop by default, configure your own!)
1.0
Changelog
- changed package name to
kimai/user-bundle
- removed support for mongo db
- removed support for couch db
- removed docs
- replaced deprecated twig usages from
\Twig_
namespace - removed usage of deprecated
AdvancedUserInterface
- removed support for deprecated
BCryptPasswordEncoder
- replaced deprecated extends from
Controller
withAbstractController
See changelog for FOSUserBundle for all previous versions.