Skip to content

Releases: larapack/attribute-slugging

Fix weird behavior of slug increments

09 Dec 17:33
Compare
Choose a tag to compare

Let's say we had two rows for a name mark, which then slugs was mark and mark-1.

Then when creating a new slug for a user with the name mark-1, then the slug should be mark-1-1, since it is the first of mark-1, but mark-1 is already taken.

But before it would set the new slug to be mark-3, which makes no sense.

Coding structure upgraded

30 Nov 12:46
Compare
Choose a tag to compare

Coding structure updated, nothing important.

Speed upgrades

30 Nov 12:34
Compare
Choose a tag to compare

Upgraded the speed for making unique slugs.

First release

27 Nov 12:53
Compare
Choose a tag to compare

First release