From 37db99b5c1078f67261f839639b8d2d9fcd4ad75 Mon Sep 17 00:00:00 2001 From: "Arjay Q. Angeles" Date: Wed, 28 Apr 2021 12:02:40 +0800 Subject: [PATCH] Bump v1.23.0 :rocket: --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2ee4a..3436166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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