Releases: AsgardCms/Core
Releases · AsgardCms/Core
1.12.0
Changed
- Added check for correct database configuration on
asgard:install
1.11.2
Changed
- Undoing breaking change for StudlyCase module names
1.11.1
Changed
- Allow modules to be StudlyCase (PR #63 )
1.11.0
added:
- Adding a view composer to get the currently logged in user
- Adding animate.css to loaded stylesheets
- Adding helper function to check if given module is active
changed:
- Binding current user view composer to
layouts.master
template for the backend
1.10.0
added
- Added Polish translations (PR #62 )
- Added Russian translations (PR #59 )
changed
- Improving german translations (PR #61 )
1.9.0
Added
- Chinese (simplified) language
clearCache
method in the repository
Changed
findByAttributes
method on the base repository returns the first result instead of collection
1.8.0
Added
- Adding top-nav translation (PR #55 )
1.7.0
Added
- Spanish translations ( PR #54 )
1.6.0
Added
- Allowing searching by multiple IDs in repositories using findByMany() ( PR #53 )
v1.5.0
Added
- Ability to customise middleware on a route group basis (PR #50 )