Skip to content

1.2.0

Compare
Choose a tag to compare
@benjaminhirsch benjaminhirsch released this 21 Apr 14:09
· 22 commits to master since this release
  • Fixes #6 - Added the option to show a preview of the generated slug as full URL below the input field
    Example:
    Slug::make('Slug')->showUrlPreview('http://www.foo.bar')

  • Fixes #9 and #11 Additional attributes should now be working as aspected

  • Fixes #14 - Added the option to disable auto update behaviour
    Example:
    Slug::make('Slug')->disableAutoUpdateWhenUpdating()