Skip to content

Commit 1fc2ca8

Browse files
committed
Bump v9.1.1 🚀
1 parent d725ca0 commit 1fc2ca8

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+
### [v9.1.1] - 2019-04-25
12+
13+
- Revert [#2051], fix [#2058]. [#2072].
14+
1115
### [v9.1.0] - 2019-04-24
1216

1317
#### FIXED
@@ -309,7 +313,8 @@ return (new CollectionDataTable(User::all())->toJson();
309313
- Fix orderColumn api where related tables are not joined.
310314
- Fix nested with relation search and sort function.
311315

312-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.1.0...9.0
316+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.1.1...9.0
317+
[v9.1.1]: https://github.com/yajra/laravel-datatables/compare/v9.1.0...v9.1.1
313318
[v9.1.0]: https://github.com/yajra/laravel-datatables/compare/v9.0.1...v9.1.0
314319
[v9.0.1]: https://github.com/yajra/laravel-datatables/compare/v9.0.0...v9.0.1
315320
[v9.0.0]: https://github.com/yajra/laravel-datatables/compare/v8.13.5...v9.0.0
@@ -411,7 +416,9 @@ return (new CollectionDataTable(User::all())->toJson();
411416
[#1813]: https://github.com/yajra/laravel-datatables/pull/1813
412417
[#2067]: https://github.com/yajra/laravel-datatables/pull/2067
413418
[#2051]: https://github.com/yajra/laravel-datatables/pull/2051
419+
[#2072]: https://github.com/yajra/laravel-datatables/pull/2072
414420

421+
[#2058]: https://github.com/yajra/laravel-datatables/issues/2058
415422
[#1626]: https://github.com/yajra/laravel-datatables/issues/1626
416423
[#1617]: https://github.com/yajra/laravel-datatables/issues/1617
417424
[#1294]: https://github.com/yajra/laravel-datatables/issues/1294

0 commit comments

Comments
 (0)