# Laravel DataTables Editor CHANGELOG

## [Unreleased](https://github.com/yajra/laravel-datatables-editor/compare/v11.0.0...master)

## [v11.0.2](https://github.com/yajra/laravel-datatables-editor/compare/v11.0.1...v11.0.2) - 2024-09-20

- fix: missing restore concern #89

## [v11.0.1](https://github.com/yajra/laravel-datatables-editor/compare/v11.0.0...v11.0.1) - 2024-09-12

- fix: display of multiple errors when doing batch action #88

## [v11.0.0](https://github.com/yajra/laravel-datatables-editor/compare/1,x...v11.0.0) - 2024-03-16

- Laravel 11 support
- CRUD Event hooks methods are now added by default.
- Added pint for code style
- Added phpstan
- Added rector
- Code updated with PHP8.2 syntax. Type hints might cause a breaking change
