Skip to content

Releases: mitoteam/jpgraph

10.5.4

06 Apr 04:40

Choose a tag to compare

Minor issue:

  • TTF_DIR not wrapped in if(!defined()) check #25

10.5.3

31 Mar 13:43

Choose a tag to compare

Original jpgraph library updated to v4.4.3

Accoring to diff there are no changes in functionality. Just some type-casting issues, some classes explicitly inherited from stdClass and so on.

v4.4.3

31 Mar 13:05

Choose a tag to compare

Original jpgraph source files v4.4.3

10.5.2

08 Dec 10:13

Choose a tag to compare

  • Added ability to re-define jpgraph config constants without changing library files. #24

10.5.1 - PHP 8.5 compatibility

14 Oct 07:05

Choose a tag to compare

PHP 8.5 is already in RC release phase.

This version of jpgraph considered stable with PHP 8.5 support.

10.5.0-beta - PHP 8.5 compatibility

19 Aug 05:37

Choose a tag to compare

Pre-release

This version brings support for PHP 8.5 coming in late 2025.

  • PHP 8.5 compatibility patches added
  • Non-canonical scalar type casts (boolean|double|integer|binary) deprecated
  • "Constant PIE_VALUE_PERCENTAGE already defined" problem solved

10.4.4

02 Jan 04:17

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

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

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

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.