Skip to content

Releases: orchestral/platform

v3.3.0

03 Dec 06:19
Compare
Choose a tag to compare
  • Update support to Laravel Framework v5.3.
  • Add App\Providers\BroadcastServiceProvider.
  • Add App\Providers\InstallerServiceProvider.
  • Remove App\Console\Commands\Inspire.
  • Remove App\Events\Event.
  • Remove App\Http\Middleware\Authenticate.
  • Remove App\Jobs\Job.

v3.2.6

22 Jun 15:11
Compare
Choose a tag to compare
  • Fixes PHPUnit configuration. (@GrahamCampbell)
  • Add language line for image dimensions validation rule. (@themsaid)
  • Add application log level configuration. (@michaeldyrynda)
  • Add missing Mandrill secret keys in services config. (@luqmanrom)
  • Always use the same password for testing. Which is "secret".
  • Use Orchestra\Foundation\ComposerScripts during composer install and update.

v3.1.11

14 Jun 14:12
Compare
Choose a tag to compare
  • Add support for stable composer via Orchestra\Foundation\ComposerScripts.

v3.2.5

26 Mar 07:29
Compare
Choose a tag to compare
  • Update default routes file. (@taylorotwell)
  • Allow for setting sqlite database via env. (@dakira)
  • Use Laravel standard on opening tag/namespace.
  • Ignore schedule files. (@kevinsimard)

v3.2.4

10 Mar 13:07
Compare
Choose a tag to compare

v3.2.3

16 Jan 07:07
Compare
Choose a tag to compare
  • Add jwt Auth Guard.
  • Replace deprecated Illuminate\Foundation\Validation\ValidationException with Illuminate\Validation\ValidationException.

v3.2.2

01 Jan 13:07
Compare
Choose a tag to compare
  • Appends e-mail address on password reset token link.

v3.2.1

27 Dec 13:19
Compare
Choose a tag to compare
  • Replace Illuminate\Mail\MailServiceProvider with Orchestra\Notifier\MailServiceProvider.
  • Remove deprecated manage route middleware.
  • Use available backend route middleware under orchestra middleware group.

v3.2.0

26 Dec 19:27
Compare
Choose a tag to compare
  • Update support to Laravel Framework v5.2.
  • Add HTML based e-mail templates and use it as default.
  • Add orchestra middleware group.
  • Add orchestra/studio as dev dependencies.
  • Convert App\Requests\Request to extends Orchestra\Http\FormRequest.
  • Update configuration files:
    • app
    • auth
    • mail
    • queue

v3.1.10

06 Dec 12:20
Compare
Choose a tag to compare
  • Add orchestra/studio as dev dependencies.
  • Update configurations.
  • Bump elixir requirement to ^4.0.0.