Skip to content

Commit 8aedd88

Browse files
committed
Bump v8.13.4 🚀
1 parent 909adca commit 8aedd88

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
### [Unreleased]
1010

11+
### [v8.13.4] - 2019-01-29
12+
13+
- Added optional merge of config raw columns to rawColumns method. [#1960], credits to [@Spodnet]
14+
1115
### [v8.13.3] - 2019-01-05
1216

1317
- Revert [#1942].
@@ -277,7 +281,8 @@ return (new CollectionDataTable(User::all())->toJson();
277281
- Fix orderColumn api where related tables are not joined.
278282
- Fix nested with relation search and sort function.
279283

280-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v8.13.3...8.0
284+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v8.13.4...8.0
285+
[v8.13.4]: https://github.com/yajra/laravel-datatables/compare/v8.13.3...v8.13.4
281286
[v8.13.3]: https://github.com/yajra/laravel-datatables/compare/v8.13.2...v8.13.3
282287
[v8.13.2]: https://github.com/yajra/laravel-datatables/compare/v8.13.1...v8.13.2
283288
[v8.13.1]: https://github.com/yajra/laravel-datatables/compare/v8.13.0...v8.13.1
@@ -367,6 +372,7 @@ return (new CollectionDataTable(User::all())->toJson();
367372
[#1912]: https://github.com/yajra/laravel-datatables/pull/1912
368373
[#1852]: https://github.com/yajra/laravel-datatables/pull/1852
369374
[#1942]: https://github.com/yajra/laravel-datatables/pull/1942
375+
[#1960]: https://github.com/yajra/laravel-datatables/pull/1960
370376

371377
[#1626]: https://github.com/yajra/laravel-datatables/issues/1626
372378
[#1617]: https://github.com/yajra/laravel-datatables/issues/1617
@@ -411,3 +417,4 @@ return (new CollectionDataTable(User::all())->toJson();
411417
[@zeyad82]: https://github.com/zeyad82
412418
[@sharifzadesina]: https://github.com/sharifzadesina
413419
[@ridaamirini]: https://github.com/ridaamirini
420+
[@Spodnet]: https://github.com/Spodnet

0 commit comments

Comments
 (0)