Skip to content

Releases: sebastienheyd/boilerplate

Laravel 5.6 compatibility

17 Feb 05:51
Compare
Choose a tag to compare
5.6.1

Fix autofocus on first name field

AdminLTE update and fix

13 Feb 15:55
Compare
Choose a tag to compare
5.5.5

AdminLTE update and fix

Update JS libs

12 Feb 20:19
Compare
Choose a tag to compare
  • Moment / bootstrap-fileinput
  • Fix autofocus on register form

Locking to Laravel 5.5.*

02 Feb 11:28
2d470bd
Compare
Choose a tag to compare

Laravel doesn't follow semver. So having ^5.x, 5.* or >=5.x will mean that composer will install a future version even though that version breaks the package.

Some fixes

02 Feb 09:12
Compare
Choose a tag to compare
  • Before this update an exception is thrown when you set register_user to false into the package configuration and calling php artisan route:list. This is now fixed.
  • This version change the way assets are loaded. Before this update you have to merge webpack.mix.js with the one in the root folder. Now this is not an obligation. You can do it only if you need to add plugins to assets for the back-office.
  • Some small fixes

Compatibility with Laravel 5.5.x

06 Oct 08:53
Compare
Choose a tag to compare
  • package autodiscover
  • yajra/datatables v8
  • update assets
  • update documentation
  • small fixes

New version numerotation

06 Oct 09:06
Compare
Choose a tag to compare
5.4.1

New numerotation

Bug fixes & improvements

28 Jul 14:33
Compare
Choose a tag to compare
  • Password reset mail is now localized
  • When a user log out and boilerplate admin is in a subfolder, user will be redirected to the login page and not the homepage
  • Menu item permissions was incorrectly named "role", now it's possible to define role and/or permission
  • When a user is updated, the message says "updated" and not "created"
  • Non admin users can now edit their own profile (!)
  • Update js lib bootstrap-fileinput

Small fixes & improvements

19 May 07:26
Compare
Choose a tag to compare
  • Fix role deletion
  • Tags for vendor:publish, you can now publish assets only if necessary
  • Small UI improvement, display a dot for active menu items for a better visibility

Sidebar refactoring

03 May 14:36
Compare
Choose a tag to compare

Fixes and optimizations for menu building