Releases: orchestral/kernel
Releases · orchestral/kernel
v6.0.0
18 Apr 13:21
Compare
Sorry, something went wrong.
No results found
Changes
Update support for Laravel Framework v8.
v5.1.0
03 Apr 02:12
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Changes
Update support for Laravel Framework v7.
v4.3.0
01 Mar 03:27
Compare
Sorry, something went wrong.
No results found
Added
Added Orchestra\Http\Concerns\DisableBuffering.
v4.2.0
04 Jan 15:11
Compare
Sorry, something went wrong.
No results found
Added
Added Orchestra\Database\SearchServiceProvider.
v4.1.0
29 Dec 12:21
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixes
Fixes usages of orchestra.postal.
v4.0.0
04 Sep 10:59
Compare
Sorry, something went wrong.
No results found
Added
Changes
Update support for Laravel Framework v6.0.
v3.8.4
14 Aug 09:19
Compare
Sorry, something went wrong.
No results found
Fixes
Fallback to query from database when cache driver throws an exception.
v3.8.3
08 Aug 22:34
Compare
Sorry, something went wrong.
No results found
Fixes
Fixed flash messages not being stored to session on redirection.