Skip to content

Releases: AsgardCms/Workshop

v1.3.0

06 Jul 18:47
Compare
Choose a tag to compare

Changes

  • Set module order to 1 in module.json
  • Refactor to only read & write module.json once

v1.2.1

03 Jul 13:58
Compare
Choose a tag to compare

Changes

  • Return empty menu instance on generation of module with no entities

v1.2.0

29 Jun 10:16
Compare
Choose a tag to compare

Changed

  • Remove the v from the version column to sort properly

v1.1.0

29 Jun 09:57
Compare
Choose a tag to compare

Changed

  • Generated migrations now have the table engine specified

v1.0.11

26 Jun 20:49
Compare
Choose a tag to compare

Changed

  • Fixed case sensitive issue

v1.0.10

26 Jun 17:49
Compare
Choose a tag to compare

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

22 Jun 08:51
Compare
Choose a tag to compare

Changed

  • Use the new Laravel-Sidebar api on the generated modules

v1.0.8

21 Jun 19:21
Compare
Choose a tag to compare

Added

  • Using new sidebar extender class

Changed

  • Updating the module generator to generate a SidebarExtender class

Removed:

  • Old SidebarViewComposer

v1.0.7

20 Jun 20:14
Compare
Choose a tag to compare

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

20 Jun 20:04
Compare
Choose a tag to compare

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