Skip to content

Releases: claviska/SimpleImage

3.7.2

12 Dec 14:34
82dbef9
Compare
Choose a tag to compare
  • Fixed #306
  • Fixed #307
  • Fixed a problem with tag generation for SimpleImage 3.7.1

3.7.1

05 Dec 14:51
abd15ce
Compare
Choose a tag to compare
  • Fixed a deprecation warning in PHP 8.2 #305

3.7.0

05 Jul 13:21
abd15ce
Compare
Choose a tag to compare
  • Added support for settable and gettable instance flags. This allows overrides of default behavior to be set upon instantiation of the SimpleImage class.
  • Added sslVerify flag mentioned in #300

3.6.5

07 Dec 12:59
00f9066
Compare
Choose a tag to compare
fixes #287

* Fixes problem with red border in ellipse, arc and roundedRectangle

* Issues #287 - PHP 8.1

* Update src/claviska/SimpleImage.php

* Update src/claviska/SimpleImage.php

* Update src/claviska/SimpleImage.php

* Update src/claviska/SimpleImage.php

* Update src/claviska/SimpleImage.php

* Update src/claviska/SimpleImage.php

Co-authored-by: Cory LaViska <cory@abeautifulsite.net>

3.6.4

01 Dec 12:46
21b6f4b
Compare
Choose a tag to compare
  • Fixed some type errors for PHP 8.1

3.6.3

20 Apr 12:19
21b6f4b
Compare
Choose a tag to compare
Fix invalid image warning (#275)

3.6.2: Replaced get_resource_type with get_class (#279)

20 Apr 12:09
255d9e7
Compare
Choose a tag to compare
Now using get_resource_type with get_class for checking valid gd image
instance. For PHP 8.0 and higher, get_resource_type with a GD image
argument, will throw a Fatal Error.

3.6.1

20 Apr 12:09
Compare
Choose a tag to compare
tidy up line breaks and comments

Add textBox() method

28 Dec 16:37
Compare
Choose a tag to compare
3.6.0

Fix argument and comments

Fix rounded rectangle bug

30 Oct 20:49
Compare
Choose a tag to compare
3.5.1

Formatting corrections