Releases: dmester/jdenticon-php
Releases · dmester/jdenticon-php
Version 1.0.2
Version 1.0.1
Bug fixes:
- Fixed deprecation warning when generating icons (#6).
Version 1.0.0
Bug fix:
- When the internal PNG encoder was used, artifacts were produced in icons containing more than 256 colors.
Version 0.10.0
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 toIdenticon->draw
is now optional.
Bug fixes:
- Fixed rendering artifacts in the ImageMagick based renderer.
- Fixed a blurry center shape.
Version 0.9.0
Initial release of the PHP port of Jdenticon.