Skip to content

Commit e0b416d

Browse files
committed
Bump v9.15.2 🚀
1 parent 027bb53 commit e0b416d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

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

99
### [Unreleased]
1010

11+
### [v9.15.2] - 2020-12-04
12+
13+
- Remove raw sql when using regex and wrap the column name.
14+
1115
### [v9.15.1] - 2020-12-03
1216

1317
- Fix search pane builder instance when using eloquent. [#2540]
@@ -426,7 +430,8 @@ return (new CollectionDataTable(User::all())->toJson();
426430
- Fix orderColumn api where related tables are not joined.
427431
- Fix nested with relation search and sort function.
428432

429-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.15.1...9.0
433+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.15.2...9.0
434+
[v9.15.2]: https://github.com/yajra/laravel-datatables/compare/v9.15.1...v9.15.2
430435
[v9.15.1]: https://github.com/yajra/laravel-datatables/compare/v9.15.0...v9.15.1
431436
[v9.15.0]: https://github.com/yajra/laravel-datatables/compare/v9.14.2...v9.15.0
432437
[v9.14.2]: https://github.com/yajra/laravel-datatables/compare/v9.14.1...v9.14.2

0 commit comments

Comments
 (0)