Skip to content

Releases: orchestral/workbench

v11.2.0

Choose a tag to compare

@crynobone crynobone released this 22 Jul 10:04
Immutable release. Only release title and notes can be modified.

Changes

  • Override schedule:work command.
  • Update NPM Dependencies.

v10.2.0

Choose a tag to compare

@crynobone crynobone released this 22 Jul 09:53
Immutable release. Only release title and notes can be modified.

Changes

  • Override schedule:work command.
  • Update NPM Dependencies.

v10.1.0

Choose a tag to compare

@crynobone crynobone released this 24 Mar 23:06

Changes

  • Utilise Orchestra\Canvas\Core\Actions.
  • Replace hardcoded Workbench\App\Models\User within Orchestra\Workbench\Http\Controllers\Auth\RegisteredUserController class
  • Resolves user model from TESTBENCH_USER_MODEL environment variable (if available).

v9.15.0

Choose a tag to compare

@crynobone crynobone released this 24 Mar 15:18

Changes

  • Utilise Orchestra\Canvas\Core\Actions.
  • Replace hardcoded Workbench\App\Models\User within Orchestra\Workbench\Http\Controllers\Auth\RegisteredUserController class
  • Resolves user model from TESTBENCH_USER_MODEL environment variable (if available).

v8.19.0

Choose a tag to compare

@crynobone crynobone released this 24 Mar 15:17

Changes

  • Utilise Orchestra\Canvas\Core\Actions.
  • Replace hardcoded Workbench\App\Models\User within Orchestra\Workbench\Http\Controllers\Auth\RegisteredUserController class
  • Resolves user model from TESTBENCH_USER_MODEL environment variable (if available).

v7.19.0

Choose a tag to compare

@crynobone crynobone released this 24 Mar 14:59

Changes

  • Utilise Orchestra\Canvas\Core\Actions.
  • Replace hardcoded Workbench\App\Models\User within Orchestra\Workbench\Http\Controllers\Auth\RegisteredUserController class
  • Resolves user model from TESTBENCH_USER_MODEL environment variable (if available).

v11.0.1

Choose a tag to compare

@crynobone crynobone released this 18 Mar 23:05
39bcc78

Fixes

  • Fix generated user-factory.stub.

v11.0.0

Choose a tag to compare

@crynobone crynobone released this 16 Mar 15:54

Changes

  • Update support for Laravel Framework v13.

v10.0.8

Choose a tag to compare

@crynobone crynobone released this 12 Jan 14:51

Changes

  • Update DatabaseSeeder stub file.
  • Update dependencies and assets.

v9.14.0

Choose a tag to compare

@crynobone crynobone released this 12 Jan 14:51

Added

  • Add Orchestra\Workbench\Actions\WriteEnvironmentVariables.

Changes

  • Allows Database\Factories\UserFactory to be updated to Workbench namespace.
  • Convert Collection::make() to new Collection().
  • Update dependencies and assets.