Releases: AsgardCms/Core
Releases · AsgardCms/Core
1.24.3
Changed
- Using
::class
notation in base controllers
1.24.2
Changed
- Default values of normal inputs and textareas changed to
null
, allowing usage in form model binding
1.24.1
Changed
- Use user creation form install command without triggering event and sending email
1.24.0
Added
- Macro select i18 & normal (PR #87 )
Changed
- Add support for camelcase module name in AdminSidebar ( PR #85 )
1.23.2
changed:
- Added support for custom
.env
files
1.23.1
- Fixed the
onBackend
method
1.23.0
added:
composer.lock
should now be removed in install command (PR #80 )
changed:
- AdminSidebar is now only loaded on backend
1.22.0
Added
- Adding an
Authorization
middlware to check permissions via route middleware
Changed
- Removing menu module from core modules, and add media to it
1.21.0
added
moment.js
has been added to the available scripts to include
changed
- Typehint the eloquent model
- Set the database default values to the homestead values on install command
1.20.0
Changed
- Removed language files, they are now in the translation module