Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 872 Bytes

CHANGELOG.md

File metadata and controls

35 lines (27 loc) · 872 Bytes

Changelog

4.0.0

  • Change default image driver to gd.
  • Add public method getAttribute($attribute)
  • Add support for Laravel 8
  • Drop support for Laravel 5.6, 5.7, and 5.8
  • Drop support for PHP 7.1 and 7.2

3.0.0

  • Implement themes #73
  • Add setTheme()
  • Add support for Laravel 6
  • Drop support for Laravel 5.2, 5.3, 5.4, and 5.5
  • Drop support for PHP 7.0

2.2.1

  • Add setChars() #75

2.2.0

  • Add gravatar support

2.1.0

  • Add functionality to set custom font-family for SVG

2.0.0

  • support plain PHP project
  • remove support for php 5.x
  • remove font folder publishing (Laravel version)
  • remove setFontFolder
  • fonts config only accept full path
  • add toSvg()
  • move config file from config/avatar.php to config/laravolt/avatar.php