Skip to content

Releases: dmester/jdenticon-php

Version 1.0.2

30 Oct 17:22
cabb7a4
Compare
Choose a tag to compare

Bug fix:

  • Fixed deprecation warning in SuperSampleBuffer.php when using PHP 8.2 (#7)

Version 1.0.1

02 Jul 11:11
994ee07
Compare
Choose a tag to compare

Bug fixes:

  • Fixed deprecation warning when generating icons (#6).

Version 1.0.0

02 Nov 11:53
Compare
Choose a tag to compare

Bug fix:

  • When the internal PNG encoder was used, artifacts were produced in icons containing more than 256 colors.

Version 0.10.0

21 Jul 17:12
Compare
Choose a tag to compare
Version 0.10.0 Pre-release
Pre-release

Breaking changes:

  • Values are no longer UTF-8 encoded before being hashed.

Changes:

  • New option on the Identicon class: enableImageMagick.
  • ImageMagick is now by default disabled when using PHP 7 or later.
  • The ImageMagick based renderer does no longer require the libmagickcore-extra package.
  • The $rect parameter to Identicon->draw is now optional.

Bug fixes:

  • Fixed rendering artifacts in the ImageMagick based renderer.
  • Fixed a blurry center shape.

Version 0.9.0

17 Apr 15:38
8f35a7c
Compare
Choose a tag to compare
Version 0.9.0 Pre-release
Pre-release

Initial release of the PHP port of Jdenticon.