Releases: orchestral/foundation
Releases · orchestral/foundation
v2.0.15
- Add padding to
.navbar a-navbar.brand
CSS. - Update Bootstrap 3.0-RC2.
Orchestra\Foundation\Reminders\PasswordBroker
should extendsIlluminate\Auth\Reminders\PasswordBroker
.- Fixed CSS styling based on Bootstrap 3-RC2 changes.
- Fixed inconsistent form styling on reset password page.
v2.0.14
- Update Twitter Bootstrap 3.0.0@dev.
- Change footer to show "Powered by Orchestra Platform" instead of a copyright.
- Tweak installation message on Auth usage.
- Convert prefered function to use
Orchestra\Auth\Acl\Fluent::attach()
instead ofOrchestra\Auth\Acl\Fluent::fill()
.
v2.0.13
- Replace deprecated call to
Orchestra\Extension::isActive()
and instead useOrchestra\Extension::activated()
. - Replace call to
handles('orchestra/foundation::*')
tohandles('orchestra::*')
. - Small improvement to migration process during installation.
- Add italian translation.
- Revert alias and provides in
Orchestra\Foundation\Services\TestCase
. - Add
Orchestra\Foundation\Services\ApplicationTestCase
. - Add testcase for
Orchestra\Foundation\Routing\CredentialController
. - Fixed CSS issue on create/update User using Select2.
v2.0.12
v2.0.11
v2.0.10
- Update Bootstrap 3.0.0@dev.
- Remove requirement to use
Illuminate\Support\Fluent
onOrchestra\Foundation\Services\Validation\UserAccount
. - Add client-side JavaScript event on each page load.
- Code improvements.
- Fixed
mkdir(): Permission denied
on uploading extension asset using FTP Publisher.
v2.0.9
- Rename
Orchestra\Foundation\Site::localtime()
toOrchestra\Foundation\Site::toLocalTime()
. - Fixed date is not appended when attaching role to a user, add
withTimestamps()
options to bothOrchestra\Model\User
andOrchestra\Model\Role
. - Add
Orchestra\Foundation\Site::fromLocalTime()
to convert time from local to what set in"app.timezone"
config. - Add
Orchestra\Foundation\Application::locate()
to return relative path to packages/app.
v2.0.8
v2.0.7
- Allow
Orchestra\Foundation\Services\UserMetaRepository
to look for data from eloquent before resolving to default. - Fixed a bug where no roles is assigned to registered user.
- Improved the base grid system to be more readable.
- Multiple bugfixes to the UX and CSS.