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

Releases: kimai/user-bundle

3.0.1

26 Nov 00:05
Compare
Choose a tag to compare

Fixed 8.1 deprecation:

  • Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in PasswordUpdater

3.0

19 Nov 14:08
0da3d1a
Compare
Choose a tag to compare
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

31 May 20:27
c618bf9
Compare
Choose a tag to compare

Fix service definition, thanks @manzolo

2.0

30 May 10:31
9ef2c93
Compare
Choose a tag to compare
2.0

Bump minimum PHP version to 7.3

1.3

28 Feb 11:49
77c7d17
Compare
Choose a tag to compare
1.3

doctrine 3 compliancy (#4) - thanks @manzolo

1.2.2

24 May 10:21
5ef89d3
Compare
Choose a tag to compare

Updated hebrew translation to fix registration screen (email field placeholder)

1.2.1

13 Apr 17:59
Compare
Choose a tag to compare

Changelog

  • do not break if token has no method getProviderKey() e.g. when used with HWIOAuthBundle

1.2

08 Apr 10:42
96de1df
Compare
Choose a tag to compare
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

17 Mar 18:41
Compare
Choose a tag to compare
1.1

Changelog

  • cleanup and bump composer dependencies
  • removed mailer implementations: twig and swiftmailer (using Noop by default, configure your own!)

1.0

17 Mar 16:06
Compare
Choose a tag to compare
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 with AbstractController

See changelog for FOSUserBundle for all previous versions.