Releases: lara-zeus/bolt
Releases · lara-zeus/bolt
v3.0.69
v3.0.68
v3.0.67
v3.0.66
v3.0.65
What's Changed
Custom User Model:
By default Bolt will use this model to get the user info:
config('auth.providers.users.model')
if you need to change this to use another model, add the following in your config file: zeus-bolt.php
:
'models' => [
//...
'User' => AnotherUserModel::class,
],
Full Changelog: v3.0.64...v3.0.65
v3.0.64
v3.0.63
v3.0.62
v3.0.61
What's Changed
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #315
- add loading indicator for the form submit button by @atmonshi in #317
Full Changelog: v3.0.60...v3.0.61
v3.0.60
What's Changed
- Added Spanish translations by @dkstudio86 in #314
New Contributors
- @dkstudio86 made their first contribution in #314
Full Changelog: v3.0.59...v3.0.60