Skip to content

Releases: ash-jc-allen/short-url

v7.7.0

26 Oct 14:29
Compare
Choose a tag to compare

What's Changed

  • Added PHP 8.3 CI tests by @ash-jc-allen in #216
  • Improve the query key generation performance by @hari in #213
  • Added the ability to specify the database connection for the package's models by @tuskcode in #214

New Contributors

Full Changelog: v7.6.0...v7.7.0

v7.6.0

21 Mar 12:11
dc71eb3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.5.1...v7.6.0

v7.5.1

01 Mar 00:05
Compare
Choose a tag to compare

What's Changed

  • Added regression tests for the dates property removed in Laravel 10 by @ash-jc-allen in #182
  • Added missing date fields to the models' casts property for compatibility with Laravel 10 by @boris-glumpler in #181

New Contributors

Full Changelog: v7.5.0...v7.5.1

v7.5.0

28 Jan 17:11
Compare
Choose a tag to compare

What's Changed

  • Added the ability to override the default URL domain by @bbredewold in #173

New Contributors

Full Changelog: v7.4.0...v7.5.0

v7.4.0

12 Jan 00:31
3b0ffdc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.3.0...v7.4.0

v7.3.0

17 Oct 14:52
Compare
Choose a tag to compare

What's Changed

  • Added factories for the ShortURL and ShortURLVisit models by @LogicSatinn in #162

New Contributors

Full Changelog: v7.2.0...v7.3.0

v7.2.0

12 Sep 12:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.1.0...v7.2.0

v7.1.0

03 Aug 18:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.0...v7.1.0

v7.0.0

04 Apr 12:10
53df9e3
Compare
Choose a tag to compare

Added

  • Added ability to remove the prefix from default short URLs by @ash-jc-allen in #123
  • Added ability to define middleware for the default short URL route by @afiqiqmal in #121
  • Added ability to set the key generator on-the-fly by @Victor-emil in #122

New Contributors

Full Changelog: v6.3.0...v7.0.0

v.6.3.0

24 Jan 16:22
Compare
Choose a tag to compare

Added

  • Added support for Laravel 9. #116