Releases: AsgardCms/Platform
Releases · AsgardCms/Platform
v1.0.7
Changes
- Disable sidebar caching after all, should be enabled manually by developer
- Publish new user configurations
v1.0.6
Changed
- Sidebar caching is now enabled by default
v1.0.5
Changed
- Sentinel is now the default user driver
Removed
- Removing Sentry support in installation command
v1.0.4
Changed
- Adding dynamic application version in backend footer
v1.0.3
Changed
- New published views for Laravel-Sidebar package
- New config file for Laravel-Sidebar package
v1.0.2
Added
- Adding a
php artisan cache:clear
in the post-create-project
composer hook, to try to avoid homestead issues.
v1.0.1
Changes
- Removing the post-create-project command that copies the
.env.example
to a .env
file.