Skip to content

Commit

Permalink
v3.1.6
Browse files Browse the repository at this point in the history
* Rework on configuration binding. Solve issue where configuration is missing when binding occur earlier than service provider booting process especially during testing.
* Use new `Orchestra\Html\HtmlBuilder::attributable()` on table default views.

Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Sep 19, 2015
1 parent 51d29b3 commit ab4bcf6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ title: HTML Change Log

## Version 3.1 {#v3-1}

### v3.1.6 {#v3-1-6}

* Rework on configuration binding. Solve issue where configuration is missing when binding occur earlier than service provider booting process especially during testing.
* Use new `Orchestra\Html\HtmlBuilder::attributable()` on table default views.

### v3.1.5 {#v3-1-5}

* Add `Orchestra\Html\HtmlBuilder::attributable()` method.
Expand Down

0 comments on commit ab4bcf6

Please sign in to comment.