Skip to content

Releases: gallib/laravel-short-url

Version 1.4.2

01 Jan 20:10
Compare
Choose a tag to compare

Updated

  • Dependencies have been updated

Removed

  • "minimum-stability" option has been removed from composer.json

Version 1.4.1

18 Jun 15:10
Compare
Choose a tag to compare

Added

  • "Add url" button on list page

Version 1.4.0

24 May 11:46
Compare
Choose a tag to compare

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

23 Mar 21:22
Compare
Choose a tag to compare

Added

Testing

  • Improve tests
  • Use PHPUnit Pretty Result Printer

Version 1.2.0

20 Mar 08:02
Compare
Choose a tag to compare

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

02 Mar 20:41
Compare
Choose a tag to compare

Added

  • Cache url before redirection
  • Routes can be prefixed

Version 1.0.0

23 Feb 22:36
Compare
Choose a tag to compare

First release

This is the first release, allowing you:

  • to shorten an url
  • set a custom alias if needed