Skip to content

Releases: AsgardCms/Core

1.12.0

21 Nov 17:47
Compare
Choose a tag to compare

Changed

  • Added check for correct database configuration on asgard:install

1.11.2

18 Nov 16:27
Compare
Choose a tag to compare

Changed

  • Undoing breaking change for StudlyCase module names

1.11.1

18 Nov 15:40
Compare
Choose a tag to compare

Changed

  • Allow modules to be StudlyCase (PR #63 )

1.11.0

18 Nov 14:59
Compare
Choose a tag to compare

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

27 Oct 09:28
Compare
Choose a tag to compare

added

  • Added Polish translations (PR #62 )
  • Added Russian translations (PR #59 )

changed

  • Improving german translations (PR #61 )

1.9.0

25 Sep 12:13
Compare
Choose a tag to compare

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

05 Aug 18:58
Compare
Choose a tag to compare

Added

  • Adding top-nav translation (PR #55 )

1.7.0

01 Aug 09:10
Compare
Choose a tag to compare

Added

  • Spanish translations ( PR #54 )

1.6.0

28 Jul 15:38
Compare
Choose a tag to compare

Added

  • Allowing searching by multiple IDs in repositories using findByMany() ( PR #53 )

v1.5.0

16 Jul 10:43
Compare
Choose a tag to compare

Added

  • Ability to customise middleware on a route group basis (PR #50 )