Skip to content

Commit c4baacc

Browse files
committed
Bump v9.19.1 🚀
1 parent 6a46ee1 commit c4baacc

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,12 @@
88

99
### [Unreleased]
1010

11+
### [v9.19.1] - 2022-03-05
12+
13+
- Fix Formatter::format() doc block.
14+
- Fix `are` Word in Description #2743
15+
- Update README #2735
16+
1117
### [v9.19.0] - 2022-01-18
1218

1319
- Support for Laravel 9 #2727
@@ -480,7 +486,8 @@ return (new CollectionDataTable(User::all())->toJson();
480486
- Fix orderColumn api where related tables are not joined.
481487
- Fix nested with relation search and sort function.
482488

483-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.19.0...9.0
489+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.19.1...9.0
490+
[v9.19.1]: https://github.com/yajra/laravel-datatables/compare/v9.19.0...v9.19.1
484491
[v9.19.0]: https://github.com/yajra/laravel-datatables/compare/v9.18.2...v9.19.0
485492
[v9.18.2]: https://github.com/yajra/laravel-datatables/compare/v9.18.1...v9.18.2
486493
[v9.18.1]: https://github.com/yajra/laravel-datatables/compare/v9.18.0...v9.18.1

0 commit comments

Comments
 (0)