Skip to content

Commit

Permalink
Jpgraph library updated to 4.4.2. No significant changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
f1mishutka committed Aug 9, 2023
1 parent 5a3d71c commit df8fdcc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![GitHub contributors](https://img.shields.io/github/contributors-anon/mitoteam/jpgraph?style=flat-square)](https://github.com/mitoteam/jpgraph/graphs/contributors)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/mitoteam/jpgraph?style=flat-square)](https://github.com/mitoteam/jpgraph/commits)

Current JpGraph library version: **4.4.1**
Current JpGraph library version: **4.4.2**

PHP versions support: from 5.5 to **8.2**. [Original notes](https://jpgraph.net/download/manuals/chunkhtml/ch01s05.html) about PHP versions.

Expand Down Expand Up @@ -53,7 +53,7 @@ At 2022-02-25 we decided to switch to version number **10.0.0** to leave some ma

Current version numbers:

* **Version 10.2.x** of this package is latest version of JpGraph library with php **8.2** compatibility patches (latest code in "main" branch).
* **Version 10.3.x** of this package is latest version of JpGraph library with php **8.2** compatibility patches (latest code in "main" branch).
* **Version 4.4.x** of this package provides latest version of original JpGraph library as-is without any compatibility patches (latest code in "original" branch).

All changes to the original library can be examined as [difference between **main** and **original** branches](https://github.com/mitoteam/jpgraph/compare/original..main#files_bucket).
Expand Down
4 changes: 2 additions & 2 deletions src/lib/README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
README FOR JPGRAPH 4.4.1
README FOR JPGRAPH 4.4.2
=========================

This package contains the JpGraph PHP library version 4.4.1
This package contains the JpGraph PHP library version 4.4.2

The library is Copyright (C) 2000-2010 Asial Corporatoin and
released under dual license QPL 1.0 for open source and educational
Expand Down
2 changes: 1 addition & 1 deletion src/lib/jpgraph.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
require_once('gd_image.inc.php');

// Version info
define('JPG_VERSION','4.4.1');
define('JPG_VERSION','4.4.2');

// Minimum required PHP version
define('MIN_PHPVERSION','5.1.0');
Expand Down

0 comments on commit df8fdcc

Please sign in to comment.