Skip to content

Releases: nickdekruijk/admin

1.7.6

11 May 13:30
Compare
Choose a tag to compare
  • Fix for uploading media

1.7.5

01 May 14:00
Compare
Choose a tag to compare

Only do JSON check if there is actual data

1.7.4

26 Mar 10:43
Compare
Choose a tag to compare
  • Fix media upload with Laravel 7

1.7.3

19 Mar 14:10
Compare
Choose a tag to compare
  • Fixes Str:: errors

1.7.2

05 Mar 17:12
Compare
Choose a tag to compare
  • Fixes a bug for Laravel 7

1.7.1

03 Mar 16:37
Compare
Choose a tag to compare
  • 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

27 Feb 12:49
Compare
Choose a tag to compare
  • Added pivot treeview
  • Reset hiddenBySelect when there is no column to hide

1.6.0

17 Feb 15:07
Compare
Choose a tag to compare
  • 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

27 Jan 11:10
Compare
Choose a tag to compare
  • Ability to set tinymce version and theme tinymce_defaults config
  • Fix possible error with Images trait

1.4.3

24 Dec 14:10
Compare
Choose a tag to compare
  • Media now works on servers that don't allow PATCH and DELETE requests (1.4.2 only fixed models)