Skip to content

Releases: orchestral/foundation

v3.6.0

07 Jun 02:17
Compare
Choose a tag to compare

Added

  • Added Orchestra\Foundation\Support\Providers\Concerns\RouteProvider.
  • Added Orchestra\Foundation\Concerns\RedirectUsers.
  • Added Orchestra\Foundation\Concerns\Timezone.

Changes

  • Update support for Laravel Framework v5.6.
  • Rename controllers' setupMiddleware() method to onCreate().
  • Orchestra\Foundation\Support\Providers\ModuleServiceProvider now only register routes if Illuminate\Contracts\Http\Kernel can be resolved.
  • Rename Orchestra\Foundation\Testing\Concerns\WithInstallation::install() to runInstallation().

Deprecated

  • Deprecated Orchestra\Foundation\Support\Providers\Traits\RouteProvider, use Orchestra\Foundation\Support\Providers\Concerns\RouteProvider instead.
  • Deprecated Orchestra\Foundation\Traits\RedirectUsers, use Orchestra\Foundation\Concerns\RedirectUsers instead.
  • Deprecated Orchestra\Foundation\Traits\Timezone, use Orchestra\Foundation\Concerns\Timezone instead.

Removed

  • Remove Orchestra\Foundation\Bootstrap\LoadAuthen.
  • Remove Orchestra\Foundation\Console\Commands\OptimizeCommand.
  • Remove Orchestra\Foundation\Listeners\UserAccess.

v3.5.2

19 Mar 01:55
Compare
Choose a tag to compare

Changes

  • Wrap Orchestra\Foundation\Testing\Installation to use afterApplicationCreated().

Fixes

  • Fallback to use /admin if configuration can't be resolved.
  • Update Command::fire() to Command::handle().

v3.5.1

21 Feb 14:06
Compare
Choose a tag to compare

Changes

  • Update Orchestra\Foundation\RouteResolver to use orchestra.extension.url.
  • Tweak how installation is detected during testing.

v3.5.0

26 Dec 00:09
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.5.

v3.4.4

26 Dec 00:01
Compare
Choose a tag to compare

Changes

  • Boot laravie/authen directly from Orchestra\Foundation\Providers\FoundationServiceProvider.

Deprecates

  • Deprecate Orchestra\Foundation\Bootstrap\LoadAuthen.

v3.4.3

08 Oct 12:39
Compare
Choose a tag to compare

Added

  • Add Orchestra\Foundation\Bootstrap\LoadAuthen.

v3.4.2

28 Sep 08:02
Compare
Choose a tag to compare

Added

  • Add Orchestra\Foundation\Testing\Concerns\WithInstallation trait.
  • Add Orchestra\Foundation\Testing\Installation test helper.

v3.4.1

26 Sep 04:48
Compare
Choose a tag to compare

Fixes

  • Fixes remember_me timing attack vector.

v3.4.0

29 May 22:19
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.4.

Removed

  • Remove deprecated Orchestra\Foundation\Support\Providers\Traits\RouteProviderTrait.
  • Remove deprecated Orchestra\Foundation\Traits\TimezoneTrait.

v3.3.0

16 Dec 11:08
Compare
Choose a tag to compare
  • Update support to Laravel Framework v5.3.20+.
  • A new backend theme with Vue.js integration.
  • Add support for laravie/authen and mpociot/reauthenticate.
  • Remove Orchestra\Foundation\Http\Middleware\CanManage.
  • Remove Orchestra\Foundation\Http\Middleware\RequireCsrfToken.