Skip to content

Commit 6d9a36a

Browse files
committed
Bump v6.11.6
1 parent 2db4943 commit 6d9a36a

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@
88

99
##Change Log
1010

11+
### v6.11.6 - 2016-06-18
12+
- Fix searching based on configurations. #607
13+
- Fix column wrapping when smart search is disable. #606
14+
1115
### v6.11.5 - 2016-06-01
1216
- Fix HasOne relation which uses different methods to get foreign and other key. #585
13-
17+
1418
###v6.11.4 - 2016-05-30
1519
- Remove media screen to fix styles when printing. #583
16-
20+
1721
###v6.11.3 - 2016-05-20
1822
- Add export button collection. #568
1923
- Fix default print preview view path. #569
@@ -51,18 +55,18 @@
5155

5256
###v6.9.2 - 2016-03-16
5357
- Pull-up isOracleSQL and fix condition using oci8.
54-
58+
5559
###v6.9.1 - 2016-03-11
5660
- Add default array value when getting columns. Fix #448
57-
61+
5862
###v6.9.0 - 2016-03-11
5963
- Re-implement facade.
6064
- Add blacklist and whitelist feature.
6165
- Fix string casting for object values.
6266
- Add missing doc block for getSearchKeyword.
6367
- Fix eloquent engine missing parent constructor.
6468
- Add/Update class doc blocks.
65-
69+
6670
###v6.8.0 - 2016-03-11
6771
- Added Closure support for filterColumn method.
6872
- PR #440. Credits to @codewizz.
@@ -75,13 +79,13 @@
7579

7680
###v6.7.2 - 2016-02-28
7781
- Fix collection engine sorting and sorting function.
78-
- Fix #413 and #415.
82+
- Fix #413 and #415.
7983

8084
###v6.7.1 - 2016-02-26
81-
- Fix multiple column sorting when using eager loaded models. Fix #410
85+
- Fix multiple column sorting when using eager loaded models. Fix #410
8286

8387
###v6.7.0 - 2016-02-26
84-
- Add support for sorting on eager loaded models.
88+
- Add support for sorting on eager loaded models.
8589
- PR #409 - Credits to @ikerasLT.
8690

8791
###v6.6.1 - 2016-02-20
@@ -107,11 +111,11 @@
107111

108112
###v6.4.5 - 2016-02-18
109113
- Allow edit columns for nested arrays. PR #399 - credits to @ramilexe
110-
- Fix flag for case insensitive search. PR #400 - credits to @ansient
111-
114+
- Fix flag for case insensitive search. PR #400 - credits to @ansient
115+
112116
###v6.4.4 - 2016-02-13
113117
- Fix filtering in nested columns of Collections. PR #392
114-
118+
115119
###v6.4.3 - 2016-02-11
116120
- Random cs and doc block fix.
117121
- Code refactoring to reduce complexity.
@@ -174,7 +178,7 @@
174178

175179
###v6.1.2
176180
- Fix possible conflict with Laravel helpers.php file auto-loading. Fix #330.
177-
- Update dataTable service class stub.
181+
- Update dataTable service class stub.
178182

179183
###v6.1.1
180184
- Fix ordering when using basic array response. Fix #322.

0 commit comments

Comments
 (0)