Skip to content

Commit

Permalink
v3.0.14
Browse files Browse the repository at this point in the history
* Allow meta `description` and `author` to be configurable.
* Add meta to share CSRF token.
* Make it easier to extends user table by extending `Orchestra\Foundation\Http\Presenters\User`.
* Move `Orchestra\Foundation\Support\Providers\Traits\RouteProviderTrait` properties to implementing class.
* Assets:
  - Added Font Awesome v4.3.0
  - Update Twitter Bootstrap v3.3.5
  - Update Javie v2.0.2
  - Update Underscore.js v1.8.3

Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jul 28, 2015
1 parent a4a60ba commit 0ac7045
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/changes.md
Expand Up @@ -5,6 +5,18 @@ title: Foundation Change Log

## Version 3.0 {#v3-0}

### v3.0.14 {#v3-0-14}

* Allow meta `description` and `author` to be configurable.
* Add meta to share CSRF token.
* Make it easier to extends user table by extending `Orchestra\Foundation\Http\Presenters\User`.
* Move `Orchestra\Foundation\Support\Providers\Traits\RouteProviderTrait` properties to implementing class.
* Assets:
- Added Font Awesome v4.3.0
- Update Twitter Bootstrap v3.3.5
- Update Javie v2.0.2
- Update Underscore.js v1.8.3

### v3.0.13 {#v3-0-13}

* Add support for menu nesting with `Orchestra\Foundation\Support\MenuHandler`.
Expand Down

0 comments on commit 0ac7045

Please sign in to comment.