Skip to content

Releases: laravolt/avatar

6.2.0

16 Apr 14:22
d0941f1
Compare
Choose a tag to compare

What's Changed

  • feat: implement configurable avatar caching by @ramaID in #170

Full Changelog: 6.1.3...6.2.0

6.1.3

16 Apr 14:11
9d8a568
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.2...6.1.3

6.1.2

16 Apr 13:46
e7b7d18
Compare
Choose a tag to compare

What's Changed

  • Fix parameter.implicitlyNullable for PHP 8.4 compatibility. by @cjavad in #168

New Contributors

Full Changelog: 6.1.1...6.1.2

6.1.1

28 Feb 10:41
e2c552a
Compare
Choose a tag to compare

What's Changed

  • Add responsive property to help with SVG generation by @skeemer in #163

New Contributors

Full Changelog: 6.1.0...6.1.1

6.1.0

28 Feb 10:36
e7717f1
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @jom made their first contribution in #159

Full Changelog: 6.0.0...6.1.0

6.0.0

20 Sep 17:13
Compare
Choose a tag to compare

What's Changed

  • Breaking: Drop support for PHP 8.0
  • Breaking: Drop support for Laravel 8 and 9
  • Feat: Compatible with intervention/image 3 (#150)
  • Chore: add type declarations
  • Fix #149

Full Changelog: 5.1.0...6.0.0

5.1.0

05 Apr 02:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0...5.1.0

5.0.0

25 Feb 03:02
Compare
Choose a tag to compare

What's Changed

  • Add support for PHP 8.2 and Laravel 10
  • Drop support for PHP 7.4, Laravel 6, and laravel 7
  • Update config comment to reflect proper drive default by @intrepidws in #138
  • Apply fixes from StyleCI by @uyab in #145

New Contributors

Full Changelog: 4.1.7...5.0.0

4.1.7

16 Apr 23:58
2c11878
Compare
Choose a tag to compare
fix: dont pass null to strlen() (#134)

4.1.6

09 Feb 23:25
Compare
Choose a tag to compare
  • Support Laravel 9