From 6bdc3202d38af1349422324e105928f3befad50a Mon Sep 17 00:00:00 2001 From: Nicola Asuni Date: Mon, 4 Mar 2013 21:03:13 +0000 Subject: [PATCH] 5.9.207 (2013-03-04) - Datamatrix class was fixed (a debug echo was removed). --- CHANGELOG.TXT | 3 +++ README.TXT | 4 ++-- composer.json | 2 +- datamatrix.php | 4 ++-- tcpdf.php | 10 +++++----- 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index c8deaf8..216869e 100755 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,6 @@ +5.9.207 (2013-03-04) + - Datamatrix class was fixed (a debug echo was removed). + 5.9.206 (2013-02-22) - Bug item #754 "PNG with alpha channel becomes gray scale" was fixed. - Minor documentation fixes. diff --git a/README.TXT b/README.TXT index 7f9cbb2..54db72f 100755 --- a/README.TXT +++ b/README.TXT @@ -8,8 +8,8 @@ http://sourceforge.net/donate/index.php?group_id=128076 ------------------------------------------------------------ Name: TCPDF -Version: 5.9.206 -Release date: 2013-02-22 +Version: 5.9.207 +Release date: 2013-03-04 Author: Nicola Asuni Copyright (c) 2002-2013: diff --git a/composer.json b/composer.json index 4cc4c8f..8233ecb 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tecnick.com/tcpdf", - "version": "5.9.206", + "version": "5.9.207", "homepage": "http://www.tcpdf.org/", "type": "library", "description": "TCPDF is a PHP class for generating PDF documents.", diff --git a/datamatrix.php b/datamatrix.php index 8839486..fe140e6 100755 --- a/datamatrix.php +++ b/datamatrix.php @@ -3,7 +3,7 @@ // File name : datamatrix.php // Version : 1.0.004 // Begin : 2010-06-07 -// Last Update : 2012-11-19 +// Last Update : 2013-02-04 // Author : Nicola Asuni - Tecnick.com LTD - Manor Coach House, Church Hill, Aldershot, Hants, GU12 4RQ, UK - www.tecnick.com - info@tecnick.com // License : GNU-LGPL v3 (http://www.gnu.org/copyleft/lesser.html) // ------------------------------------------------------------------- @@ -860,7 +860,7 @@ class Datamatrix { ++$field_lenght; } if (($field_lenght == 4) OR ($epos == $data_lenght) OR !$this->isCharMode($chr, ENC_EDF)) { - if ($field_lenght < 4) { echo $field_lenght."\n"; + if ($field_lenght < 4) { // set unlatch character $temp_cw[] = 0x1f; ++$field_lenght; diff --git a/tcpdf.php b/tcpdf.php index e6b950e..e2f511b 100755 --- a/tcpdf.php +++ b/tcpdf.php @@ -1,9 +1,9 @@ * @package com.tecnick.tcpdf * @author Nicola Asuni - * @version 5.9.206 + * @version 5.9.207 */ // Main configuration file. Define the K_TCPDF_EXTERNAL_CONFIG constant to skip this file. @@ -151,7 +151,7 @@ require_once(dirname(__FILE__).'/config/tcpdf_config.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 5.9.206 + * @version 5.9.207 * @author Nicola Asuni - info@tecnick.com */ class TCPDF { @@ -162,7 +162,7 @@ class TCPDF { * Current TCPDF version. * @private */ - private $tcpdf_version = '5.9.206'; + private $tcpdf_version = '5.9.207'; // Protected properties