Skip to content

Releases: orchestral/platform

v2.1.0

13 Jan 10:52
Compare
Choose a tag to compare
  • 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

21 Oct 04:13
Compare
Choose a tag to compare
  • Added Orchestra\Auth\CommandServiceProvider, Orchestra\Extension\CommandServiceProvider and Orchestra\Memory\CommandServiceProvider.
  • Move pre-update-cmd to post-update-cmd, solves inconveniences.

v2.0.5

09 Oct 07:07
Compare
Choose a tag to compare
  • Declare TestCase as an abstract class.
  • Move minimum-stability to stable.
  • Add note about expiry time on reminders.

v2.0.4

30 Aug 15:04
Compare
Choose a tag to compare
  • Use Orchestra\Translation\TranslationServiceProvider instead of Illuminate\Translation\TranslationServiceProvider.

v2.0.3

14 Aug 17:11
Compare
Choose a tag to compare
  • 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

03 Aug 19:43
Compare
Choose a tag to compare
  • Add expire option to reminder config.
  • Added array validation language lines.
  • Change minimum stability to RC.

v2.0.1

16 Jul 14:31
Compare
Choose a tag to compare
  • Add Control Extension for Orchestra Platform 2.

v2.0.0

03 Jul 05:45
Compare
Choose a tag to compare
  • Migrate from version 1.2 to support Laravel 4.
  • Upgrade to Twitter Bootstrap 3.