Releases: gallib/laravel-short-url
Releases · gallib/laravel-short-url
Version 1.4.2
Updated
- Dependencies have been updated
Removed
- "minimum-stability" option has been removed from composer.json
Version 1.4.1
Added
- "Add url" button on list page
Version 1.4.0
Added
- Copy url to clipboard link after creation/update and on list page
- Fetch url title and description
- An url can be blacklisted
Version 1.3.0
Added
- Count number of access to an url
- Put route to create urls in their own function (see advanced configuration)
Testing
- Improve tests
- Use PHPUnit Pretty Result Printer
Version 1.2.0
Added
- An url can be updated/deleted
Changed
- Routes must be added manually in routes/web.php, giving you more flexibility to manage them
Fixed
- fix a bug that was hiding content on small screens
Version 1.1.0
Added
- Cache url before redirection
- Routes can be prefixed
Version 1.0.0
First release
This is the first release, allowing you:
- to shorten an url
- set a custom alias if needed