diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index cdef9eb..0358b6f 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,6 @@ +6.0.065 (2014-04-10) + - Bug #905 "RGB percentage color bug in convertHTMLColorToDec()" was fixed. + 6.0.064 (2014-04-07) - Header and Footer fonts are now set by default. - Bug #904 "PDF corrupted" was fixed. diff --git a/README.TXT b/README.TXT index e3872db..63f4cfa 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.064 -Release date: 2014-04-07 +Version: 6.0.065 +Release date: 2014-04-10 Author: Nicola Asuni Copyright (c) 2002-2014: diff --git a/composer.json b/composer.json index 53c2941..073e68e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tecnick.com/tcpdf", - "version": "6.0.064", + "version": "6.0.065", "homepage": "http://www.tcpdf.org/", "type": "library", "description": "TCPDF is a PHP class for generating PDF documents.", diff --git a/include/tcpdf_colors.php b/include/tcpdf_colors.php index a88fbb5..10b6cef 100644 --- a/include/tcpdf_colors.php +++ b/include/tcpdf_colors.php @@ -1,9 +1,9 @@ * @package com.tecnick.tcpdf * @author Nicola Asuni - * @version 6.0.064 + * @version 6.0.065 */ // 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.064 + * @version 6.0.065 * @author Nicola Asuni - info@tecnick.com */ class TCPDF {