Skip to content

Releases: mitoteam/jpgraph

10.4.4

02 Jan 04:17
Compare
Choose a tag to compare

Original jpgraph library sets own exception handler globally. This behavior is unwanted under test environments (like phpunit). This version added MtJpGraph::setSkipExceptionHandler() method to be able to disable that exception handler juggling. It is being set to true if phpunit environment was detected and stays false in production.

Thanks to @oleibman for ideas and tests.

P.S.: Happy New year to all graph makers! 👍

10.4.3

01 Dec 06:39
Compare
Choose a tag to compare

Met no problems with PHP 8.4 support over past weeks. So considering it production ready.

10.4.2-rc PHP 8.4 support

11 Nov 14:41
Compare
Choose a tag to compare

Internal tests show that no changes to support PHP 8.4 required.
So declaring this version as PHP 8.4 ready and marking it as Release Candidate.

Please don't hesitate to create issues (or PRs) if you experience any problems with PHP 8.4.

10.4.1 - PHP 8.3 support

29 Jan 11:07
Compare
Choose a tag to compare

Since there were no any issues with 10.4.0-rc marking this version as stable with PHP 8.3 support.

No other significant changes were maid.

10.4.0-rc

26 Nov 10:17
66b3c90
Compare
Choose a tag to compare

PHP 8.3 is out!

Our internal tests shown that there are no additional patches to JpGraph required. So we declare PHP 8.3 support for 10.4.x versions.
PHP 8.3 is very fresh for now. So marking this version as "release candidate" for broader testing.

v10.3.2

09 Aug 07:53
Compare
Choose a tag to compare

JpGraph library updated to v4.4.2 with no significant changes.
https://jpgraph.net

v4.4.2

09 Aug 07:26
Compare
Choose a tag to compare

JpGraph library updated to v4.4.2 with no significant changes.

v10.3.1

01 Jun 05:57
Compare
Choose a tag to compare

Production ready release.

v10.3.0-rc

31 May 14:25
Compare
Choose a tag to compare

v10.2.6

10 Mar 11:06
a36181c
Compare
Choose a tag to compare
  • Composer fails to install package under Windows under PHP 8.2.3 #12