Voyager Versions Save

Voyager - The Missing Laravel Admin

v1.1.12

5 years ago

v1.1.12 is the last version in v1.1 and only contains a security fix where a setting value could be nulled through CSRF (#3858)

v1.1.11

5 years ago

Bugfixes:

  • File-formfield stores [] when not uploading new files (#3521)
  • Problem when installing with Laravel > 5.7.14 because of locked DBAL version (#3775)
  • Removed required attribute from Richtextbox (#3777)
  • Fixed relationship required condition (#3785)
  • Fixed BREAD-editor breadcrumbs (#3779)
  • Coordinates formfield containing invalid HTML (#3798)
  • AlertTrait used wrong translation string (#3797)
  • MediaManager throws Forbidden error in browser-console (#3807)
  • Additional relationships for Posts not working (#3822)
  • Delete images from posts (#3809)
  • Keep old images when not uploading new images (#3070)
  • Check permissions for all media-manager methods (#3821)
  • Publish avatar when not using dummy data (#3818)
  • Clear multiselects (#3547)

Enhancements:

  • Use mb_substr(..) instead of substr(..) (#3667)
  • Remove codeclimate/php-test-reporter (#3699)
  • Remove menu item when BREAD is deleted (#3621)
  • Set default order for browsing BREADs (#3781) (Documentation)
  • Delete MenuItem when BREAD is deleted (#3621)
  • Removed unnecessary margin from browse-buttons (#3762)
  • Replaced some hardcoded strings with translations (#3808)
  • Support single/multi file removal (#3240)
  • Added missing order updated language-string (#3780)
  • Raise timeout for dropzone uploads (#3704)
  • Display images on order-page (#3814)
  • Select a default search-column (#3549)

Language updates:

  • Japanese (#3674)
  • Traditional Chinese (#3694)
  • Chinese (#3718)
  • Portuguese (#3692)
  • Kurdish (#3720)

v1.1.10

5 years ago

Bugfixes:

  • Fix browse.blade.php (#3660)
  • Fix edit-add.blade.php (#3661)
  • Handle default value when rendering JSON details field (#3662)

Language updates:

  • Turkish update (#3658)

v1.1.9

5 years ago

Bugfixes:

  • Undefined variable dataRow (#3653)

Enhancements:

  • Multiple-images now uses getKey() instead of fixed ID (#3645)

v1.1.8

5 years ago

Bugfixes:

  • Relationship accessor fix (#3444)

Enhancements:

  • Docs are now hosted on Github/Gitbook (#3629)
  • menu() can now return an array (#3571) -- Documentation
  • Permission-roles relationship is now belongsToMany (#3618)
  • Tweaking usage of JSON "details" field (#3637)

v1.1.7

5 years ago

Quick bugfix for trying to get property 'model_name' of null (#3596)

v1.1.6

5 years ago

Bugfixes:

  • Fix menu permissions issue (#3570)
  • Added null check around json_decode (#3580)
  • Fix for "file" type Settings being overwritten when saving (#3587)
  • Refactoring usage of DataType name field to use Model $table property instead (#3592)

Language updates:

  • Spanish update (#3588)

v1.1.5

5 years ago

Fix for Laravel 5.7 support, changing use of blade or operator to isset()

v1.1.4

5 years ago

Bugfixes:

  • Missing parameters for Image Content-Type (#3473)
  • Undefined variable: path in File Content-Type (#3463)
  • Missed instance converting $options to $this->options (#3508)
  • Using Intervention Image facade instead of static class (#3525)
  • Removed extra curly braces (#3526)
  • Properly handle edge-cases with decoding JSON options (#3500)

Enhancements:

  • Laravel 5.7 support (#3544)
  • Menu-builder modal button labels (#3390)
  • Only hide ID field for belongsTo relationships (#3451)
  • Resizeable support for multiple images (#3288)
  • preserveFileUploadName also for files (#3164)
  • Explicit cast to bool for the required attribute in datatypes (#3117)
  • MenuItemPolicy no longer uses hard-coded browse permission (#3501)
  • Various enhancements (#3099)

Language updates:

  • Russian compass translations (#3409)
  • Russian seeder translations (#3466)
  • Portuguese (#3465)
  • Farsi (#3391)

v1.1.3

5 years ago

Bugfixes:

  • Posts body not translatable (#3265)
  • Changing exception type for canOrFail (#3274)
  • Removing options from a Select Dropdown may cause an exception (#3266)

Enhancements:

  • Tables created by Voyager now use the configured charset (#3280)
  • Database-Tool table enhancement (#3260)

Language updates:

  • Turkish (#3348)
  • French (#3269)
  • Galician (#3324)
  • Russian (#3257)
  • Farsi (#3289)