Releases: orchestral/platform
Releases · orchestral/platform
v3.3.0
v3.2.6
- 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
v3.2.5
- 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
- Handle authorization header via
.htaccess
. (@paulvl) - Don't return a login page to a JSON request from
App\Http\Middleware\Authenticate
(@JacobBennett) - Update configuration and language files. (@martinbean, @jspringe, @david-ridgeonnet, @themsaid, @billmn, @taylorotwell)
v3.2.3
v3.2.2
v3.2.1
v3.2.0
- 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 extendsOrchestra\Http\FormRequest
. - Update configuration files:
app
auth
mail
queue