From 300a109c917185ae238b150aea12b2d4a7ee9539 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Sun, 17 Nov 2013 19:21:03 +0000 Subject: [PATCH] 6.0.045 (2013-11-17) - Bug #862 "Parsing error on flate filter" was fixed. --- CHANGELOG.TXT | 3 +++ README.TXT | 4 ++-- composer.json | 2 +- tcpdf.php | 6 +++--- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 9f7e056..dc5f1d4 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,6 @@ +6.0.045 (2013-11-17) + - Bug #862 "Parsing error on flate filter" was fixed. + 6.0.044 (2013-11-10) - Bug #857 "Undefined offset error" was fixed. - The uniord method now uses a static cache to improve performances (thanks to Mathieu Masseboeuf for the sugegstion). diff --git a/README.TXT b/README.TXT index c4932ba..d168673 100644 --- a/README.TXT +++ b/README.TXT @@ -8,8 +8,8 @@ http://sourceforge.net/donate/index.php?group_id=128076 ------------------------------------------------------------ Name: TCPDF -Version: 6.0.044 -Release date: 2013-11-10 +Version: 6.0.045 +Release date: 2013-11-17 Author: Nicola Asuni Copyright (c) 2002-2013: diff --git a/composer.json b/composer.json index fecf0d6..44f7be0 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tecnick.com/tcpdf", - "version": "6.0.044", + "version": "6.0.045", "homepage": "http://www.tcpdf.org/", "type": "library", "description": "TCPDF is a PHP class for generating PDF documents.", diff --git a/tcpdf.php b/tcpdf.php index 7c95d5a..1c24516 100644 --- a/tcpdf.php +++ b/tcpdf.php @@ -1,7 +1,7 @@ * @package com.tecnick.tcpdf * @author Nicola Asuni - * @version 6.0.044 + * @version 6.0.045 */ // TCPDF configuration @@ -128,7 +128,7 @@ require_once(dirname(__FILE__).'/include/tcpdf_static.php'); * TCPDF project (http://www.tcpdf.org) has been originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.
* @package com.tecnick.tcpdf * @brief PHP class for generating PDF documents without requiring external extensions. - * @version 6.0.044 + * @version 6.0.045 * @author Nicola Asuni - info@tecnick.com */ class TCPDF {