Releases: FrozenNode/Laravel-Administrator
Releases · FrozenNode/Laravel-Administrator
Version 5.0.1
- Bugfix: Fixing csrf token mismatches for some requests
Version 5.0.0
- Upgraded to Laravel 5
- New translations (az)
Version 4.16.5
- Bugfix: Another strange old bug where multiple search fields would do a where and instead of a where or
Version 4.16.4
- Bugfix: Strange old bug when using only a setter field on a model
Version 4.16.3
- Bugfix: Adding validateString back into Admin validator to avoid issues with old versions of Laravel
Version 4.16.2
- Bugfix: New Illuminate validateString method did the same thing as the Administrator method of the same name
Version 4.16.1
- Bugfix: Previous update broke temporary upload paths
Version 4.16.0
- 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
- 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
- Bugfix: Query clauses in the newQuery method for models was throwing errors if bindings were involved