Releases: orchestral/foundation
Releases · orchestral/foundation
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
- Migrate
Orchestra\Foundation
from Orchestra Platform 1.2. - Convert
Orchestra\Core
toOrchestra\App
. - Add
Orchestra\App::handle()
to emulate(:bundle)
routing structure in Laravel 3. - Deprecate and remove
Orchestra
, alias toOrchestra\App
, instead introduceorchestra()
helper function as a replacement. - Validations now using services, based on
Orchestra\Support\Validator
. - Menu are now using
Orchestra\Services\Event\AdminMenuHandler
. Orchestra\Mail
are now utilising Laravel 4Mail
class,Orchestra\Mail::send()
would choose either to use basic send or queue based on Orchestra Platform setting.- Fixes bad references to
Orchestra\Support\Str
onOrchestra\Routing\ForgotController
andOrchestra\Routing\RegisterController
. - Update to Twitter Bootstrap 3.
- Replace current implementation for reset password with Laravel 4, with some goodies from Orchestra Platform.
- Remove
Form::token()
as it's automatically added byForm::open()
. - Add support to use
sendmail
as e-mail transport. - Reduce usage of Blade syntax, since
{
and}
can be customised by the user Orchestra Platform shouldn't depend on it. - Fixed invalid generated URL to delete users.
- Add
Orchestra\Testbench
package to help unit testing controllers. - Allow
handles('orchestra::/')
to aliashandles('orchestra/foundation::/')
. - Add
resources('foo')
to aliashandles('orchestra/foundation::resources/foo')
.