Releases: YorCreative/Laravel-UrlShortener
Releases · YorCreative/Laravel-UrlShortener
v2.1.2
v2.1.1
What's Changed
- Update AttemptProtected.php by @onurcanalp in #16
New Contributors
- @onurcanalp made their first contribution in #16
Full Changelog: v2.1.0...v2.1.1
v2.1.0
v2.0.0
- 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.
v1.0.3
v1.0.2
v1.0.1
v1.0.0
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