Skip to content

Releases: sqonk/phext-plotlib

1.1.6

17 Jan 21:25

Choose a tag to compare

PHP 8.5 compatibility update.

1.1.5

09 Mar 09:25

Choose a tag to compare

Ability to load internal JPGraph library directly via JPGraphUtils::loadInternalJPGraphLibrary()

1.1.4

16 Dec 06:11

Choose a tag to compare

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

Choose a tag to compare

  • Further type hinting.
  • Compliance with PHPStan code analysis.

1.1.2

25 Sep 23:40

Choose a tag to compare

Type hinting and fixes for preliminary PHP 8.2 compatibility.

1.1.1

07 Aug 04:00

Choose a tag to compare

Internally bundled JPGraph version updated to 4.4.1.

1.1.0

02 Nov 12:12

Choose a tag to compare

  • 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

Choose a tag to compare

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

Choose a tag to compare

  • 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

Choose a tag to compare

Empty plots folder will no longer be created when running from the CLI and passing in FALSE to $writeToFile.