Releases: nickdekruijk/admin
Releases · nickdekruijk/admin
1.7.6
- Fix for uploading media
1.7.5
Only do JSON check if there is actual data
1.7.4
- Fix media upload with Laravel 7
1.7.3
- Fixes Str:: errors
1.7.2
- Fixes a bug for Laravel 7
1.7.1
- Replaced str_slug and str_random with Str::slug and Str::random so laravel/helpers isn't required anymore
- Laravel 7 doesn't include App\Http\Controllers\Auth\LoginController anymore by default so LoginController doesn't extend it anymore
1.7.0
- Added pivot treeview
- Reset hiddenBySelect when there is no column to hide
1.6.0
- Added htmlview column type for showing readonly html content (can be edited as plain text like array columns)
- Show objects inside array column as table rows/cells
- Add file_picker_callback for TinyMCE5
1.5.0
- Ability to set tinymce version and theme tinymce_defaults config
- Fix possible error with Images trait
1.4.3
- Media now works on servers that don't allow PATCH and DELETE requests (1.4.2 only fixed models)