voyager

Voyager - The Missing Laravel Admin

MIT License

Stars
11.7K

Bot releases are hidden (Show)

voyager - Release v1.1.12

Published by emptynick over 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)

voyager - Release v1.1.11

Published by emptynick almost 6 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)
voyager - Release v1.1.10

Published by fletch3555 almost 6 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)
voyager - Release v1.1.9

Published by emptynick about 6 years ago

Bugfixes:

  • Undefined variable dataRow (#3653)

Enhancements:

  • Multiple-images now uses getKey() instead of fixed ID (#3645)
voyager - Release v1.1.8

Published by emptynick about 6 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)
voyager - Release v1.1.7

Published by fletch3555 about 6 years ago

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

voyager - Release v1.1.6

Published by fletch3555 about 6 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)
voyager - Release v1.1.5

Published by fletch3555 about 6 years ago

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

voyager - Release v1.1.4

Published by emptynick about 6 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)
voyager - Release v1.1.3

Published by fletch3555 over 6 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)
voyager - Release v1.1.2

Published by fletch3555 over 6 years ago

Bugfixes:

  • Class name Image already in use (#3182)
  • Fixed some broken URLs (#3003)
  • Fixed settings loosing images when saving (#3060)
  • Fixed HTML strings displayed escaped in relationship-modal(#3221)
  • Fixed translations not working in menu-builder (#3199)

Enhancements:

  • Added missing Portuguese translations (#3143)
  • Added missing Farsi translations (#3218)
  • Added None option to relationships (#3170)
  • Textareas can now have a rows option (#3241)
  • User-model fallback now is auth.providers.users.model config-option (#3192 and #3207)
voyager - Release v1.1.1

Published by fletch3555 over 6 years ago

Enhancements:

  • Test updates (#3013, #3061)
  • Added missing thumbnail-sized images to dummy content (#3026)
  • Added Swedish language translations (#3044)
  • Database editor now accepts non-numeric values for field "length" (#3037)
  • Updated Dutch translations (#3095)
  • Added Persian language translations (#3100)
  • Changed BREAD "unique" validation to use "name" instead of "slug" (#3040)

Bugfixes:

  • Fix for role being set to null (#3014)
  • Fix to change hardcoded link to respect Storage configuration (#3017)
  • Fix for Safari bug related to forms with empty file fields (#3004)
  • Fix for broken BREAD Delete action (#3038)
  • Removed null-coalesce operator since we still support PHP < 7.0 (#3068)
  • Fix for incorrect usage of Voyager Facade causing error (#3082)
  • Added missing "BREAD" menu item (#3085)
  • Hiding BREAD "settings" field from BREAD display (#3122)
voyager - Release v1.1.0

Published by marktopper over 6 years ago

Breaking changes ⚠️

Please follow the upgrade guide!

[Changelog in progress. Please see git commit history if needed]

voyager - Release v1.0.17

Published by marktopper over 6 years ago

  • Fix Fallback query (#2718)
  • Use PHP_EOL instead of \n (WidgetTest@testWidgetRenders) (#2729)
  • Cover Image Upload Field Accepts Non-Image Filetypes (#2733)
  • Make tabindex="-1" on database/select elements (#2747)
  • Add missing settings translations (#2730)
  • Fix for #1731 (#2670)
  • Fixes #2075 and #1949 (#2677)
  • Fix Dropdowns not working with asian strings (#2798)
  • Use max-width to avoid upscale (#2806)
  • Multiple images fields show full size images on edit-form (#2803)
  • Adding legend option to edit-create blade (#2804)
  • Wrong fields alignemnt (padding) in create/edit form (#2797)
  • Add missing Chinese translations (#2838)
  • Add Finnish translations, minor fixes to English translation (#2843)
  • Delete Menu not working (#2892)
voyager - Release v1.0.16

Published by fletch3555 over 6 years ago

Bugfixes:

  • Fix for BREAD validation issues (#2660)
  • Fix for missed instances of $model->id instead of ->getKey() (#2690)
  • Fix for incorrectly forced image resizing (#2693)
  • Fix for incorrect directory name when moving files in the media manager (#2675)
  • Added Permission check when adding Settings (#2701)
  • Fix for z-index issue with select2 and dialogs (#2700)

New features, improvements, and optimizations:

  • Breadcrumb view moved into @section to allow for customization (#2605)
  • load-remote.js removed. It used to call out to S3 bucket for platform notifications (#2668)
  • Arabic characters now supported in JS slugify (#2659)
  • Added new PHPUnit tests (#2588)
  • Added functionality to detect and fix incorrectly created storage symlinks (#2698)
  • Translation additions and updates:
    • FR (#2635)
    • TR (#2622)
    • PL (#2687)
voyager - Release v1.0.15

Published by fletch3555 over 6 years ago

Contributor notice: Static assets (app.js and app.css) are now compiled automatically after merge, so they no longer need to be committed with your PRs.

Bugfixes:

  • Fix for error when pivot tables have an id field (#2579)
  • Fix unique validation on edit views (#2457)
  • Fix for upsize and quality options for uploaded image editing (#2429)
  • Update Resizable trait to properly trim extension from file name (#2525)
  • Fix for z-index issue with top-right drop-down menu (#2582)
  • Fix for language-picker color scheme (#2590)
  • Fix for issue where install command would fail from timeout (#2552)
  • Fix for Cropper not defined JS error (#2595)
  • Fix for post-login redirect functionality (#2511)

New features, improvements, and optimizations:

  • Translation updates: PT_BR (#2537, #2541)
  • Only select needed fields instead of full table (#2565)
  • Allow for optional width/height setting in image configuration (#2538)
  • Remove ga-embed.css file (#1762)
  • Enhancing test-suite (#2584, #2585, #2586, #2587)
  • Added "After" events for routing (#2599)
voyager - Release v1.0.14

Published by fletch3555 almost 7 years ago

Bugfix for dependency (larapack/hooks and larapack/voyager-hooks) (#2496)

voyager - Release v1.0.13

Published by fletch3555 almost 7 years ago

Bugfixes

  • Bugfix for drop-down field in Post view having doubled quotes - #2460
  • Give timestamp field format option - #2462
  • Bugfix for menu permissions - #2477
voyager - Release v1.0.12

Published by fletch3555 almost 7 years ago

Deprecation notice: Deprecated a few methods on the Voyager facade. can, canOrAbort, canOrFail were all deprecated in favor of Policies

Bugfixes:

  • Fix to make certain generated links use absolute path (#1821)
  • Voyager menus should now allow non-BREAD links (#2424)
  • MenuItemPolicy was accessing incorrect column (#2437)
  • Fix for getRelationship() missing when accessing views with relationships (#2432)
    • Models using relationships within Voyager will now require the HasRelationships trait.
voyager - Release v1.0.11

Published by fletch3555 almost 7 years ago

Bugfixes:

  • Fix for invalid access operator, :: instead of -> (#2389)
  • [Temporary] fix for missing browse_hooks permission (#2251, #2364, and others)
  • Fix incorrect relationship type between Post and Category models (#2380)

New features and improvements:

  • Settings now always seeded, not just --with-dummy (#2400)
  • Move thumbnail method from Post model into Resizable trait (#2422)
  • Speed and efficiency improvements (#2339)
  • Language updates for Indonesian (id) #2404, Czech (cz) #2410, Galician (gl) #2420, French (fr) #2403 and Chinese (zh_CN) #2387
Related Projects