Skip to content

Releases: AsgardCms/Core

1.24.3

01 Jun 08:19
Compare
Choose a tag to compare

Changed

  • Using ::class notation in base controllers

1.24.2

20 May 14:45
Compare
Choose a tag to compare

Changed

  • Default values of normal inputs and textareas changed to null, allowing usage in form model binding

1.24.1

07 May 14:14
Compare
Choose a tag to compare

Changed

  • Use user creation form install command without triggering event and sending email

1.24.0

06 May 17:08
Compare
Choose a tag to compare

Added

  • Macro select i18 & normal (PR #87 )

Changed

  • Add support for camelcase module name in AdminSidebar ( PR #85 )

1.23.2

04 Apr 07:55
Compare
Choose a tag to compare

changed:

  • Added support for custom .env files

1.23.1

11 Jan 15:16
Compare
Choose a tag to compare
  • Fixed the onBackend method

1.23.0

11 Jan 14:30
Compare
Choose a tag to compare

added:

  • composer.lock should now be removed in install command (PR #80 )

changed:

  • AdminSidebar is now only loaded on backend

1.22.0

31 Dec 22:13
Compare
Choose a tag to compare

Added

  • Adding an Authorization middlware to check permissions via route middleware

Changed

  • Removing menu module from core modules, and add media to it

1.21.0

16 Dec 20:50
Compare
Choose a tag to compare

added

  • moment.js has been added to the available scripts to include

changed

  • Typehint the eloquent model
  • Set the database default values to the homestead values on install command

1.20.0

07 Dec 19:34
Compare
Choose a tag to compare

Changed

  • Removed language files, they are now in the translation module