diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 1f92121..423b606 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,7 @@ +6.0.084 (2014-06-13) + - A bug related to MultiCell fitcell feature was fixed. + - Bug item #931 "Documentation error for setPageFormat()" was fixed. + 6.0.083 (2014-05-29) - Bug item #928 "setHtmlVSpace with HR element" was fixed. diff --git a/README.TXT b/README.TXT index 6bf17a8..07192f8 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.083 -Release date: 2014-05-29 +Version: 6.0.084 +Release date: 2014-06-13 Author: Nicola Asuni Copyright (c) 2002-2014: diff --git a/composer.json b/composer.json index 0d2426c..202b032 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tecnick.com/tcpdf", - "version": "6.0.083", + "version": "6.0.084", "homepage": "http://www.tcpdf.org/", "type": "library", "description": "TCPDF is a PHP class for generating PDF documents.", diff --git a/include/tcpdf_static.php b/include/tcpdf_static.php index 28c68b9..a4c5740 100644 --- a/include/tcpdf_static.php +++ b/include/tcpdf_static.php @@ -55,7 +55,7 @@ class TCPDF_STATIC { * Current TCPDF version. * @private static */ - private static $tcpdf_version = '6.0.083'; + private static $tcpdf_version = '6.0.084'; /** * String alias for total number of pages. diff --git a/tcpdf.php b/tcpdf.php index 949459f..80b584c 100644 --- a/tcpdf.php +++ b/tcpdf.php @@ -1,7 +1,7 @@ * @package com.tecnick.tcpdf * @author Nicola Asuni - * @version 6.0.083 + * @version 6.0.084 */ // 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.083 + * @version 6.0.084 * @author Nicola Asuni - info@tecnick.com */ class TCPDF { @@ -2036,35 +2036,35 @@ class TCPDF { /** * Change the format of the current page - * @param $format (mixed) The format used for pages. It can be either: one of the string values specified at getPageSizeFromFormat() documentation or an array of two numners (width, height) or an array containing the following measures and options: