This repository has been archived by the owner on Dec 4, 2017. It is now read-only.
Releases: rollerworks-graveyard/RollerworksMultiUserBundle
Releases · rollerworks-graveyard/RollerworksMultiUserBundle
v1.0.0-beta7
This beta release fixes compatibility with the recent changes in the FOSUserBundle.
v1.0.0-beta6
remove alignments in composer.json [skip ci]
v1.0.0-beta5
Fix the user-system option in FOSUserBundle commands #75
v1.0.0-beta4
- fix auto-loading Doctrine mapping #72
1.0.0-beta3
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
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
First beta release