Releases: dmester/jdenticon-php
Releases · dmester/jdenticon-php
Version 2.0.0
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
Bug fix:
- Fixed deprecation warning in SuperSampleBuffer.php when using PHP 8.2 (#7)
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-extrapackage. - The
$rectparameter toIdenticon->drawis 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.