File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11# Laravel DataTables Buttons Plugin CHANGELOG.
22
3- ## UNRELEASED
3+ ## v9.0.0 - UNRELEASED
44
55- Added Laravel 9 specific support
66- Bump major version to match with the framework
Original file line number Diff line number Diff line change @@ -19,12 +19,15 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
1919## Documentations
2020- [ Laravel DataTables Documentation] ( http://yajrabox.com/docs/laravel-datatables )
2121
22- ## NOTE
23- This version is still on experimental stage. Until Laravel DataTables v8.x stable version is released,
24- there might be a breaking changes that may be included on future releases.
22+ ## Laravel Version Compatibility
23+
24+ | Laravel | Package |
25+ | :--------------| :--------|
26+ | 8.x and below | 4.x |
27+ | 9.x | 9.x |
2528
2629## Quick Installation
27- ` composer require yajra/laravel-datatables-buttons:^4 .0 `
30+ ` composer require yajra/laravel-datatables-buttons:^9 .0 `
2831
2932#### Service Provider (Optional on Laravel 5.5)
3033` Yajra\DataTables\ButtonsServiceProvider::class `
You can’t perform that action at this time.
0 commit comments