From 3e1f83ee558fa8f52c75ddbaed634cabdb2edba1 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Thu, 21 Mar 2013 17:10:14 +0000 Subject: [PATCH] 6.0.004 (2013-03-21) - Return value of addTTFfont() method was fixed. --- CHANGELOG.TXT | 3 +++ README.TXT | 4 ++-- include/tcpdf_fonts.php | 10 +++++----- tcpdf.php | 6 +++--- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 120f727..2af8e1e 100755 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,6 @@ +6.0.004 (2013-03-21) + - Return value of addTTFfont() method was fixed. + 6.0.003 (2013-03-20) - A bug related to non-unicode mode was fixed. diff --git a/README.TXT b/README.TXT index 0616333..53fe304 100755 --- a/README.TXT +++ b/README.TXT @@ -8,8 +8,8 @@ http://sourceforge.net/donate/index.php?group_id=128076 ------------------------------------------------------------ Name: TCPDF -Version: 6.0.003 -Release date: 2013-03-20 +Version: 6.0.004 +Release date: 2013-03-21 Author: Nicola Asuni Copyright (c) 2002-2013: diff --git a/include/tcpdf_fonts.php b/include/tcpdf_fonts.php index 16de474..1933437 100644 --- a/include/tcpdf_fonts.php +++ b/include/tcpdf_fonts.php @@ -1,9 +1,9 @@ * @package com.tecnick.tcpdf * @author Nicola Asuni - * @version 6.0.003 + * @version 6.0.004 */ if (!defined('K_TCPDF_EXTERNAL_CONFIG')) { @@ -168,7 +168,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.003 + * @version 6.0.004 * @author Nicola Asuni - info@tecnick.com */ class TCPDF {