Skip to content

Releases: orchestral/platform

v3.0.6

01 Jun 08:29
Compare
Choose a tag to compare
  • Update composer.json commands.
  • Update language string based on Laravel changes.

v3.0.5

29 Apr 02:28
Compare
Choose a tag to compare
  • Add fallback location for compiled.php include path.
  • Tweak location where you should put your code if you want to customize App\Providers\RouteServiceProvider::boot().
  • Multiple code standard fixes.

v3.0.4

31 Mar 15:06
Compare
Choose a tag to compare
  • Fixes infinite redirect when accessing a folder for Apache HTTP Web Server.
  • Update services.stripe.model to use App\User by default.
  • Fixes missing fullname field for frontend user registration.

v3.0.3

14 Mar 03:19
Compare
Choose a tag to compare
  • Rename Orchestra\Foundation\Middleware\UseBackendTheme to Orchestra\Foundation\Http\Middleware\UseBackendTheme.
  • Update compiled.php generated path.

v3.0.2

02 Mar 11:52
Compare
Choose a tag to compare
  • Allow mail configuration to use environment variables.
  • Remove optional Avatar and Facile from app aliases.
  • Add Glyphicons for Twitter Bootstrap.

v3.0.1

19 Feb 14:36
Compare
Choose a tag to compare
  • App\Providers\RouteServiceProvider should extends Orchestra\Foundation\Support\Providers\RouteServiceProvider.
  • Add Memory, Messages, Notifier and Table to app aliases.

v3.0.0

11 Feb 06:17
Compare
Choose a tag to compare
  • Update support to Laravel Framework v5.0.
  • Add App\Providers\ExtensionServiceProvider.
  • Include orchestra/installer and orchestra/testing by default.
  • Remove orchestra/story from default installation (optional extension).
  • Improves default page.

v2.2.5

13 Nov 08:30
Compare
Choose a tag to compare
  • Convert csrf closure filter to be resolved via Orchestra\Foundation\Filters\VerifyCsrfToken.

v2.1.7

13 Nov 08:30
Compare
Choose a tag to compare
  • Convert csrf closure filter to be resolved via Orchestra\Foundation\Filters\VerifyCsrfToken.

v2.2.4

13 Nov 08:26
Compare
Choose a tag to compare
  • New welcome page.
  • Check for session token type.