From 00cc1394eca9b564714da5ac73273be037c0697d Mon Sep 17 00:00:00 2001 From: Mikhail Oleynik Date: Fri, 13 May 2022 08:10:14 +0300 Subject: [PATCH] original JpGraph v4.4.1 (no significant changes) --- README.md | 2 +- src/lib/README | 4 ++-- src/lib/jpg-config.inc.php | 2 +- src/lib/jpgraph.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 32f7bf4..1223cc9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![GitHub Version](https://img.shields.io/github/v/release/mitoteam/jpgraph?style=flat-square)](https://github.com/mitoteam/jpgraph) [![Packagist Version](https://img.shields.io/packagist/v/mitoteam/jpgraph?include_prereleases&style=flat-square)](https://packagist.org/packages/mitoteam/jpgraph) -Current JpGraph library version: **4.3.5** +Current JpGraph library version: **4.4.1** ## Usage diff --git a/src/lib/README b/src/lib/README index cd490fd..e610c37 100644 --- a/src/lib/README +++ b/src/lib/README @@ -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 diff --git a/src/lib/jpg-config.inc.php b/src/lib/jpg-config.inc.php index 4ad40db..ea16c1e 100644 --- a/src/lib/jpg-config.inc.php +++ b/src/lib/jpg-config.inc.php @@ -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/'); //------------------------------------------------------------------------- diff --git a/src/lib/jpgraph.php b/src/lib/jpgraph.php index 90ac688..f9419da 100644 --- a/src/lib/jpgraph.php +++ b/src/lib/jpgraph.php @@ -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');