Releases: AsgardCms/Core
Releases · AsgardCms/Core
v1.4.0
Changed
- Making the BaseRepository not rely on a translated object
v1.3.0
Added
- Customizable AdminLTE skin type, view the
config/asgard.core.core.php
file
v1.2.0
Added
- Adding update and go back translation
Changed
- Using
::class
notation in composers.php
v1.1.0
Changed
- Setting the app.locale setting from first language in settings
v1.0.12
Changed
- Adapting to changed Cartalyst/Sentinel behaviour, do not hash password ourselves
v1.0.11
Changed
- Adding missing property on BasePublicController
- Removing Sentry as default option
v1.0.10
Changed
- Adding a dynamic application version in admin footer
v1.0.9
changed
- Auth property on the BasePublicController has ben made protected
removed
- BaseSidebarViewComposer was removed
v1.0.8
added:
- Using new sidebar extender class
Changed:
- Fixing textarea input macro
removed:
v1.0.7
Added
- Adding an
id
method on the Authentication contract
- Adding a
currentUser
variable to every public view