5.9.207 (2013-03-04)

- Datamatrix class was fixed (a debug echo was removed).
This commit is contained in:
Nicola Asuni 2013-03-04 21:03:13 +00:00
parent a77a36e8bb
commit 6bdc3202d3
5 changed files with 13 additions and 10 deletions

View File

@ -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.

View File

@ -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:

View File

@ -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.",

View File

@ -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;

View File

@ -1,9 +1,9 @@
<?php
//============================================================+
// File name : tcpdf.php
// Version : 5.9.206
// Version : 5.9.207
// Begin : 2002-08-03
// Last Update : 2013-02-22
// Last Update : 2013-03-04
// Author : Nicola Asuni - Tecnick.com LTD - Manor Coach House, Church Hill, Aldershot, Hants, GU12 4RQ, UK - www.tecnick.com - info@tecnick.com
// License : http://www.tecnick.com/pagefiles/tcpdf/LICENSE.TXT GNU-LGPLv3
// -------------------------------------------------------------------
@ -139,7 +139,7 @@
* Tools to encode your unicode fonts are on fonts/utils directory.</p>
* @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.<br>
* @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