Skip to content

Releases: laravelista/Ekko

Implements DeferrableProvider interface

24 Mar 13:24
Compare
Choose a tag to compare

When using with Laravel the package was not being deferred. Now it is.

PHP 8 & Laravel 8 support

24 Mar 12:44
Compare
Choose a tag to compare

Changes:

  • Drops support for PHP 7.
  • Drops support for Laravel versions lower than version 8.
  • Adds Psalm for static analysis (Level 2).

Laravel 6 support

04 Sep 10:03
Compare
Choose a tag to compare

Big thanks to @cihantas for making this happen #30

Global helpers change

02 Jul 09:12
Compare
Choose a tag to compare
  • Updates readme.
  • Removes global_helpers config option.
  • Helpers need to be manually enabled in the service provider for laravel.

Backward Laravel Compatibility

02 Jul 08:37
Compare
Choose a tag to compare

Makes the service provider for Laravel backward compatible with at least version 5.7.

Best version ever

15 May 23:24
Compare
Choose a tag to compare

New features in v3

  • Framework agnostic
  • Can be modified for any custom application
  • Currently supported frameworks: Laravel (PRs are welcome!)
  • Global helper functions disabled by default
  • Supports default output value
  • Backward compatible with v1 & v2
  • Fully tested using table driven testing (data providers in PHPUnit)

New major version

12 May 23:40
Compare
Choose a tag to compare

Changed this repository from a Laravel package to a PHP function for marking navigation items active.

Features

  • Single function
  • Five lines of code
  • Framework agnostic
  • Supports wildcards & arrays
  • Documented
  • Tested

Starting with version 2.0.0, there is no backward compatibility with the previous releases.

See the README for usage details.

New snake case function names

18 Jan 11:16
f62f295
Compare
Choose a tag to compare

Thanks to @foo99 for making this happen.

Laravel 5.5 auto-discovery

07 Sep 10:31
Compare
Choose a tag to compare

Contributions:

  • Laravel 5.5 auto-discovery by @it-can

Thank you.

Fixed travis file