Skip to content

Release v1.0.12

Compare
Choose a tag to compare
@fletch3555 fletch3555 released this 10 Jan 23:04
· 120 commits to 1.0 since this release
e6af9a2

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.