Skip to content

Releases: antonlukin/poster-editor

v6.0

04 Feb 20:21
Compare
Choose a tag to compare
  • 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

03 Feb 22:16
Compare
Choose a tag to compare
  • Fix blur deprecated warnings when dividing on blur method

v5.15

06 Jul 16:54
Compare
Choose a tag to compare
  • Set opacity for canvas in copyResampled method

v5.14

06 Jul 15:46
Compare
Choose a tag to compare
  • 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

31 Mar 11:32
Compare
Choose a tag to compare

Add boundary param to insert method

v5.12

31 Mar 11:02
Compare
Choose a tag to compare

Add x/y boundaries to text method

v5.11

31 Mar 11:01
Compare
Choose a tag to compare

Fix webp unsupported form bug

v5.10

14 Sep 10:24
Compare
Choose a tag to compare
fix php 8.1 deprecated warnings

v5.9

14 Sep 10:24
Compare
Choose a tag to compare
add auto split for chinese traditional text / #9

5.8

05 Aug 00:56
Compare
Choose a tag to compare
5.8

Added justify alignment to text method