6.0.008 (2013-04-01)

- Duplicated encoding maps was removed from tcpdf_font_data.php.
- Fixing bug on AddTTFFont().
This commit is contained in:
nicolaasuni 2013-04-01 12:22:18 +01:00
parent db650c6dfa
commit d44b09f2da
4 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,7 @@
6.0.008 (2013-04-01)
- Duplicated encoding maps was removed from tcpdf_font_data.php.
- Fixing bug on AddTTFFont().
6.0.007 (2013-03-29)
- HTML/CSS font size conversion were improved.

View File

@ -8,8 +8,8 @@ http://sourceforge.net/donate/index.php?group_id=128076
------------------------------------------------------------
Name: TCPDF
Version: 6.0.007
Release date: 2013-03-29
Version: 6.0.008
Release date: 2013-04-01
Author: Nicola Asuni
Copyright (c) 2002-2013:

View File

@ -1,6 +1,6 @@
{
"name": "tecnick.com/tcpdf",
"version": "6.0.007",
"version": "6.0.008",
"homepage": "http://www.tcpdf.org/",
"type": "library",
"description": "TCPDF is a PHP class for generating PDF documents.",

View File

@ -1,9 +1,9 @@
<?php
//============================================================+
// File name : tcpdf.php
// Version : 6.0.007
// Version : 6.0.008
// Begin : 2002-08-03
// Last Update : 2013-03-29
// Last Update : 2013-04-01
// 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 6.0.007
* @version 6.0.008
*/
if (!defined('K_TCPDF_EXTERNAL_CONFIG')) {
@ -168,7 +168,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.<br>
* @package com.tecnick.tcpdf
* @brief PHP class for generating PDF documents without requiring external extensions.
* @version 6.0.007
* @version 6.0.008
* @author Nicola Asuni - info@tecnick.com
*/
class TCPDF {