Skip to content

v3.1.0

Compare
Choose a tag to compare
@ve3 ve3 released this 29 Jul 08:54
· 56 commits to master since this release
d3276cd

New

  • Add statusCode property for use in translation. The status code will use class constants.
  • Add $options argument to watermarkText() method to allow fill options.
  • Add $wmTextBottomPadding property to set watermark text bottom padding to let characters that is long to the bottom can be displayed. Example p, g, ฤ, ฎ, etc. This also known as baseline.
  • Add $wmTextBoundingBoxYPadding property to set watermark text bounding box vertical padding.
  • Add supported for WEBP. There are known bugs that can't fix. ( a32fd0d , 48a7b10 )

Update

  • Update Imagick minimum requirement.
  • Update PNG compression in Imagick driver.

Fix

  • Fix transparent wetermark text background on the transparent GIF for GD.
  • Fix transparent watermark png on transparent gif for GD.

BC break

  • Push up minimum requirements to PHP 5.4+