Voyager Versions Save

Voyager - The Missing Laravel Admin

v1.3.1

4 years ago

Security bugfixes

  • Voyager assets loading (#4574)

Bugfixes

  • Creating thumbs in subfolders with Media Picker (#4502)
  • Code editor plugin loading other languages (#4522)
  • Fix check if a relationship is taggable (#4496)
  • Properly load ACE-Editor plugins (#4522)
  • Relation method (#4539)
  • BelongsTo field loosing selection on validatation error (#4601)
  • BelongsToMany field loosing selection on validatation error (#4602)
  • Date for Safari (#4566)
  • Delete bread action (#4587)
  • Routes with empty required parameters (#4606)
  • Prevent loading extraordinary assets (#4569)
  • Routes with UTF-8 characters (#4605)
  • Reference to Intervention\Image service provider in Install command (#4638)
  • Ability to delete uploaded file (#4550)
  • Delete multiple uploaded images (#4552)
  • Array validation (#4624)
  • re-align custom formfield views with defaults (#4628)
  • remove translation duplication for RTE (#4647)

Enhancements:

  • Escaping in templates (#4545)
  • Select2 search on additional attribute (#4562)
  • Update edit-add template for Posts (#4603)
  • Added bulgarian (bg) translations (#4619)
  • Load relationships based on action (edit/add) (#4539)
  • Policies now properly support soft-delete (#4563)
  • Support global database prefix (#4546)
  • Added tests for uploaded media (#4553)
  • Support adding new locales in app itself (#4621)
  • Add details field for relationships (#4633)

Translation updates:

  • RU fixes (#4535, #4536)

v1.3.0

4 years ago

Please read the upgrade guide to upgrade from Voyager 1.2 to 1.3

New features:

  • Laravel 6 support

Bugfixes:

  • Select all BREAD-entries wasn't working (#4370)
  • Multilanguage changed other fields in a menu-item (#4369)
  • Files getting removed from Settings on update (#4309)
  • Delete uploaded files in BREADs (#4113)
  • Media-Picker was always collapsed (#4363)
  • Make markdown formfields translatable (#4361)
  • Relationship-tagging not working (#4397)
  • Clicking "None" in relationships didn't remove the already selected entries (#4397)
  • Custom guards didn't work with gates and permissions (#4384)
  • TinyMCE now loads correctly over HTTPS (#4464)
  • RTL layout fixes (#4479)
  • Multiple checkbox not displaying correct data (#4484)
  • Datatable ordering broken on browse with no checkboxColumn (#4460)

Enhancements:

  • Remember old input in User-BREAD (#4348)
  • Validate fields without Ajax for Roles (#4351)
  • Replace hardcoded id to getKey() in formfields (#4317)
  • Remove uploaded file in settings (#4310)
  • Redirect after saving based on permissions (#4453)
  • Better Coordinates formfield (#4474)

v1.2.7

4 years ago

v1.2.7 is the last version in v1.2

Improvements:

  • Display names for BREADs and field-titles can now be translated (#4057)
  • Show display names in search form (#4284)
  • Allows NULL for relationships (#4249)
  • Use correct fieldname in belongsTo relationships (#4228)
  • Allow tables with enum-fields to be saved (#4234)
  • Keep translated-values when errors occur durring add (#4076)
  • Hide delete button when user has no permission in settings (#4292)
  • Show checkboxes column if mass action is displayed (#4151)
  • Change sidebar logo size (#4163)

Bugfixes:

  • User FQCN for Model class (#4226)
  • Order sub-menu-items (#4186)
  • Use custom guard inside postLogin & authorize (#4197)

Language updates:

  • Spanish (#4241, #4276, #4307)
  • Turkish (#4221, #4220, #4209)

v1.2.6

4 years ago

Hotfix Fonts and icons not found.

Please clear your browser-cache after updating to 1.2.6

v1.2.5

4 years ago

Improvements:

  • Remove empty translations from $translations array (#4049)
  • RTL layout improvements (#4111)
  • Customize Favicon using admin.icon_image setting (#4051)
  • Html tooltips for fields description (#4161)
  • Rename assets to voyager-assets (#4176)

Bugfixes:

  • Files getting removed from DB when no new files are uploaded (#4158)
  • Settings not using options (#4178)
  • Fix selected filter for serverside and set default_search_key (#4142)
  • Media picker ordering (#4174)
  • Relationship load fails when user has no role (#4175)

Language updates:

  • Swedish (#4173)
  • Turkish (#4180)

v1.2.4

4 years ago

Please clear your browser-cache after upgrading to 1.2.4

Improvements:

  • Vietnamese slug-characters (#4091)
  • Attributes for number field (#4117)
  • Add watermarking/thumbnails to media-picker and media-manager (#4084)
  • Make admin-menu a Vue component (#4064)
  • Disable sidebar on refresh for mobile (#4061)

Bugfixes:

  • Clear menu-cache when deleting items (#4083)
  • Fix glyphicons not found (#4146)
  • Richtextbox not saving multi-language (#4157)
  • Remember old input upon form submit (#4104)
  • Fix translation-seeder (#4140)
  • Relationship not showing data when edit is disabled (#4017)

Language updates:

  • French (#4080)
  • Spanish (#4089)

v1.2.3

5 years ago

Bugfixes:

Improvements:

  • Added remember me checkbox to login (#3999)

Language updates:

  • Brazilian Portuguese (#4010)
  • Armenian (#4028)
  • Russian (#4021)
  • Polish (#4053)
  • French (#4059)
  • Italian (#4058)
  • German (#4060)

v1.2.2

5 years ago

Bugfix where opening/closing a sub-menu wasn't possible because of a wrong variable-name.

v1.2.1

5 years ago

Hotfix where installing Voyager 1.2 in Laravel below 5.8 would fail because of mismatching user-id types

v1.2.0

5 years ago

New features:

Bugfixes:

  • Checkboxes are now validated properly (#3474)
  • BREAD validation working in IE and Edge (#3546)
  • Rolling-back migrations failed (#3073)
  • Compass security fixes (#3823)
  • RTL user-dropdown didn't open (#3754)
  • Skip invalid images (#3125)
  • Breadcrumbs and menu-dropdowns didn't work when using nested admin-prefix or no prefix at all (#3850)
  • An entry could not be deleted from the read-view (#3955)
  • Deleting a menu-item didn't work properly (#3953)
  • Radio buttons didn't use the display-text, but the key instead (#3909)
  • Use empty() instead of count() for multiple-select (#3909)
  • Replaced hardcoded "BREAD" (#3909)
  • Lost order-params when searching and lost search params when ordering (#3909)
  • Added default prop to number formfield (#3909)
  • Renamed Model namespace to Fully qualified Model name (#3909)
  • Fix edit multiple images (#3922)

Enhancements:

  • Menu now supports 3rd level items (#3620)
  • Removed readmore JS plugin from BREAD browse (#3671)
  • Config file now respects env-filesystem (#3377)
  • Non-squared avatars showing correct (#3355)
  • Update DateTime picker (#3334)
  • Cache settings (#2426)
  • Setup-callback for TinyMCE (#3145)
  • List-bullets were visible below checkboxes in some browsers (#3284)
  • Don't show a widget if it's not accessible for the current user (#3058)
  • Remove Youtube plugin from TinyMCE (#3824)
  • Define uploadable mimetypes in Media-Manager (#3820)
  • Cache admin-menu (#3125)
  • Load relationships with Ajax (#3586)
  • Dynamically load assets without publishing (#3834)
  • RTL is now determined based on the locale (#3842)
  • Query translatable models (#3417) (Documentation)
  • Asset clean-up (#3832)
  • BREAD-Accessors (#3856) (Documentation)
  • Media-Manager upload keeps original names (#3860)
  • Ajax validation was removed (#3890)
  • Added an event for media file uploads (#3884)
  • Checkbox checked-value can now be a string or bool (#3934)
  • Make dropdown-items translatable (#3867)
  • Use desired field for belongsto-query (#3893)
  • Uploaded images were not oriented (#3906)
  • Add force-flag to installation (#3897)
  • Simplified edit/add condition in bread-view. (#3909)
  • Action specific validation rules (#3909)
  • Advanced installation docs (#3909)
  • Replaced user-models settings cast with an accessor/mutator-pair (#3909)

Language updates:

  • Lithuanian slugify (#3361)
  • Renamed czech language files from cz to cs (#3446)
  • Arabic (#3867)

Deprecated: The methods can, canOrFail and canOrAbort were deprecated in v1.0.12 and have been removed now in favor of Policies and Gates.