Skip to content

Releases: antonlukin/poster-editor

v6.0

Choose a tag to compare

@antonlukin antonlukin released this 04 Feb 20:21
  • Added unit tests for all examples and core methods.
  • Reworked the examples directory.
  • Updated the minimum required PHP version to 7.3.
  • Fixed multiple PHP deprecated warnings (implicit conversion from float).
  • Fixed incorrect string checking in the addBreaklines method. Thanks to @painbaker (#10).

v5.16

Choose a tag to compare

@antonlukin antonlukin released this 03 Feb 22:16
  • Fix blur deprecated warnings when dividing on blur method

v5.15

Choose a tag to compare

@antonlukin antonlukin released this 06 Jul 16:54
  • Set opacity for canvas in copyResampled method

v5.14

Choose a tag to compare

@antonlukin antonlukin released this 06 Jul 15:46
  • Add transparency option to insert method
  • Improve boundaries for texts
  • Add opacity sample script
  • Update default opacity param from 1 to 0 for all class methods

v5.13

Choose a tag to compare

@antonlukin antonlukin released this 31 Mar 11:32

Add boundary param to insert method

v5.12

Choose a tag to compare

@antonlukin antonlukin released this 31 Mar 11:02

Add x/y boundaries to text method

v5.11

Choose a tag to compare

@antonlukin antonlukin released this 31 Mar 11:01

Fix webp unsupported form bug

v5.10

Choose a tag to compare

@antonlukin antonlukin released this 14 Sep 10:24
fix php 8.1 deprecated warnings

v5.9

Choose a tag to compare

@antonlukin antonlukin released this 14 Sep 10:24
add auto split for chinese traditional text / #9

5.8

5.8

Choose a tag to compare

@antonlukin antonlukin released this 05 Aug 00:56

Added justify alignment to text method