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

Releases: rollerworks-graveyard/RollerworksMultiUserBundle

v1.0.0-beta7

27 Apr 07:10
Compare
Choose a tag to compare

This beta release fixes compatibility with the recent changes in the FOSUserBundle.

v1.0.0-beta6

28 Jan 15:29
Compare
Choose a tag to compare
remove alignments in composer.json

[skip ci]

v1.0.0-beta5

28 Nov 12:15
Compare
Choose a tag to compare

Fix the user-system option in FOSUserBundle commands #75

v1.0.0-beta4

06 Nov 14:11
Compare
Choose a tag to compare
  • fix auto-loading Doctrine mapping #72

1.0.0-beta3

30 Sep 13:43
Compare
Choose a tag to compare

This version reflects the changes done in the FOSUserBundle done after 2.0.0-alpha1

  • The minimum requirement for Symfony has been bumped to 2.3 (older versions are already EOLed).
  • Lazy loading of UserSystems is enabled by default now.
  • [BC break] The templating engine configuration has been removed, as well as the related code.

1.0.0-BETA2

26 Mar 14:57
Compare
Choose a tag to compare

This the second beta release of the RollerworksMultiUserBundle.

Whats new

Greatest new additions in this release are the GenerateUserSystemCommand which allows easy generating of new user-systems. And easier usage of default Forms.

  • Using the default forms is much easier now, no longer required to always create unique form classes.
  • Template engine is now configurable (global only)
  • You're now able to configure a layout per user-system

Whats fixed

  • Providing custom configuration required all values, now also more flexible.
  • Mailer service failed when registration was disabled, but resetting was enabled.
  • ResettingController did not respect per user-system resetting.token_ttl

Big tanks to all contributers for reporting issues, and giving suggestions.

1.0.0-BETA1

15 Mar 09:31
Compare
Choose a tag to compare

First beta release