Releases: mitoteam/jpgraph
10.4.4
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
Met no problems with PHP 8.4 support over past weeks. So considering it production ready.
10.4.2-rc PHP 8.4 support
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
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
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
JpGraph library updated to v4.4.2 with no significant changes.
https://jpgraph.net
v4.4.2
JpGraph library updated to v4.4.2 with no significant changes.
v10.3.1
Production ready release.
v10.3.0-rc
- Extended Mode introduced (details in README.md). Thanks to @oleibman at @PHPOffice/PhpSpreadsheet.
- Couple more PHP compatibility patches. Thanks to @johnstevenson.