Releases: antonlukin/poster-editor
Releases · antonlukin/poster-editor
v6.0
- 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
- Fix blur deprecated warnings when dividing on blur method
v5.15
- Set opacity for canvas in copyResampled method
v5.14
- 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
Add boundary param to insert method
v5.12
Add x/y boundaries to text method
v5.11
Fix webp unsupported form bug
v5.10
fix php 8.1 deprecated warnings
v5.9
add auto split for chinese traditional text / #9
5.8
Added justify alignment to text method