Skip to content

Releases: popphp/pop-image

4.1.3 Release

Choose a tag to compare

@nicksagona nicksagona released this 30 Oct 15:55

UPDATED

  • Update for PHP 8.3 & 8.4
  • Updated for PHPUnit 12
  • Updated copyright and version

4.1.2 Release

Choose a tag to compare

@nicksagona nicksagona released this 13 Feb 02:37

UPDATED

  • Updated PHP version support
  • Updated PHPUnit version support
  • Updated GitHub workflow action
  • Updated copyright and version

4.1.1 Release

Choose a tag to compare

@nicksagona nicksagona released this 29 Nov 18:44

UPDATED

  • Updated for PHP version 8.2+

4.1.0 Release

Choose a tag to compare

@nicksagona nicksagona released this 23 Jan 19:26

ADDED

  • Add outputToRawString() method to the main image adapters

4.0.0 Release

Choose a tag to compare

@nicksagona nicksagona released this 19 Nov 04:30

UPGRADED

  • Deprecated and removed the following methods:
    • setAdjust()
    • setDraw()
    • setEffect()
    • setFilter()
    • setLayer()
    • setType()
  • The following existing methods now serve as the constructor factories for their respective objects:
    • adjust()
    • draw()
    • effect()
    • filter()
    • layer()
    • type()
  • Upgraded for PHP 8.1

3.5.2 Release

Choose a tag to compare

@nicksagona nicksagona released this 26 Sep 21:04

PATCHED

  • Patched abstract image adapter class implementing adapter interface
  • Added getter/setter for quality property

3.5.1 Release

Choose a tag to compare

@nicksagona nicksagona released this 16 Nov 17:36

UPDATED

  • Updated to support PHP 8

3.5.0 Release

Choose a tag to compare

@nicksagona nicksagona released this 12 Feb 05:53

UPDATED

  • Removed Gmagick
  • Updated to PHP 7.3 and PHPUnit 9
  • Migrated from Travis CI to GitHub Actions for CI
  • Updated copyright

3.4.1 Release

Choose a tag to compare

@nicksagona nicksagona released this 20 Nov 19:43

PATCHED

  • Patched missing set name in GD adapter loadFromString method.

3.4.0 Release

Choose a tag to compare

@nicksagona nicksagona released this 06 Feb 18:24

UPDATED

  • Added support for animated GIFs via the Imagick adapter
  • Deprecated the Gmagick adapter.