Releases: bradietilley/laravel-shortify
Releases · bradietilley/laravel-shortify
v0.2.0
- General improvements
- Remove
ulid
from models - Remove soft deletes from URLs
- Update
code
field for URLs to beunique
at DB level - Add database collation config variable to use for
code
field (to force case sensitivity) - Fix
byCode
scope to be case-sensitive when using MySQL - Fix missing increment of
visit_count
field when visited - Add feature to enable/disable tracking of visitors
- Add ability to specify expiry and other attributes at time of URL shortening, using the
expiry
andattributes
parameters. - Update
generateCode
extendable function to be givenShortifyUrl $url
model instead ofstring $url
(more context provided) - Update
original_url
field from medium text to text (16MB to 64KB)
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release of Laravel Shortify