Skip to content

Releases: orchestral/installer

v5.2.0

03 Apr 01:41
Compare
Choose a tag to compare

Added

  • Added Orchestra\Installation\Events\AuthorizationCreated event.
  • Added Orchestra\Installation\Events\SchemaCreated event.

v5.1.0

28 Mar 16:34
Compare
Choose a tag to compare

Changes

  • Set roles directly to User instance.
  • Refactor Orchestra\Installation\Installation.

v5.0.0

28 Mar 16:34
Compare
Choose a tag to compare

Changes

  • Update support for Orchestra Platform v5.x.

Removed

  • Remove deprecated Orchestra\Installation\Installation::bootInstallerFilesForTesting().

v4.3.1

05 Jan 14:43
Compare
Choose a tag to compare

Fixes

  • Only use orchestra.platform.memory when Orchestra Platform is yet to be installed, otherwise use Fluent Memory provider.

v4.3.0

04 Jan 16:11
Compare
Choose a tag to compare

Changes

  • Bind orchestra.platform.memory as alias to orchestra.memory default provider.

v4.2.0

26 Dec 23:09
Compare
Choose a tag to compare

Added

  • Added orchestra:install artisan command to make installation using terminal.

Changes

  • Move HTTP related logic to controller instead of handling it under Orchestra\Installation\Installation.

v4.1.1

16 Dec 15:15
Compare
Choose a tag to compare

Changes

  • Add missing console command description.

v4.1.0

15 Dec 12:49
Compare
Choose a tag to compare

Added

  • Added orchestra:configure-email artisan command to allow reconfigurate e-mail configuration using Laravel default configuration and custom sender information (email and name).

v4.0.0

14 Sep 08:04
Compare
Choose a tag to compare

Changes

  • Update support for Orchestra Platform v4.x.

v3.8.3

10 Sep 10:14
Compare
Choose a tag to compare

Changes

  • Boot installer files using Illuminate\Database\Events\MigrationsStarted event.

Deprecated

  • Deprecate Orchestra\Installation\Installation::bootInstallerFilesForTesting().