Releases: novius/laravel-backpack-crud-extended
Releases · novius/laravel-backpack-crud-extended
0.4.0
Add Backack\CRUD v3.4 support
0.3.2
- #33 UploadableImage trait for Spatie MediaLibrary
- #35 Fix attributes (getter, setter, filesAttributes)
0.2.8
- #32 UploadableImage trait for Spatie MediaLibrary
0.3.1
- #30 - Fix reoder anonymous function
0.3.0
- #29 - Backpack\CRUD 3.3 support
This release require Laravel 5.5 and PHP 7.1
0.2.7
- #31 - Fix reorder anonymous function
0.2.6
- #26 - add class wrapperAttributes field
- #27 - fixes bug in image.blade.php
0.2.5
#25 - Fixed the way images are saved, adding the correct extension type at the end of the fileName.
0.2.4
- #22 - UploadImageService, refactor deleteImage
- #23 - index route and save action options
0.2.3
- #21 - Uploadable image trait : add a callback after deleting or after saving an image