Skip to content

Releases: FrozenNode/Laravel-Administrator

Version 5.0.1

04 Mar 00:06
Compare
Choose a tag to compare
  • Bugfix: Fixing csrf token mismatches for some requests

Version 5.0.0

27 Feb 03:10
Compare
Choose a tag to compare
  • Upgraded to Laravel 5
  • New translations (az)

Version 4.16.5

18 Feb 19:08
Compare
Choose a tag to compare
  • Bugfix: Another strange old bug where multiple search fields would do a where and instead of a where or

Version 4.16.4

17 Feb 06:54
Compare
Choose a tag to compare
  • Bugfix: Strange old bug when using only a setter field on a model

Version 4.16.3

16 Feb 21:48
Compare
Choose a tag to compare
  • Bugfix: Adding validateString back into Admin validator to avoid issues with old versions of Laravel

Version 4.16.2

29 Jan 18:35
Compare
Choose a tag to compare
  • Bugfix: New Illuminate validateString method did the same thing as the Administrator method of the same name

Version 4.16.1

23 Jan 01:16
Compare
Choose a tag to compare
  • Bugfix: Previous update broke temporary upload paths

Version 4.16.0

23 Jan 00:45
Compare
Choose a tag to compare
  • It's now possible to use the raw value of a file/image field to help with storing files on remote servers.

Version 4.15.0

17 Nov 03:32
Compare
Choose a tag to compare
  • New uneditable states for color, password, enum, and wysiwyg fields for when the editable option resolves to false
  • New translations (sk)
  • Bugfix: Editable fields are now also verified on the back end
  • Bugfix: Setting a string image length would fail uploads
  • Bugfix: Basic validation for relationship fields wasn't working
  • Bugfix: "Characters left" text was sitting unnecessarily outside the "editable" conditional
  • Bugfix: Some missing image-related translations
  • Bugfix: Editable option wasn't working for some fields

Version 4.14.2

05 Nov 01:44
Compare
Choose a tag to compare
  • Bugfix: Query clauses in the newQuery method for models was throwing errors if bindings were involved