Skip to content

Releases: LasseRafn/php-initial-avatar-generator

4.4

04 Nov 11:14
149fb4e
Compare
Choose a tag to compare

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

Full Changelog: 4.3...4.4

4.3

26 Jul 19:19
ffe43d8
Compare
Choose a tag to compare
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

24 Dec 13:12
49d0b10
Compare
Choose a tag to compare
Update composer.json

Fix for PHP 8

PHP 8 support

27 Nov 12:03
727bc40
Compare
Choose a tag to compare
Merge pull request #52 from psohm/patch-1

php 8

Firefox SVG bug fix

29 Aug 09:19
1d2d736
Compare
Choose a tag to compare
Merge pull request #48 from bcmcq/firefox-rendering-bug

Assign font size as an attribute instead of css on <text>

Fix 4.1.0

17 Feb 13:30
Compare
Choose a tag to compare
4.1.1

Fix initals with removing special characters

Option to remove special characters

17 Feb 13:19
Compare
Choose a tag to compare
4.1.0

allowSpecialCharacters

Fix rounding

22 Apr 21:17
Compare
Choose a tag to compare
4.0.2

Fix rounding

Bold support (+ fix)

26 Feb 18:53
Compare
Choose a tag to compare
3.0.3

Fix bug for bold

Driver support and cleanup

03 Sep 13:09
Compare
Choose a tag to compare

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.