Skip to content

Releases: bradietilley/laravel-shortify

v0.2.0

27 Oct 05:14
29d50c8
Compare
Choose a tag to compare
  • General improvements
  • Remove ulid from models
  • Remove soft deletes from URLs
  • Update code field for URLs to be unique 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 and attributes parameters.
  • Update generateCode extendable function to be given ShortifyUrl $url model instead of string $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

26 Oct 01:48
0fa2ec5
Compare
Choose a tag to compare

Initial release of Laravel Shortify