Voyager Versions Save

Voyager - The Missing Laravel Admin

v1.1.2

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)

v1.1.1

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)

v1.1.0

6 years ago

Breaking changes ⚠️

Please follow the upgrade guide!

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

v1.0.17

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)

v1.0.16

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)

v1.0.15

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)

v1.0.14

6 years ago

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

v1.0.13

6 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

v1.0.12

6 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.

v1.0.11

6 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