Releases: AsgardCms/Workshop
Releases · AsgardCms/Workshop
v1.3.0
Changes
- Set module order to 1 in
module.json
- Refactor to only read & write
module.json
once
v1.2.1
Changes
- Return empty menu instance on generation of module with no entities
v1.2.0
Changed
- Remove the v from the version column to sort properly
v1.1.0
Changed
- Generated migrations now have the table engine specified
v1.0.11
Changed
- Fixed case sensitive issue
v1.0.10
Added
- Adding a theme scaffold command, you can use it with
php artisan asgard:theme:scaffold
Changed
- Added protection on the module scaffold command for the vendor/name structure
v1.0.9
Changed
- Use the new Laravel-Sidebar api on the generated modules
v1.0.8
Added
- Using new sidebar extender class
Changed
- Updating the module generator to generate a SidebarExtender class
Removed:
v1.0.7
Changed
- Use cleaner version getter in module show view
- Check if changelog isn't an empty array on the module show view
v1.0.6
Changed
- Fixing alignements in composer.json file
- Fixing alignements in module.json file
- Module scaffold now requires stable version of core module
- Module scaffold now requires version 3.1 of orchestra/testbench