Skip to content

Releases: BenGorUser/UserBundle

v0.8.5

26 Jun 08:04
Compare
Choose a tag to compare
  • Decoupled the bengor user command bus and bengor user api command bus.

v0.8.4

23 Jun 14:50
Compare
Choose a tag to compare
  • Updated token references in the HTTP controllers.
    • Be careful, this changes introduce BC breaks in order that the SymfonyRoutingBundle's version is less than v1.1.0, so please check it out.

v0.8.3

29 Apr 18:25
Compare
Choose a tag to compare
  • Removed country from translation files

v0.8.2

24 Feb 09:41
Compare
Choose a tag to compare
  • Updated Twig include notation to improve the inheritance of the templates between bundles

v0.8.1

07 Feb 18:30
Compare
Choose a tag to compare
  • Removed HTTP exceptions from Api controllers and added JsonResponse as return objects.
  • Catch InactiveUserException inside defaultAction of Api's SignUpController.

v0.8.0

02 Feb 21:50
Compare
Choose a tag to compare
  • Added Api integration with json render responses apart of the html render responses.
  • Added two Symfony console commands that purge outdated invitation tokens and remember password tokens.
  • Removed deprecated JWT Authenticator.
  • Rewritten the UserUrlGenerator's associated service.
    • More info in the new documentation's event subscriber section and inside UPGRADE.md file.
  • Upgraded PHP-CS Fixer.
  • Fixed bug that generate a infinite loop with Twig template includes.
  • [Travis CI] Dropped support for HHVM and added for PHP 7.1.

v0.7.4

06 Dec 13:06
Compare
Choose a tag to compare
Changed JwtController response code from 404 to 400

v0.7.3

05 Dec 22:21
Compare
Choose a tag to compare
Catch UserEmailInvalidException in JwtController

v0.7.2

05 Dec 16:07
Compare
Choose a tag to compare
Added explicity needed deps after symfony 3.2 release

v0.7.1

05 Dec 15:49
Compare
Choose a tag to compare
Added PHP7.1 support for Travis