Skip to content

Releases: jeroennoten/Laravel-AdminLTE

v2.0.0 - Only for Laravel 6

09 Sep 21:08
Compare
Choose a tag to compare

This version add support for Laravel 6.

Great thanks to @andcarpi for the main changes to add compatibility for Laravel 6.

v1.27.2

05 Sep 18:39
39bc9de
Compare
Choose a tag to compare

This version drop support for Laravel 6.

A new version only for Laravel 6 is coming soon.

v1.27.1

29 Aug 11:54
Compare
Choose a tag to compare
  • Update AdminLTE 2.4.18 (@REJack)
  • Update fontawesome to v5.10.2 (@REJack)
  • Change PHP min version to 7.0.x

v1.27.0

29 Aug 11:53
bea607d
Compare
Choose a tag to compare

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

09 Aug 08:17
Compare
Choose a tag to compare
  • 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)

10 Mar 09:56
Compare
Choose a tag to compare
* 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)

04 Mar 11:17
Compare
Choose a tag to compare

Add compatibility with Laravel 5.8

v1.24.2

20 Sep 20:58
Compare
Choose a tag to compare
  • Fix Chinese language directory name

v1.24.1

20 Sep 20:49
Compare
Choose a tag to compare
  • Fix incompatibility with Laravel 5.7 of views (removed 'or' construct).

v1.24.0

05 Sep 16:19
Compare
Choose a tag to compare

Add support for Laravel 5.7