Skip to content

Commit

Permalink
v3.1.7
Browse files Browse the repository at this point in the history
* Reduce usage of magic accessor for form and table builder.
* Don't double escape in `Orchestra\Html\Support\FormBuilder::option()`.
* Allow `Orchestra\Html\Support\FormBuilder::checkbox()` to work with eloquent relationship.
* Fixes incorrect param type in `Orchestra\Html\Support\HtmlBuilder` codeblock.

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

## Version 3.1 {#v3-1}

### v3.1.7 {#v3-1-7}

* Don't double escape in `Orchestra\Html\Support\FormBuilder::option()`.
* Allow `Orchestra\Html\Support\FormBuilder::checkbox()` to work with eloquent relationship.
* Fixes incorrect param type in `Orchestra\Html\Support\HtmlBuilder` codeblock.

### 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.
Expand Down

0 comments on commit 723f37e

Please sign in to comment.