Releases: jeroennoten/Laravel-AdminLTE
Releases · jeroennoten/Laravel-AdminLTE
v3.0.0 RC 2
some small various fixes & new adminlte:status command (#399) * added classes for content-header & content * fixed plugin selection for adminlte:plugins install * moved compareDirectories to CommandHelper * fixed brand-link classes * first steps to adminlte:status command - reworked adminlte:install to share protected - created adminlte:status command * added classes_brand_text option * enhanced adminlte:status & a bit adminlte:install * fixed ci * removed --include-plugins placeholder option in adminlte:status
v3.0.0-rc.1 - AdminLTE v3
This is the first RC with the integration of AdminLTE v3 within Laravel 6.
Link to demo of AdminLTE v3: https://adminlte.io/themes/dev/AdminLTE/index3.html
Thanks a lot for the great work! @REJack ❤️
v2.0.2
Added support for Laravel 6.1 and coming minior releases
v2.0.0 - Only for Laravel 6
This version add support for Laravel 6.
Great thanks to @andcarpi for the main changes to add compatibility for Laravel 6.
v1.27.2
This version drop support for Laravel 6.
A new version only for Laravel 6 is coming soon.
v1.27.1
v1.27.0
This version add support for laravel 6.
The requirements have been changed:
- min Laravel version 5.5.x
- min PHP version 7.0.x
Changes in this version:
- Remove unnecessary code (@zhanang19)
- Add Control Sidebar (Right Sidebar) (@andcarpi)
- Change iCheck to icheck-bootstrap (@andcarpi)
- Update AdminLTE from 2.4.15 to 2.4.17 (@andcarpi)
- Update JQuery from 3.2.1 to 3.4.1 (as AdminLTE 2.4.16) (@andcarpi)
- New RightSideBar - Slide config option (Control-Sidebar Slide was fixed in 2.4.16) (Issue #335) (@andcarpi)
- Add Vietnamese to adminlte and confirm adminlte work with laravel 6.0 (@xuandung38)
- Update cdn sweetalert2 (@nguyentranchung)
- Change Laravel min version to 5.5.x
v1.26.0
- Update fontawesome to v5.7.2 (@alexwawo)
- Add Search menu item (@sherblot)
- Add sweet alert as plugin (@DaniloBenevides)
- Create Hungarian translate (@gergo85)
- Add Pace page load progress as plugins (@apisznasdin)
- Add menu translation using filter class (@zcwilt)
- Translate menu items using lang files (@Anpix)
- Fixed sidebar submenu active check (@epalmans)
- Add footer at page.blade.php (@gabrielalinck)
- Added regex evaluation for active menu items (@rpm192)
- Fix active highlighting on route set menu items (@roblesterjr04)
- Fix multiple active submenu items (@roblesterjr04)
- Update adminlte from v2.4.0 to v2.4.13
- Add Turkish translation (@Ardakilic)
- Enhancement of external plugins (@andcarpi)
- Add Farsi translation (@Daniyal-Javani)
- Update fontawesome to 5.9.0
- Fix menu errors
- Add Farsi translate
v1.25.1: Fix Menu Active Checker for url params (#226)
* Fix Menu Active Checker for url params Actual behaviour: example.test/menu/item1?param=option doesn't trigger the active menu condition for the url the example.test/menu/item1. Fix: example.test/menu/item1?param=option will trigger the active menu condition for the url example.test/menu/item1. * Test case If I'm right this should test menu and submenu with params. * Fix StyleCI bug (space)
v1.25.0: Laravel 5.8 (#283)
Add compatibility with Laravel 5.8