Releases: orchestral/kernel
Releases · orchestral/kernel
v6.0.0
Changes
- Update support for Laravel Framework v8.
v5.1.0
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
Changes
- Update support for Laravel Framework v7.
v4.3.0
Added
- Added
Orchestra\Http\Concerns\DisableBuffering
.
v4.2.0
Added
- Added
Orchestra\Database\SearchServiceProvider
.
v4.1.0
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
Fixes
- Fixes usages of
orchestra.postal
.
v4.0.0
Added
Changes
- Update support for Laravel Framework v6.0.
v3.8.4
Fixes
- Fallback to query from database when cache driver throws an exception.
v3.8.3
Fixes
- Fixed flash messages not being stored to session on redirection.