Skip to content

Releases: orchestral/kernel

v6.0.0

18 Apr 13:21
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v8.

v5.1.0

03 Apr 02:12
Compare
Choose a tag to compare

Changes

  • Use $this->container instead of deprecated $this->app for manager extending Illuminate\Support\Manager.

Fixes

  • Use app() instead of $this->app as it would bind to different scope under macros.

Removed

  • Remove authenticating route helpers.

v5.0.0

07 Mar 18:13
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v7.

v4.3.0

01 Mar 03:27
Compare
Choose a tag to compare

Added

  • Added Orchestra\Http\Concerns\DisableBuffering.

v4.2.0

04 Jan 15:11
Compare
Choose a tag to compare

Added

  • Added Orchestra\Database\SearchServiceProvider.

v4.1.0

29 Dec 12:21
Compare
Choose a tag to compare

Changes

  • Implements console exit code.
  • Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.

v4.0.1

30 Oct 00:45
Compare
Choose a tag to compare

Fixes

  • Fixes usages of orchestra.postal.

v4.0.0

04 Sep 10:59
Compare
Choose a tag to compare

Added

Changes

  • Update support for Laravel Framework v6.0.

v3.8.4

14 Aug 09:19
Compare
Choose a tag to compare

Fixes

  • Fallback to query from database when cache driver throws an exception.

v3.8.3

08 Aug 22:34
Compare
Choose a tag to compare

Fixes

  • Fixed flash messages not being stored to session on redirection.