Skip to content

Releases: joseluisq/gimage

v4.0.0

24 Oct 21:17
v4.0.0
f2158b3
Compare
Choose a tag to compare

Major v4.0.x release which is fundamentally an upgrade of the minimum PHP version required (7.4.x or newer), the API remains basically the same, new possibility to load an image from a resource or GdImage input, two new getter methods for GImage along with other notable project improvements.
And as noted, the project resumes its maintenance after a long period.

Added

  • Annotate methods that return the same class with static.
  • PHP 8.0 support. PR #35
  • PHP 8.1 support. PR #37
    • Improve PHP 8.1 tests and CI
    • Fixes missing types casting for PHP 8.1
  • Load an image from a resource (PHP 7.4) or \GdImage (PHP 8.x) via GImage->load($src) method. PR #38
  • New GImage->isImageResource() (PHP 7.4) and GImage->isImageGdImage() (PHP 8.x) methods.

Deprecated

  • PHP 7.3 or lower is deprecated. Now GImage requires PHP 7.4.x or 8.x along with the latest GD extension.

Changed

  • Improve example files.
  • GitHub Actions as a new CI for testing the library against PHP 7.4.x, 8.0.x and 8.1.x.
  • Several documentation improvements.

v3.0.6

26 Apr 21:05
Compare
Choose a tag to compare
v3.0.6

v3.0.5

24 Apr 09:48
Compare
Choose a tag to compare
v3.0.5

v3.0.4

23 Dec 17:44
4cd6d1a
Compare
Choose a tag to compare
Merge pull request #27 from joseluisq/develop

v3.0.4

v3.0.3

07 Oct 19:31
Compare
Choose a tag to compare
v3.0.3

v3.0.2

30 Apr 13:43
Compare
Choose a tag to compare
v3.0.1

v3.0.1

14 Apr 09:20
Compare
Choose a tag to compare
v3.0.1

v3.0.0

16 Feb 13:46
Compare
Choose a tag to compare
Merge pull request #9 from joseluisq/v3.0

v3.0.0

2.0.1

06 Jan 15:49
Compare
Choose a tag to compare
2.0.1

v2.0.0

29 Sep 05:35
Compare
Choose a tag to compare
Merge pull request #7 from joseluisq/v2-dev

v2 release