Skip to content

Releases: dmester/jdenticon-php

Version 2.0.0

14 Jul 18:40
fb39a98

Choose a tag to compare

News:

  • Compatibility with PHP 8.4 (#10)
  • The API now has more type declarations

Breaking changes:

  • PHP 5.3 - 7.3 no longer supported. Use package version 1.0.2 if you need to support those versions
  • You might need to adjust your code according to the new type declarations

Version 1.0.2

30 Oct 17:22
cabb7a4

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

Choose a tag to compare

Bug fixes:

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

Version 1.0.0

02 Nov 11:53

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

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

Choose a tag to compare

Version 0.9.0 Pre-release
Pre-release

Initial release of the PHP port of Jdenticon.