Skip to content

Commit

Permalink
Updates for version 3.13.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
goat1000 committed Mar 11, 2022
1 parent 056a4f5 commit f27ef15
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 3.13.1 (11/03/2022)
--------------
- Fixed deprecation warning messages displayed by PHP 8.1.
- Fixed problem with file encoding of Text class.
- Improved accuracy of HSL to RGB conversion.

Version 3.13 (14/02/2022)
------------
- Added curved line graph support with line_curve option.
Expand Down
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SVGGraph Library version 3.13
=============================
SVGGraph Library version 3.13.1
===============================

This library provides PHP classes and functions for easily creating SVG
graphs from data. Version 3.0 of SVGGraph requires at least PHP 5.4 - if
Expand Down
2 changes: 1 addition & 1 deletion SVGGraph.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SVGGraph {

use SVGGraphTrait;

const VERSION = 'SVGGraph 3.13';
const VERSION = 'SVGGraph 3.13.1';
private $width = 100;
private $height = 100;
private $settings = [];
Expand Down
2 changes: 1 addition & 1 deletion StackedCylinderGraph.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (C) 2013-2019 Graham Breach
* Copyright (C) 2013-2022 Graham Breach
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand Down

0 comments on commit f27ef15

Please sign in to comment.