Skip to content

Releases: tomhatzer/nova-slug-field

1.4.0

27 Dec 12:11
21c9495
Compare
Choose a tag to compare

#36 Issue : Declaration of jsonSerialize() must be compatible contributed by @Cyriljshaz

1.3.0

04 Apr 16:58
ed3dfb1
Compare
Choose a tag to compare

#29 NewFeature: Adding asHtml() to TextWithSlug contributed by @duckzland

1.2.6

23 Sep 17:14
Compare
Choose a tag to compare

The version number has been removed from the composer.json file.
This fixes problems with packagist auto fetch of this repository/release tags.

Update notice

If you are updating to a version equal or higher then 1.2.1, then you should be aware, that the slug is now using the attribute instead of the name. In case you have ->slug('Slug'), the parameter hast to be lower case or equal the column_name.

1.2.5

11 Sep 18:11
efe2347
Compare
Choose a tag to compare

#19 Option to add prefix for a slug - Contributed by @joonas1234

Update notice

If you are updating to a version equal or higher then 1.2.1, then you should be aware, that the slug is now using the attribute instead of the name. In case you have ->slug('Slug'), the parameter hast to be lower case or equal the column_name.

1.2.4

05 Jul 07:26
2072919
Compare
Choose a tag to compare

#18 Add support for ->asHtml() on Slug field - Contributed by @dennislindsey

Update notice

If you are updating to a version equal or higher then 1.2.1, then you should be aware, that the slug is now using the attribute instead of the name. In case you have ->slug('Slug'), the parameter hast to be lower case or equal the column_name.

1.2.3

27 Apr 05:56
Compare
Choose a tag to compare

Fixes #17 - Changed the way to recognize the edit mode.

Update notice

If you are updating to a version equal or higher then 1.2.1, then you should be aware, that the slug is now using the attribute instead of the name. In case you have ->slug('Slug'), the parameter hast to be lower case or equal the column_name.

1.2.2

26 Apr 18:20
Compare
Choose a tag to compare

Fixes #17 - The behavior of disableAutoUpdateWhenUpdating introduced with 1.2.0 is now working as expected

Update notice

If you are updating to a version equal or higher then 1.2.1, then you should be aware, that the slug is now using the attribute instead of the name. In case you have ->slug('Slug'), the parameter hast to be lower case or equal the column_name.

1.2.1

21 Apr 19:42
Compare
Choose a tag to compare

Fix: The update event fires now off using the attribute name instead of the actual field name.

Update notice

If you are updating to this version, then you should be aware, that the slug is now using the attribute instead of the name. In case you have ->slug('Slug'), the parameter hast to be lower case or equal the column_name.

1.2.0

21 Apr 14:09
Compare
Choose a tag to compare
  • 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()

1.1.1

14 Feb 19:07
6fa734c
Compare
Choose a tag to compare

Added options parameter for speakingurl [Robert Dezso @drobee]