We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5e30c commit 5d9305fCopy full SHA for 5d9305f
CHANGELOG.md
@@ -8,6 +8,10 @@
8
9
### [Unreleased]
10
11
+### [v10.1.3] - 2022-09-20
12
+
13
+- Fix relation key name for BelongsToMany #2850
14
15
### [v10.1.2] - 2022-07-12
16
17
- Fix HasOneThrough #2818
@@ -66,7 +70,8 @@
66
70
- Drop support for `ApiResourceDataTable`
67
71
- PHP8 syntax / method signature changed
68
72
69
-[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.1.2...10.x
73
+[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.1.3...10.x
74
+[v10.1.3]: https://github.com/yajra/laravel-datatables/compare/v10.1.3...v10.1.2
75
[v10.1.2]: https://github.com/yajra/laravel-datatables/compare/v10.1.2...v10.1.1
76
[v10.1.1]: https://github.com/yajra/laravel-datatables/compare/v10.1.1...v10.1.0
77
[v10.1.0]: https://github.com/yajra/laravel-datatables/compare/v10.1.0...v10.0.8
0 commit comments