Releases: sqonk/phext-plotlib
Releases · sqonk/phext-plotlib
1.1.6
17 Jan 21:25
Compare
Sorry, something went wrong.
No results found
PHP 8.5 compatibility update.
1.1.5
09 Mar 09:25
Compare
Sorry, something went wrong.
No results found
Ability to load internal JPGraph library directly via JPGraphUtils::loadInternalJPGraphLibrary()
1.1.4
16 Dec 06:11
Compare
Sorry, something went wrong.
No results found
Minor bug fix: replaced calls to functions in dependancy, that no longer exist, with built in PHP versions.
1.1.3
19 Dec 06:35
Compare
Sorry, something went wrong.
No results found
Further type hinting.
Compliance with PHPStan code analysis.
1.1.2
25 Sep 23:40
Compare
Sorry, something went wrong.
No results found
Type hinting and fixes for preliminary PHP 8.2 compatibility.
1.1.1
07 Aug 04:00
Compare
Sorry, something went wrong.
No results found
Internally bundled JPGraph version updated to 4.4.1.
1.1.0
02 Nov 12:12
Compare
Sorry, something went wrong.
No results found
Dropped compatibility with PHP 7.3 and 7.4
Compatibility with PHP 8.1 (as of RC5)
Updated PHEXT-core minimum version to 1.1
PHP 8.1 compatibility updates for supplied copy of JPGraph
1.0.0
03 Feb 23:45
Compare
Sorry, something went wrong.
No results found
Current state of library good enough for a 1.0 release.
This release is functionally the same 0.5.2 other than $writeToFile on the render() method of BulkPlot now defaults to FALSE.
0.5.2
03 Feb 21:40
Compare
Sorry, something went wrong.
No results found
JpGraphError global image flag restored to FALSE to allow proper output of errors.
Reporting of exceptions that occur within JPGraph render-time moved to StdErr log, instead of StdOut.
0.5.1
01 Feb 10:49
Compare
Sorry, something went wrong.
No results found
Empty plots folder will no longer be created when running from the CLI and passing in FALSE to $writeToFile.