Skip to content

Commit

Permalink
Bump v1.25.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Mar 5, 2022
1 parent a27bdcd commit 29edf86
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.25.1] - 2022-05-05

- Fix doc blocks.
- Update readme.

## [v1.25.0] - 2021-11-08

- Add methods for custom handling of uploaded files.
Expand Down Expand Up @@ -206,7 +211,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.25.0...master
[Unreleased]: https://github.com/yajra/laravel-datatables-editor/compare/v1.25.1...master
[v1.25.1]: https://github.com/yajra/laravel-datatables-editor/compare/v1.25.0...v1.25.1
[v1.25.0]: https://github.com/yajra/laravel-datatables-editor/compare/v1.24.2...v1.25.0
[v1.24.2]: https://github.com/yajra/laravel-datatables-editor/compare/v1.24.1...v1.24.2
[v1.24.1]: https://github.com/yajra/laravel-datatables-editor/compare/v1.24.0...v1.24.1
Expand Down

0 comments on commit 29edf86

Please sign in to comment.