Skip to content

Releases: mitoteam/jpgraph

10.5.4

Choose a tag to compare

@f1mishutka f1mishutka released this 06 Apr 04:40

Minor issue:

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

10.5.3

Choose a tag to compare

@f1mishutka f1mishutka released this 31 Mar 13:43

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

Choose a tag to compare

@f1mishutka f1mishutka released this 31 Mar 13:05

Original jpgraph source files v4.4.3

10.5.2

Choose a tag to compare

@f1mishutka f1mishutka released this 08 Dec 10:13
  • Added ability to re-define jpgraph config constants without changing library files. #24

10.5.1 - PHP 8.5 compatibility

Choose a tag to compare

@f1mishutka f1mishutka released this 14 Oct 07:05

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

Pre-release

Choose a tag to compare

@f1mishutka f1mishutka released this 19 Aug 05:37

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

Choose a tag to compare

@f1mishutka f1mishutka released this 02 Jan 04:17

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

Choose a tag to compare

@f1mishutka f1mishutka released this 01 Dec 06:39

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

10.4.2-rc PHP 8.4 support

Choose a tag to compare

@f1mishutka f1mishutka released this 11 Nov 14:41

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

Choose a tag to compare

@f1mishutka f1mishutka released this 29 Jan 11:07

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.