Skip to content

Releases: lara-zeus/bolt

v3.0.71

24 Dec 17:30
debcb98
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.70...v3.0.71

v3.0.70

24 Dec 17:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.69...v3.0.70

v3.0.69

29 Oct 19:31
a1d5727
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.68...v3.0.69

v3.0.68

08 Oct 15:33
776f976
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.67...v3.0.68

v3.0.67

02 Oct 15:56
de64279
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.66...v3.0.67

v3.0.66

13 Sep 14:32
e1a727a
Compare
Choose a tag to compare

What's Changed

  • [Feat] : Implement caching mechanism for collection queries by @mohaphez in #327

Full Changelog: v3.0.65...v3.0.66

v3.0.65

01 Sep 17:39
2309d6c
Compare
Choose a tag to compare

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

23 Aug 21:48
341a4f4
Compare
Choose a tag to compare

What's Changed

  • add the ability conditional visibility for paragraph field by @atmonshi in #322

Full Changelog: v3.0.63...v3.0.64

v3.0.63

16 Aug 08:01
9d86e45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.62...v3.0.63

v3.0.62

17 Jul 13:16
adb106d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.61...v3.0.62