From f66d0fa6acac13ce958cb205f806d2217e2f0fc3 Mon Sep 17 00:00:00 2001 From: Nicola Asuni Date: Tue, 11 Sep 2012 17:49:32 +0100 Subject: [PATCH] 5.9.184 (2012-09-11) - A problem with EAN barcodes was fixed. --- CHANGELOG.TXT | 3 +++ README.TXT | 4 ++-- composer.json | 2 +- config/tcpdf_config.php | 2 +- config/tcpdf_config_alt.php | 2 +- tcpdf.php | 10 +++++----- 6 files changed, 13 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 3811ad5..306faf0 100755 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,6 @@ +5.9.184 (2012-09-11) + - A problem with EAN barcodes was fixed. + 5.9.183 (2012-09-07) - A problem with font names normalization was fixed. diff --git a/README.TXT b/README.TXT index d7ab525..87ada69 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.183 -Release date: 2012-09-07 +Version: 5.9.184 +Release date: 2012-09-11 Author: Nicola Asuni Copyright (c) 2002-2012: diff --git a/composer.json b/composer.json index c1495ea..98f2213 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tcpdf/tcpdf", - "version": "5.9.183", + "version": "5.9.184", "homepage": "http://www.tcpdf.org/", "type": "library", "description": "TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions.", diff --git a/config/tcpdf_config.php b/config/tcpdf_config.php index e3b3e4a..4472d05 100755 --- a/config/tcpdf_config.php +++ b/config/tcpdf_config.php @@ -219,7 +219,7 @@ if (!defined('K_TCPDF_EXTERNAL_CONFIG')) { define('HEAD_MAGNIFICATION', 1.1); /** - * height of cell repect font height + * height of cell respect font height */ define('K_CELL_HEIGHT_RATIO', 1.25); diff --git a/config/tcpdf_config_alt.php b/config/tcpdf_config_alt.php index 6a393e0..dc4f24a 100755 --- a/config/tcpdf_config_alt.php +++ b/config/tcpdf_config_alt.php @@ -214,7 +214,7 @@ define ('PDF_IMAGE_SCALE_RATIO', 1.25); define('HEAD_MAGNIFICATION', 1.1); /** - * height of cell repect font height + * height of cell respect font height */ define('K_CELL_HEIGHT_RATIO', 1.25); diff --git a/tcpdf.php b/tcpdf.php index b64e6eb..18f3c7d 100755 --- a/tcpdf.php +++ b/tcpdf.php @@ -1,9 +1,9 @@ * @package com.tecnick.tcpdf * @author Nicola Asuni - * @version 5.9.183 + * @version 5.9.184 */ // Main configuration file. Define the K_TCPDF_EXTERNAL_CONFIG constant to skip this file. @@ -150,7 +150,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.183 + * @version 5.9.184 * @author Nicola Asuni - info@tecnick.com */ class TCPDF { @@ -161,7 +161,7 @@ class TCPDF { * Current TCPDF version. * @private */ - private $tcpdf_version = '5.9.183'; + private $tcpdf_version = '5.9.184'; // Protected properties