Skip to content

Commit d85285c

Browse files
committed
Bump v9.11.1 🚀
1 parent 0b7067a commit d85285c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

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

99
### [Unreleased]
1010

11+
### [v9.11.1] - 2020-10-06
12+
13+
- Use simple numeric sorting when dealing with numeric values [#2478], credits to [@miken32]
14+
- Fix [#1934].
15+
1116
### [v9.11.0] - 2020-09-09
1217

1318
- Add support for Laravel 8. [#2457] by [@lloricode]
@@ -389,7 +394,8 @@ return (new CollectionDataTable(User::all())->toJson();
389394
- Fix orderColumn api where related tables are not joined.
390395
- Fix nested with relation search and sort function.
391396

392-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.11.0...9.0
397+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.11.1...9.0
398+
[v9.11.1]: https://github.com/yajra/laravel-datatables/compare/v9.11.0...v9.11.1
393399
[v9.11.0]: https://github.com/yajra/laravel-datatables/compare/v9.10.2...v9.11.0
394400
[v9.10.2]: https://github.com/yajra/laravel-datatables/compare/v9.10.1...v9.10.2
395401
[v9.10.1]: https://github.com/yajra/laravel-datatables/compare/v9.10.0...v9.10.1
@@ -530,7 +536,9 @@ return (new CollectionDataTable(User::all())->toJson();
530536
[#2391]: https://github.com/yajra/laravel-datatables/pull/2391
531537
[#2382]: https://github.com/yajra/laravel-datatables/pull/2382
532538
[#2414]: https://github.com/yajra/laravel-datatables/pull/2414
539+
[#2478]: https://github.com/yajra/laravel-datatables/pull/2478
533540

541+
[#1934]: https://github.com/yajra/laravel-datatables/issues/1934
534542
[#2091]: https://github.com/yajra/laravel-datatables/issues/2091
535543
[#2058]: https://github.com/yajra/laravel-datatables/issues/2058
536544
[#1626]: https://github.com/yajra/laravel-datatables/issues/1626
@@ -610,3 +618,4 @@ return (new CollectionDataTable(User::all())->toJson();
610618
[@ehsanrasta]: https://github.com/ehsanrasta
611619
[@mgralikowski]: https://github.com/mgralikowski
612620
[@edwwaarrdd]: https://github.com/edwwaarrdd
621+
[@miken32]: https://github.com/miken32

0 commit comments

Comments
 (0)