Skip to content

Releases: YorCreative/Laravel-UrlShortener

v2.1.2

11 Apr 19:27
36d685a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

25 Jan 21:53
9cc3f78
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

12 Apr 15:11
220753e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

07 Sep 16:35
54d2d1c
Compare
Choose a tag to compare
  • Added ShortUrlTracing Model/Migration/Factory.
  • Added withTracing() option to UrlService builder
  • Added ability to filter clicks based on UTM parameters.
  • Improvements to UrlService findBy methods.
  • Updated Readme with UTM Support Information.

Upgrade Guide to 2.x from 1.x

v1.0.3

31 Aug 01:26
b9805e0
Compare
Choose a tag to compare
  • added license to composer.json

v1.0.2

26 Aug 14:43
4e9153f
Compare
Choose a tag to compare
  • Updated phpunit.xml with testing app_key.

v1.0.1

14 Aug 03:15
f69b4e6
Compare
Choose a tag to compare

[PATCH]

Updated composer.json to allow for package service provider auto discovery.

v1.0.0

13 Aug 23:50
704f94b
Compare
Choose a tag to compare

First Release of Laravel-UrlShortener Package.

Functionality includes:

  • Creating Short Urls
    • With Passwords
    • With Activation Dates
    • With Expiration Dates
    • With Ownership Ability
    • With Open Limits
  • Ability to Fetch Clicks
    • Filtering on Outcome
    • Filtering on Ownership
    • Filtering on Short Url Status
    • Filtering on Short Url Identifier
    • Batching Click Fetching
  • Click Tracking
  • Customizable Configuration File
  • Solid Foundation of Test Coverage