Releases: LasseRafn/php-initial-avatar-generator
Releases · LasseRafn/php-initial-avatar-generator
4.4
What's Changed
- Fix:
Compile Error: Cannot use lexical variable $font as a parameter name in InitialAvatar.php
by @tomStory9 in #64 - More PHP versions by @LasseRafn in #62
New Contributors
- @tomStory9 made their first contribution in #64
Full Changelog: 4.3...4.4
4.3
What's Changed
- Fix dynamic property in InitialAvatar (PHP 8.2 deprecation) by @LeSuisse in #59
- CI setup by @LasseRafn in #61
- Generate a pseudorandom color based on the user's name by @yakatz in #50
New Contributors
Full Changelog: 4.2.1...4.3
PHP 8 fix
PHP 8 support
Merge pull request #52 from psohm/patch-1 php 8
Firefox SVG bug fix
Merge pull request #48 from bcmcq/firefox-rendering-bug Assign font size as an attribute instead of css on <text>
Fix 4.1.0
Option to remove special characters
4.1.0 allowSpecialCharacters
Fix rounding
4.0.2 Fix rounding
Bold support (+ fix)
3.0.3 Fix bug for bold
Driver support and cleanup
Cleaned up the base and tests. Added support for switching driver from GD to Imagick, and back.
Removed caching method entirely.
This is considered a minor BC because of parameter renaming.
fixed 3.0.0 bug.