Skip to content

Commit

Permalink
Merge branch 'original' (upgrade to version 4.4.1, no significant cha…
Browse files Browse the repository at this point in the history
…nges)
  • Loading branch information
f1mishutka committed May 13, 2022
2 parents ba87041 + 00cc139 commit b2ab08f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Composer compatible JpGraph library (v4.4.0) with PHP 8.1 support
# Composer compatible JpGraph library (v4.4.1) with PHP 8.1 support

[![GitHub Version](https://img.shields.io/github/v/release/mitoteam/jpgraph?style=flat-square&logo=github)](https://github.com/mitoteam/jpgraph)
[![Packagist Version](https://img.shields.io/packagist/v/mitoteam/jpgraph?include_prereleases&style=flat-square&logo=packagist)](https://packagist.org/packages/mitoteam/jpgraph)
[![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/mitoteam/jpgraph?style=flat-square&logo=php)](https://github.com/mitoteam/jpgraph)

Current JpGraph library version: **4.4.0**
Current JpGraph library version: **4.4.1**

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

Expand Down Expand Up @@ -39,13 +39,13 @@ Since JpGraph v4.4.0 has native PHP 8.1 support, so this is almost the same as d

## Version numbers

We started with version 4.3.5 as latest available library version in time we started. But we need to make some patches to original library (for example to support PHP 8.1). So we had to switch to own version numbers to be able to release updates.
We started with version _4.3.5_ as latest available library version in time we started. But we need to make some patches to original library (for example to support PHP 8.1). So we had to switch to own version numbers to be able to release updates.

At 2022-02-25 we decided to switch to version number **10.0.0** to leave some margin in numbering from original library v4.3.5.

Current version numbers:

* **Version 10.1.0** of this package is latest version of JpGraph library with php 8.1 compatibility patches (latest code in "main" branch).
* **Version 10.1.x** of this package is latest version of JpGraph library with php 8.1 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).


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.0
README FOR JPGRAPH 4.4.1
=========================

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

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/jpg-config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
//
//------------------------------------------------------------------------
// define('CACHE_DIR','/tmp/jpgraph_cache/');
// define('TTF_DIR','/usr/share/fonts/truetype/msttcorefonts/');
// define('TTF_DIR','/usr/share/fonts/TrueType/');
// define('MBTTF_DIR','/usr/share/fonts/TrueType/');

//-------------------------------------------------------------------------
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.0');
define('JPG_VERSION','4.4.1');

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

0 comments on commit b2ab08f

Please sign in to comment.