Skip to content

11.0.0: Meta data refactoring, PHP 7.4+

Compare
Choose a tag to compare
@thekid thekid released this 29 Mar 11:50
· 14 commits to master since this release
  • Removed deprecated global constants IMG_PALETTE / IMG_TRUECOLOR
    (@thekid)
  • Removed field getters and setters from the ExifData and IptcData
    classes in img.util.
    (@thekid)
  • Dropped support for PHP 7.0 - 7.3, step 1 of xp-framework/rfc#343
    (@thekid)
  • Merged PR #4: Remove deprecated (ExifData|IptcData)::fromString()
    (@thekid)
  • Merged PR #3: Drop dependency on XML library, decreasing library size
    (@thekid)