Releases: userfrosting/UserFrosting
Releases · userfrosting/UserFrosting
4.0.8-Alpha
- Autogenerate and suggestion features for usernames during account registration (partially addresses #569)
- Restrict username characters to a-z0-9.-_
- Require first name by default
- Throttle registration attempts
- Implement User::exists method
- keyupDelay option in ufForm
- More logging of group and role CRUD
- Implement extra:// stream
- Lots of missing translation keys
4.0.7-Alpha
- Separate "account settings" from "profile settings"
4.0.6-alpha
- Fix throttling issue #656
- Other miscellaneous fixes
4.0.5-alpha
- Allow nulling out of throttle rules (to disable)
- Disable Google Analytics by default (but enabled in production)
- Other miscellaneous fixes
4.0.1-alpha
- Bump min version of PHP to 5.6
- Added German translation (See #625) - Thanks @X-Anonymous-Y
- Improved Gulp Build task
- Remove site-dev from example sprinkles.json
- Fix some styling issues on the Dashboard and footer
- Display group link in menu for group admins
- Keep dashboard sidebar collapsed across page load (See #616)
- Fixed missing translation keys inside Handlebar tables (See #624)
- Admin panel link style in main dropdown menu (See #627)
- Implement AuthGuard middleware
- Handling of redirect after login (See #627#issuecomment-275607492)
- Directly check database in installer using PDO
- Refactor installer and how version are displayed in system info panel. Added notice when a migration is available for a sprinkle
0.3.1.23
0.3.1.22
- Use
nullableTimestamps
instead oftimestamps
in installer, to prevent conflict with MySQL modes 'NO_ZERO_IN_DATE' and 'NO_ZERO_DATE'.
0.3.1.21
- Use Illuminate/Schema in installer, instead of raw queries, to support SQL Server, Postgres, and SQLite automatically
- Added
pushAlert()
,clearAlerts()
inpublic/js/userfrosting.js
and updatedflashAlerts()
0.3.1.20
0.3.1.19
Bugfixes:
- Fix some minor error screen layout issues
- Make
User::fresh()
compatible withEloquent\Model
v5.2.40+ - Update composer require to allow for
Fortress
1.x bugfixes - Allow database port definitions in
config-userfrosting.php
- Fix fatal error when
evaluateCondition
is called before the router populates current route information