Skip to content

Commit

Permalink
Bump v1.23.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Apr 28, 2021
1 parent 84f949d commit 37db99b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

## [v1.23.0] - 2020-04-28

- Add customActions property. #58
- Fix HTTP code (422) when an error occurs.

## [v1.22.0] - 2020-09-09

- Add support for Laravel 8.
Expand Down Expand Up @@ -184,7 +189,8 @@ Rule::unique($model->getTable())
- CRUD pre / post events hooks.
- Artisan command for DataTables Editor generation.

[Unreleased]: https://github.com/yajra/laravel-datatables-editor/compare/v1.22.0...master
[Unreleased]: https://github.com/yajra/laravel-datatables-editor/compare/v1.23.0...master
[v1.23.0]: https://github.com/yajra/laravel-datatables-editor/compare/v1.22.0...v1.23.0
[v1.22.0]: https://github.com/yajra/laravel-datatables-editor/compare/v1.21.0...v1.22.0
[v1.21.0]: https://github.com/yajra/laravel-datatables-editor/compare/v1.20.0...v1.21.0
[v1.20.0]: https://github.com/yajra/laravel-datatables-editor/compare/v1.19.0...v1.20.0
Expand Down

0 comments on commit 37db99b

Please sign in to comment.