Releases: orchestral/platform
Releases · orchestral/platform
v2.1.0
- Add Control Extension for Orchestra Platform 2.
- Add Story CMS Extension for Orchestra Platform 2.
- Add service providers:
Illuminate\Remote\RemoteServiceProvider
.
Orchestra\Notifier\NotifierServiceProvider
.
- Update changes to Laravel Routing.
- Move to single file log setup for simplicity.
- Consolidate all console support tools to
Illuminate\Foundation\Providers\ConsoleSupportServiceProvider
and Orchestra\Foundation\ConsoleSupportServiceProvider
.
- Move user registration email template to
app/views/emails/auth/register.blade.php
.
v2.0.6
- Added
Orchestra\Auth\CommandServiceProvider
, Orchestra\Extension\CommandServiceProvider
and Orchestra\Memory\CommandServiceProvider
.
- Move pre-update-cmd to post-update-cmd, solves inconveniences.
v2.0.5
- Declare
TestCase
as an abstract class.
- Move minimum-stability to stable.
- Add note about expiry time on reminders.
v2.0.4
- Use
Orchestra\Translation\TranslationServiceProvider
instead of Illuminate\Translation\TranslationServiceProvider
.
v2.0.3
- Include Story CMS Extension for Orchestra Platform 2.
- Package asset should be handled via artisan or ftp publishing. Ignore the files from committed to git.
v2.0.2
- Add expire option to reminder config.
- Added array validation language lines.
- Change minimum stability to RC.
v2.0.1
- Add Control Extension for Orchestra Platform 2.
v2.0.0
- Migrate from version 1.2 to support Laravel 4.
- Upgrade to Twitter Bootstrap 3.