Subversion Repositories eFlore/Applications.cel

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1665 raphael 1
6.0.020 (2013-06-04)
2
	- The method addTTFfont() was fixed (Bug item #813 Undefined offset).
3
 
4
6.0.019 (2013-06-04)
5
	- The magic constant __DIR__ was replaced with dirname(__FILE__) for php 5.2 compatibility.
6
	- The exceptions raised by file_exists() function were suppressed.
7
 
8
6.0.018 (2013-05-19)
9
	- The barcode examples were changed to automatically search for the barcode class path (in case the examples directory is not installed under the TCPDF root).
10
 
11
6.0.017 (2013-05-16)
12
	- The command line tool tcpdf_addfont.php was improved.
13
	- The php logic was removed from configuration files that now contains only constant defines.
14
	- The tcpdf_autoconfig.php file was added to automatically set missing configuration values.
15
 
16
6.0.016 (2013-05-15)
17
	- The tcpdf_addfont.php tool was improved (thanks to Remi Collet).
18
	- Constant K_PATH_IMAGES is now automatically set in configuration file.
19
 
20
6.0.015 (2013-05-14)
21
	- Some unused vars were removed from AddFont() method.
22
	- Some directories were moved inside the examples directory.
23
	- All examples were updated to reflect the new default structure.
24
	- Source code were clean-up up to be more compatible with system packaging.
25
	- Files encodings and permissions were reset.
26
	- The command line tool tcpdf_addfont.php was added on the tools directory.
27
 
28
6.0.014 (2013-04-13)
29
	- The signature of addTTFfont() method includes a new parameter to link existing fonts instead of copying and compressing them.
30
 
31
6.0.013 (2013-04-10)
32
	- Add support for SVG dx and dy text/tspan attributes.
33
	- replace require() with require_once().
34
	- fix some minor typos on documentation.
35
	- fix a problem when deleting all pages.
36
 
37
6.0.012 (2013-04-24)
38
	- An error condition in addHtmlLink() method was fixed (bug #799).
39
 
40
6.0.011 (2013-04-22)
41
	- Minor documentation changes.
42
 
43
6.0.010 (2013-04-03)
44
	- The method Rect() was fixed to print borders correctly.
45
 
46
6.0.009 (2013-04-02)
47
	- Adding back some files that were not properly committed on the latest release.
48
 
49
6.0.008 (2013-04-01)
50
	- Duplicated encoding maps was removed from tcpdf_font_data.php.
51
	- Fixing bug on AddTTFFont().
52
 
53
6.0.007 (2013-03-29)
54
	- HTML/CSS font size conversion were improved.
55
 
56
6.0.006 (2013-03-27)
57
	- Bug related to SVG and EPS files on xobjects were fixed.
58
 
59
6.0.005 (2013-03-26)
60
	- Default font path was fixed.
61
 
62
6.0.004 (2013-03-21)
63
	- Return value of addTTFfont() method was fixed.
64
 
65
6.0.003 (2013-03-20)
66
	- A bug related to non-unicode mode was fixed.
67
 
68
6.0.002 (2013-03-18)
69
	- _getFIXED call on tcpdf_fonts.php was fixed.
70
 
71
6.0.001 (2013-03-18)
72
	- Fixed $uni_type call on tcpdf.php.
73
 
74
6.0.000 (2013-03-17)
75
	- IMPORTANT: PHP4 support has been removed starting from this version.
76
	- Several TCPDF methods and vars were moved to new class files: tcpdf_static.php, tcpdf_colors.php, tcpdf_images.php, tcpdf_font_data.php, tcpdf_fonts.php.
77
	- Files htmlcolors.php, spotcolors.php, unicode_data.php and ecodings_maps.php were removed.
78
	- Barcode classes were renamed and new barcode examples were added.
79
	- Class TCPDF_PARSER was improved.
80
 
81
********************************************************************************
82
 
83
5.9.209 (2013-03-15)
84
	- Image method was improved.
85
 
86
5.9.208 (2013-03-15)
87
	- objclone fuction was patched to support old imagick extensions.
88
	- tcpdf_parser was improved to support Cross-Reference Streams and large streams.
89
 
90
5.9.207 (2013-03-04)
91
	- Datamatrix class was fixed (a debug echo was removed).
92
 
93
5.9.206 (2013-02-22)
94
	- Bug item #754 "PNG with alpha channel becomes gray scale" was fixed.
95
	- Minor documentation fixes.
96
 
97
5.9.205 (2013-02-06)
98
	- The constant K_TCPDF_THROW_EXCEPTION_ERROR was added on configuration file to change the behavior of Error() method.
99
	- PDF417 barcode bug was fixed.
100
 
101
5.9.204 (2013-01-23)
102
	- The method Bookmark() was extended to include named destinations, URLs, internal links or embedded files (see example n. 15).
103
	- automatic path calculation on configuration file was fixed.
104
	- Error() method was extended to throw new Exception if PHP > 5.
105
 
106
5.9.203 (2013-01-22)
107
	- Horizontal position of radiobuttons and checkboxes was adjusted.
108
 
109
5.9.202 (2012-12-16)
110
	- Vertical space problem after table was fixed.
111
 
112
5.9.201 (2012-12-10)
113
	- First 256 chars are now always included on font subset to overcome a problem reported on the forum.
114
 
115
5.9.200 (2012-12-05)
116
	- Bug item #768 "Rowspan with Pagebreak error" was fixed.
117
	- Page regions now works also with limited MultiCell() cells.
118
 
119
5.9.199 (2012-11-29)
120
	- Internal setImageBuffer() method was improved.
121
 
122
5.9.198 (2012-11-19)
123
	- Datamatrix EDIFACT mode was fixed.
124
 
125
5.9.197 (2012-11-06)
126
	- Bug item #756 "TCPDF 5.9.196 shows line on top of all PDFs" was fixed.
127
 
128
5.9.196 (2012-11-02)
129
	- Several methods were improved to avoid output when the context is out of page.
130
	- Bug item #755 "remove cached files before unsetting" was fixed.
131
 
132
5.9.195 (2012-10-24)
133
	- Method _putfonts() was improved.
134
 
135
5.9.194 (2012-10-23)
136
	- Text alignment on TextField() method was fixed.
137
 
138
5.9.193 (2012-09-25)
139
	- Support for named destinations on HTML links was added  (i.e.: <a href="#destinationname">link to named destination</a>).
140
 
141
5.9.192 (2012-09-24)
142
	- A problem on the releasing process was fixed.
143
 
144
5.9.191 (2012-09-24)
145
	- SVG image naow support svg and eps images.
146
 
147
5.9.190 (2012-09-23)
148
	- "page" word translation is now set to empty if not defined.
149
	- Tooltip feature was added on the radiobutton annotation.
150
 
151
5.9.189 (2012-09-18)
152
	- Bug item #3568969 "ini_get safe_mode error" was fixed.
153
 
154
5.9.188 (2012-09-15)
155
	- A datamatrix barcode bug was fixed.
156
 
157
5.9.187 (2012-09-14)
158
	- Subset feature was extended to include the first 256 characters.
159
 
160
5.9.186 (2012-09-13)
161
	- barcodes.php file was resynced.
162
	- Methods SetAbsX, SetAbsY, SetAbsXY where added to set the absolute pointer coordinates.
163
	- Method getCharBBox were added to get single character bounding box.
164
	- Signature of addTTFfont method was changed ($addcbbox paramter was added).
165
 
166
5.9.185 (2012-09-12)
167
	- Method _putfontwidths() was fixed.
168
 
169
5.9.184 (2012-09-11)
170
	- A problem with EAN barcodes was fixed.
171
 
172
5.9.183 (2012-09-07)
173
	- A problem with font names normalization was fixed.
174
 
175
5.9.182 (2012-09-05)
176
	- Bug item #3564982 "Infinite loop in Write() method" was fixed.
177
 
178
5.9.181 (2012-08-31)
179
	- composer.json file was added.
180
	- Bug item #3563369 "Cached images are not unlinked some time" was fixed.
181
 
182
5.9.180 (2012-08-22)
183
	- Bug item #3560493 "Problems with nested cells in HTML" was fixed.
184
 
185
5.9.179 (2012-08-04)
186
	- SVG 'use' tag was fixed for 'circle' and 'ellipse' shift problem.
187
	- Alpha status is now correctly stored and restored by getGraphicVars() and SetGraphicVars() methods.
188
 
189
5.9.178 (2012-08-02)
190
	- SVG 'use' tag was fixed for 'circle' and 'ellipse'.
191
 
192
5.9.177 (2012-08-02)
193
	- An additional control on annotations was fixed.
194
 
195
5.9.176 (2012-07-25)
196
	- A bug related to stroke width was fixed.
197
	- A problem related to font spacing in HTML was fixed.
198
 
199
5.9.175 (2012-07-25)
200
	- The problem of missing letter on hyphen break was fixed.
201
 
202
5.9.174 (2012-07-25)
203
	- The problem of wrong filename when downloading PDF from an Android device was fixed.
204
	- The method setHeaderData() was extended to set text and line color for header (see example n. 1).
205
	- The method setFooterData() was added to set text and line color for footer (see example n. 1).
206
	- The methods setTextShadow() and getTextShadow() were added to set text shadows (see example n. 1).
207
	- The GetCharWidth() method was fixed for negative character spacing.
208
	- A 'none' border mode is now correctly recognized.
209
	- Break on hyphen problem was fixed.
210
 
211
5.9.173 (2012-07-23)
212
	- Some additional control wher added on barcode methods.
213
	- The option CURLOPT_FOLLOWLOCATION on Image method is now disabled if PHP safe_mode is on or open_basedir is set.
214
	- Method Bookmark() was extended to include X parameter.
215
	- Method setDestination() was extended to include X parameter.
216
	- A problem with Thai language was fixed.
217
 
218
5.9.172 (2012-07-02)
219
	- A PNG color profile issue was fixed.
220
 
221
5.9.171 (2012-07-01)
222
	- Some SVG rendering problems were fixed.
223
 
224
5.9.170 (2012-06-27)
225
	- Bug #3538227 "Numerous errors inserting shared images" was fixed.
226
 
227
5.9.169 (2012-06-25)
228
	- Some SVG rendering problems were fixed.
229
 
230
5.9.168 (2012-06-22)
231
	- Thai language rendering was fixed.
232
 
233
5.9.167 (2012-06-22)
234
	- Thai language rendering was fixed and improved.
235
	- Method isCharDefined() was improved.
236
	- Protected method replaceChar() was added.
237
	- Font "kerning" word was corrected to "tracking".
238
 
239
5.9.166 (2012-06-21)
240
	- Array to string conversion on file_id creation was fixed.
241
	- Thai language rendering was fixed (thanks to Atsawin Chaowanakritsanakul).
242
 
243
5.9.165 (2012-06-07)
244
	- Some HTML form related bugs were fixed.
245
 
246
5.9.164 (2012-06-06)
247
	- A bug introduced on the latest release was fixed.
248
 
249
5.9.163 (2012-06-05)
250
	- Method getGDgamma() was changed.
251
	- Rendering performances of PNG images with alpha channel were improved.
252
 
253
5.9.162 (2012-05-11)
254
	- A bug related to long text on TD cells was fixed.
255
 
256
5.9.161 (2012-05-09)
257
	- A bug on XREF table was fixed (Bug ID: 3525051).
258
	- Deprecated Imagick:clone was replaced.
259
	- Method objclone() was fixed for PHP4.
260
 
261
5.9.160 (2012-05-03)
262
	- A bug on tcpdf_parser.php was fixed.
263
 
264
5.9.159 (2012-04-30)
265
	- Barcode classes were updated to fix PNG export Bug (ID: 3522291).
266
 
267
5.9.158 (2012-04-22)
268
	- Some SVG-related bugs were fixed.
269
 
270
5.9.157 (2012-04-16)
271
	- Some SVG-related bugs were fixed.
272
 
273
5.9.156 (2012-04-10)
274
	- Bug item #3515885 "TOC and booklet: left and right page exchanged".
275
	- SetAutoPageBreak(false) now works also in multicolumn mode.
276
 
277
5.9.155 (2012-04-02)
278
	- Bug item #3512596 "font import problems" was fixed.
279
	- Method addTTFfont() was modified to extract only specified Platform ID and Encoding ID (check the source code documentation).
280
	- All fonts were updated.
281
	- Bug item #3513867 "booklet and setHeaderTemplateAutoreset: header shifted left" was fixed.
282
	- Bug item #3513749 "TCPDF Superscript/Subscript" was fixed.
283
 
284
5.9.154 (2012-03-29)
285
	- A debug echo was removed.
286
 
287
5.9.153 (2012-03-28)
288
	- A bug on font conversion was fixed.
289
	- All fonts were updated.
290
	- Method isCharDefined() was added to find if a character is defined on the selected font.
291
	- Method replaceMissingChars() was added to automatically replace missing chars on selected font.
292
	- SetFont() method was fixed.
293
 
294
5.9.152 (2012-03-23)
295
	- The following overprint methods were added: setOverprint(), getOverprint().
296
	- Signature of setAlpha() method was changed and method getAlpha() was added.
297
	- stroke-opacity support was added on SVG.
298
	- The following date methods were added: setDocCreationTimestamp(), setDocModificationTimestamp(), getDocCreationTimestamp(), getDocModificationTimestamp(), getFormattedDate(), getTimestamp().
299
	- Signature of _datestring() method was changed.
300
	- Method getFontBBox() was added.
301
	- Method setPageBoxTypes() was aded.
302
 
303
5.9.151 (2012-03-22)
304
	- Bug item #3509889 "Transform() distorts PDF" was fixed.
305
	- Precision of real number were extended.
306
	- ComboBox and ListBox methods were fixed.
307
	- Bulgarian language file was added.
308
	- addTOC() method was improved to include bookmark color and font style.
309
 
310
5.9.150 (2012-03-16)
311
	- A bug related to form fields in PDF/A mode was fixed.
312
 
313
5.9.149 (2012-02-21)
314
	- Bug item #3489933 "SVG Parser treats tspan like text" was fixed.
315
 
316
5.9.148 (2012-02-17)
317
	- Bug item #3488600 "Multiple radiobutton sets get first set value" was fixed.
318
 
319
5.9.147 (2012-02-14)
320
	- A problem with SVG gradients has been fixed.
321
 
322
5.9.146 (2012-02-12)
323
	- Bug item #3486880 "$filehash undefine error" was fixed.
324
	- The default font is now the one specified at PDF_FONT_NAME_MAIN constant.
325
 
326
5.9.145 (2012-01-28)
327
	- Japanese language file was added.
328
	- TCPDF license and README.TXT files were updated.
329
 
330
5.9.144 (2012-01-12)
331
	- HTML output on barcode classes was improved.
332
 
333
5.9.143 (2012-01-08)
334
	- Bug item #3471057 "setCreator() has no effect" was fixed.
335
 
336
5.9.142 (2011-12-23)
337
	- Source code documentation was updated.
338
 
339
5.9.141 (2011-12-14)
340
	- Some minor bugs were fixed.
341
 
342
5.9.140 (2011-12-13)
343
	- SVG now supports embedded images encoded as base64.
344
 
345
5.9.139 (2011-12-11)
346
	- Spot color methods were fixed.
347
 
348
5.9.138 (2011-12-10)
349
	- cropMark() method was improved (check source code documentation).
350
	- Example n. 56 was updated.
351
	- Bug item #3452390 "Check Box still not ticked when set to true" was fixed.
352
 
353
5.9.137 (2011-12-01)
354
	- Bug item #3447005 "Background color and border of Form Elements is printed" was fixed.
355
	- Color support for Form elements was improved.
356
 
357
5.9.136 (2011-11-27)
358
	- Bug item #3443387 "SetMargins with keep option does not work for top margin" was fixed.
359
 
360
5.9.135 (2011-11-04)
361
	- Bug item #3433406 "Double keywords in description" was fixed.
362
 
363
5.9.134 (2011-10-29)
364
	- The default value for $defcol parameter on convertHTMLColorToDec() method was fixed.
365
	- Deafult HTTP headers were changed to avoid browser caching.
366
	- Some deprecated syntax were replaced.
367
 
368
5.9.133 (2011-10-26)
369
	- Bug item #3428446 "copyPage method not working when diskcache enabled" was fixed.
370
 
371
5.9.132 (2011-10-20)
372
	- Bug item #3426167 "bug in function convertHTMLColorToDec()" was fixed.
373
 
374
5.9.131 (2011-10-13)
375
	- An error message was added to ImagePngAlpha() method.
376
 
377
5.9.130 (2011-10-12)
378
	- Now you can set image data strings on HTML img tag by encoding the image binary data in this way: $imgsrc = '@'.base64_encode($imgdata);
379
 
380
5.9.129 (2011-10-07)
381
	- Core fonts metrics was fixed (replace all helvetica and times php files on fonts folder).
382
	- Form fields support was improved and some problems were fixed (check the example n. 14).
383
	- Bug item #3420249 "Issue with booklet and MultiCell" was fixed.
384
 
385
5.9.128 (2011-10-06)
386
	- Method addTTFfont() was improved (check the source code documentation).
387
	- Method setExtraXMP() to set custom XMP data was added.
388
 
389
5.9.127 (2011-10-04)
390
	- Readonly mode option was activated for radiobuttons.
391
 
392
5.9.126 (2011-10-03)
393
	- Bug item #3417989 "Graphics State operator in form XObject fails to render" was fixed.
394
	- Xobjects problems with transparency, gradients and spot colors were fixed.
395
 
396
5.9.125 (2011-10-03)
397
	- Support for 8-digit CMYK hexadecimal color representation was added (to be used with XHTML and SVG).
398
	- Spot colors support was improved (check example n. 37).
399
	- Color methods were improved.
400
 
401
5.9.124 (2011-10-02)
402
	- Core fonts were updated.
403
 
404
5.9.123 (2011-10-02)
405
	- The method addTTFfont() wad added to automatically convert TTF fonts (check the new fonts guide at http://www.tcpdf.org).
406
	- Old font utils were removed.
407
	- All fonts were updated and new arabic fonts were added (almohanad were removed and replaced by aefurat and aealarabiya).
408
	- The file unicode_data.php was updated.
409
	- The file encodings_maps.php was added.
410
	- PDF/A files are now compressed to save space.
411
	- XHTML input form fields now support text-alignment attribute.
412
 
413
5.9.122 (2011-09-29)
414
	- PDF/A-1b compliance was improved to pass some online testing.
415
 
416
5.9.121 (2011-09-28)
417
	- This version includes support for PDF/A-1b format (the class constructor signature was changed - see example n. 65).
418
	- Method setSRGBmode() was added to force sRGB_IEC61966-2.1 black scaled ICC color profile for the whole document (file sRGB.icc was added).
419
	- 14 new fonts were added to allow embedding core fonts (for PDF/A compliance).
420
	- Font utils were fixed.
421
 
422
5.9.120 (2011-09-22)
423
	- This version includes a fix for _getTrueTypeFontSubset() method.
424
 
425
5.9.119 (2011-09-19)
426
	- This version includes a fix for extra page numbering on TOC.
427
 
428
5.9.118 (2011-09-17)
429
	- This version includes some changes that allows you to add a bookmark for a page that do not exist.
430
 
431
5.9.117 (2011-09-15)
432
	- TCPDFBarcode and TCPDF2DBarcode classes were extended to include a method for exporting barcodes as PNG images.
433
 
434
5.9.116 (2011-09-14)
435
	- Datamatrix class was improved and documentation was fixed.
436
 
437
5.9.115 (2011-09-13)
438
	- Datamatrix ECC200 barcode support was added (a new datamatrix.php file was added) - check example n. 50.
439
	- getBarcodeHTML() method was added on TCPDFBarcode and TCPDF2DBarcode classes to return an HTML representation of the barcode.
440
	- cURL options on Image() method were improved.
441
	- A bug on write2DBarcode() was fixed.
442
 
443
5.9.114 (2011-09-04)
444
	- A bug related to column position was fixed.
445
 
446
5.9.113 (2011-08-24)
447
	- This release include two new experimental files for parsing an existing PDF document (the integration with TCPDF is under development).
448
 
449
5.9.112 (2011-08-18)
450
	- A newline character was added after the 'trailer' keyword for compatibility with some parsers.
451
	- Support for layers was improved.
452
 
453
5.9.111 (2011-08-17)
454
	- Barcode CODE 39 default gap was restored at 1.
455
 
456
5.9.110 (2011-08-17)
457
	- Barcode CODE 39 was fixed.
458
 
459
5.9.109 (2011-08-12)
460
	- Method getNumLines() was fixed.
461
	- A bug related to page break in multi-column mode was fixed.
462
 
463
5.9.108 (2011-08-09)
464
	- A bug on PHP4 version was fixed.
465
 
466
5.9.107 (2011-08-08)
467
	- This version includes a minor bugfix.
468
 
469
5.9.106 (2011-08-04)
470
	- This version includes transparency groups: check the new parameter on startTemplate() method and example 62.
471
 
472
5.9.105 (2011-08-04)
473
	- Bug item #3386153 "Check Box not ticked when set to true" was fixed.
474
 
475
5.9.104 (2011-08-01)
476
	- Bug item #3383698 "imagemagick, resize and dpi" was fixed.
477
 
478
5.9.103 (2011-07-16)
479
	- Alignment of XHTML lines was improved.
480
	- Spell of the "length" word was fixed.
481
 
482
5.9.102 (2011-07-13)
483
	- Methods startLayer() and endLayer() were added to support arbitrary PDF layers.
484
	- Some improvements/fixes for images were added (thanks to Brendan Abbott).
485
 
486
5.9.101 (2011-07-07)
487
	- Support for JPEG and PNG ICC Color Profiles was added.
488
	- Method addEmptySignatureAppearance() was added to add empty signature fields (see example n. 52).
489
	- Bug item #3354332 "Strange line spacing with reduced font-size in writeHTML" was fixed.
490
 
491
5.9.100 (2011-06-29)
492
	- An SVG bug has been fixed.
493
 
494
5.9.099 (2011-06-27)
495
	- Bug item #3335045 "Font freesans seems somehow corrupted in footer" was fixed.
496
 
497
5.9.098 (2011-06-23)
498
	- The Named Destination feature was fixed.
499
 
500
5.9.097 (2011-06-23)
501
	- The method setHtmlVSpace() now can be used also for tags: div, li, br, dt and dd.
502
	- The Named Destination feature was added (check the example n. 15) - thanks to Christian Deligant.
503
 
504
5.9.096 (2011-06-19)
505
	- Bug item #3322234 "Surrogate pairs codes in arrUTF8ToUTF16BE" was fixed.
506
 
507
5.9.095 (2011-06-18)
508
	- Numbers alignment for Table-Of-Content methods was improved and fixed.
509
	- Font subsetting was fixed to include all parts of composite fonts.
510
 
511
5.9.094 (2011-06-17)
512
	- Bug item #3317898 "Page Group numbering broken in 5.9.093" was fixed.
513
 
514
5.9.093 (2011-06-16)
515
	- Method setStartingPageNumber() was added to set starting page number (for automatic page numbering).
516
 
517
5.9.092 (2011-06-15)
518
	- Method _putpages() was improved.
519
	- Bug item #3316678 "Memory overflow when use Rotate and SetAutoPageBreak" was fixed.
520
	- Right alignment of page numbers was improved.
521
 
522
5.9.090 (2011-06-14)
523
	- Methods AliasNbPages() and AliasNumPage() were re-added as deprecated for backward compatibility.
524
 
525
5.9.089 (2011-06-13)
526
	- Example n. 8 was updated.
527
	- Method sendOutputData() was changed to remove default compression (it was incompatible with some server settings).
528
	- Bugs related to page group numbers were fixed.
529
	- Method copyPage() was fixed.
530
	- Method Image() was improved to include support for alternative and external images.
531
 
532
5.9.088 (2011-06-01)
533
	- Method getAutoPageBreak() was added (see example n. 51).
534
	- Example n. 51 (full page background) was updated.
535
 
536
5.9.087 (2011-06-01)
537
	- Method sendOutputData() was improved to include deflate encoding.
538
	- Barcode classes on PHP 4 version were fixed.
539
 
540
5.9.086 (2011-05-31)
541
	- Font files were updated (the ones on the previous release were broken).
542
	- The script fonts/utils/makeallttffonts.php was updated and fixed.
543
	- Output() method was improved to use compression when available.
544
 
545
5.9.085 (2011-05-31)
546
	- TCPDFBarcode class (barcodes.php) now includes getBarcodeSVG() and getBarcodeSVGcode() methods to get SVG image representation of the barcode.
547
	- TCPDF2DBarcode class (2dbarcodes.php) now includes getBarcodeSVG() and getBarcodeSVGcode() methods to get SVG image representation of the barcode.
548
 
549
5.9.084 (2011-05-29)
550
	- Font files were updated.
551
	- The file fonts/utils/makeallttffonts.php was updated.
552
	- Bug item# 3308774 "Problems with font subsetting" was fixed.
553
 
554
5.9.083 (2011-05-24)
555
	- Bug item #3308387 "line height & SetCellHeightRatio" was fixed.
556
 
557
5.9.082 (2011-05-22)
558
	- Bug item #3305592 "Setting fill color <> text color breaks text clipping" was fixed.
559
 
560
5.9.081 (2011-05-18)
561
	- Method resetHeaderTemplate() was added to reset the xobject template used by Header() method.
562
	- Method setHeaderTemplateAutoreset() was added to automatically reset the xobject template used by Header() method at each page.
563
 
564
5.9.080 (2011-05-17)
565
	- A problem related to file path calculation for images was fixed.
566
	- A problem related to unsupressed getimagesize() error was fixed.
567
 
568
5.9.079 (2011-05-16)
569
	- Footer() method was changed to use C128 barcode as default (instead of the previous C128B).
570
 
571
5.9.078 (2011-05-12)
572
	- Bug item #3300878 "wrong rendering for html bullet list in some case" was fixed.
573
	- Bug item #3301017 "Emphasized vs. font-weight" was fixed.
574
	- Barcode Code 128 was improved to include AUTO mode (automatically switch between A, B and C modes).
575
	- Examples n. 27 and 49 were updated.
576
 
577
5.9.077 (2011-05-07)
578
	- Bug item #3298591 "error code93" was fixed.
579
	- SetLineStyle() function was improved.
580
 
581
5.9.076 (2011-05-06)
582
	- Bug item #3298264 "codebar 93 error" was fixed.
583
 
584
5.9.075 (2011-05-02)
585
	- Table header alignment when using WriteHTMLCell() or MultiCell() was fixed.
586
 
587
5.9.074 (2011-04-28)
588
	- Bug item #3294306 "CSS classes not work in <thead> table section" was fixed.
589
 
590
5.9.073 (2011-04-27)
591
	- A bug related to character entities on HTML cells was fixed.
592
 
593
5.9.072 (2011-04-26)
594
	- Method resetColumns() was added to remove multiple columns and reset page margins (example n. 10 was updated).
595
 
596
5.9.071 (2011-04-19)
597
	- Bug #3288574 "<br/> trouble" was fixed.
598
 
599
5.9.069 (2011-04-19)
600
	- Bug #3288763 "HTML-Table: non-breaking table rows: Bug" was fixed.
601
 
602
5.9.068 (2011-04-15)
603
	- Bookmark, addTOC and addHTMLTOC methods were improved to include font style and color (Examples 15, 49 and 59 were updated).
604
	- Default $_SERVER['DOCUMENT_ROOT'] value on tcpdf_config.php file was changed.
605
 
606
5.9.067 (2011-04-10)
607
	- Performances were drastically improved (PDF documents are now created more quickly).
608
 
609
5.9.066 (2011-04-09)
610
	- A bug related to digital signature + encryption was fixed.
611
	- A bug related to encryption + xobject templates was fixed.
612
 
613
5.9.065 (2011-04-08)
614
	- Bug item #3280512 "Text encoding iso-8859-2 crashes" was fixed.
615
 
616
5.9.064 (2011-04-05)
617
	- A bug related to character entities on HTML cells was fixed.
618
 
619
5.9.063 (2011-04-01)
620
	- Bug item #3267235 "WriteHTML() and image that doesn't fit on the page" was fixed.
621
 
622
5.9.062 (2011-03-23)
623
	- Bug item #3232650 "Using Write if there are pageRegions active creates error" was fixed.
624
	- Bug item #3221891 "text input borders" was fixed.
625
	- Bug item #3228958 "Adobe Reader 9.4.2 crash" was fixed.
626
 
627
5.9.061 (2011-03-15)
628
	- Bug item #3213488 "wrong function call in function Write" was fixed.
629
	- Bug item #3203007 "list element with black background" was fixed.
630
 
631
5.9.060 (2011-03-08)
632
	- addTOC() method was fixed for text alignment problems.
633
 
634
5.9.059 (2011-02-27)
635
	- Default Header() method was improved to reduce document size.
636
 
637
5.9.058 (2011-02-25)
638
	- Image() method was improved to cache images with transparency layers (thanks to Korneliusz Jarzębski for reporting this problem).
639
 
640
5.9.057 (2011-02-24)
641
	- A problem with image caching system was fixed (thanks to Korneliusz Jarzębski for reporting this problem).
642
 
643
5.9.056 (2011-02-22)
644
	- A bug on fixHTMLCode() method was fixed.
645
	- Automatic line break for HTML was fixed.
646
 
647
5.9.055 (2011-02-17)
648
	- Another bug related to HTML table page break was fixed.
649
 
650
5.9.054 (2011-02-16)
651
	- A bug related to HTML table page break was fixed.
652
 
653
5.9.053 (2011-02-16)
654
	- Support for HTML attribute display="none" was added.
655
 
656
5.9.052 (2011-02-15)
657
	- A bug related to HTML automatic newlines was fixed.
658
 
659
5.9.051 (2011-02-12)
660
	- "Commas at beginning of new lines" problem was fixed.
661
 
662
5.9.050 (2011-02-11)
663
	- Bug #3177606 "SVG Bar chart error" was fixed.
664
 
665
5.9.049 (2011-02-03)
666
	- Bug #3170777 "TCPDF creates a new page after a single line in writeHTML" was fixed.
667
 
668
5.9.048 (2011-02-02)
669
	- No changes. Just released to override previous release that was not uploaded correctly.
670
 
671
5.9.047 (2011-01-28)
672
	- Bug #3167115 "PDF error in <table> (example 48)" was fixed (was introduced in 5.8.046).
673
 
674
5.9.046 (2011-01-18)
675
	- PDF view/print layers are now automatically turned off if not used (see setVisibility() method).
676
 
677
5.9.045 (2011-01-17)
678
	- HTML list support were improved.
679
 
680
5.9.044 (2011-01-15)
681
	- Bug #3158422 "writeHTMLCell Loop" was fixed.
682
	- Some HTML image alignment problems were fixed.
683
 
684
5.9.043 (2011-01-14)
685
	- Bug #3158178 "PHP Notice" was fixed.
686
	- Bug #3158193 "Endless loop in writeHTML" was fixed.
687
	- Bug #3157764 "SVG Pie chart incorrectly rendered2".
688
 
689
5.9.042 (2011-01-14)
690
	- Some problems of the PHP4 version were fixed.
691
 
692
5.9.041 (2011-01-13)
693
	- A problem with SVG elliptical arc path was fixed (ref. bug #3156574).
694
	- A problem related to font weight on HTML table headers was fixed.
695
 
696
5.9.040 (2011-01-12)
697
	- A bug related to empty pages after table was fixed.
698
 
699
5.9.039 (2011-01-12)
700
	- Bug item #3155759 "openssl_random_pseudo_bytes() slow under Windows" was fixed.
701
 
702
5.9.038 (2011-01-11)
703
	- Minor bugs were fixed.
704
 
705
5.9.037 (2011-01-09)
706
	- An alignment problem for HTML texts was fixed.
707
 
708
5.9.036 (2011-01-07)
709
	- A bug related to HTML tables on header was fixed.
710
 
711
5.9.035 (2011-01-03)
712
	- A problem related to HTML table border alignment was fixed.
713
	- Bug #2996366 "FastCGI and Header Problems" was fixed.
714
 
715
5.9.034 (2010-12-19)
716
	- DejaVu and GNU Free fonts were updated.
717
 
718
5.9.033 (2010-12-18)
719
	- Source code documetnation was improved.
720
 
721
5.9.032 (2010-12-18)
722
	- Default font stretching and spacing values are now inherited by HTML methods.
723
 
724
5.9.031 (2010-12-16)
725
	- Source code documentation errors were fixed.
726
 
727
5.9.030 (2010-12-16)
728
	- Several source code documentation errors were fixed.
729
	- Source code style was changed for Doxygen.
730
	- Source code documentation was moved online to http://www.tcpdf.org
731
 
732
5.9.029 (2010-12-04)
733
	- The $fitbox parameter on Image() method was extended to specify image alignment inside the box (check the example n. 9).
734
 
735
5.9.028 (2010-12-03)
736
	- Font utils makefont.php and makeallttffonts.php were updated.
737
 
738
5.9.027 (2010-12-01)
739
	- Spot Colors are now better integrated with HTML mode.
740
	- Method SetDocInfoUnicode() was added to turn on/off Unicode mode for document information dictionary (meta tags) - check the example n. 19.
741
 
742
5.9.026 (2010-12-01)
743
	- A problem with mixed text directions on HTML was fixed.
744
 
745
5.9.025 (2010-12-01)
746
	- The AddSpotColor() now automatically fills the spotcolor array (defined on spotcolors.php file).
747
 
748
5.9.024 (2010-11-30)
749
	- Bug item #3123612 "SVG not use gradientTransform in percentage mode" was fixed.
750
 
751
5.9.023 (2010-11-25)
752
	- A potential bug on SVG transcoder was fixed.
753
 
754
5.9.022 (2010-11-21)
755
	- Method ImageEPS includes support for EPS/AI Spot colors.
756
	- Method ImageEPS includes a new parameter $fixoutvals to remove values outside the bounding box.
757
 
758
5.9.021 (2010-11-20)
759
	- Support for custom bullet points images was added (check the example n.6)
760
	- Examples n. 6 and 61 were update (check the comments inside).
761
 
762
5.9.020 (2010-11-19)
763
	- A problem related to additional page when using multicolumn mode was fixed.
764
 
765
5.9.019 (2010-11-19)
766
	- An SVG bug was fixed.
767
	- ImageSVG() and ImageEPS() methods now accepts image data streams (put the string on the $file parameter preceded by '@' character).
768
	- Option 'E' was added to the $dest parameter of Output() method to return the document as base64 mime multi-part email attachment (RFC 2045).
769
 
770
5.9.018 (2010-11-19)
771
	- An SVG bug was fixed.
772
 
773
5.9.017 (2010-11-16)
774
	- Tagline color was set to transparent.
775
	- The method fixHTMLCode() was added to automatically clean up HTML code (requires HTML Tidy).
776
 
777
5.9.016 (2010-11-16)
778
	- Bug item #3109705 "list item page break hanging bullet" was fixed.
779
 
780
5.9.015 (2010-11-16)
781
	- Bug item affecting QRCode was fixed.
782
	- Some bugs affecting HTML lists were fixed.
783
	- ImageSVG() and fitBlock() methods were improved to handle some SVG problems.
784
	- Some problems with PHP4 compatibility were fixed.
785
 
786
5.9.014 (2010-11-15)
787
	- Bug item #3109464 "QRCode error" was fixed.
788
 
789
5.9.013 (2010-11-15)
790
	- Bug item #3109257 "Problem with interlaced GIFs and PNGs" was fixed.
791
	- Image function now accepts image data streams (check example n. 9).
792
 
793
5.9.012 (2010-11-12)
794
	- Method getTCPDFVersion() was added.
795
	- PDF_PRODUCER constant was removed.
796
	- Method convertHTMLColorToDec() was improved.
797
	- HTML colors now support spot color names defined on the new spotcolors.php file.
798
	- The default method Header() was improved to support SVG and EPS/AI images.
799
	- A bug on SVG importer was fixed.
800
 
801
5.9.011 (2010-11-02)
802
	- Bug item #3101486 "Bug Fix for image loading" was fixed.
803
 
804
5.9.010 (2010-10-27)
805
	- Support for CSS properties 'border-spacing' and 'padding' for tables were added.
806
	- Several language files were added.
807
 
808
5.9.009 (2010-10-21)
809
	- HTML text alignment was improved to include the case of RTL text on LTR direction and LTR text on RTL direction.
810
 
811
5.9.008 (2010-10-21)
812
	- Bug item #3091502 "Bookmark oddity" was fixed.
813
	- HTML internal links now accepts page number and Y position.
814
	- The method write1DBarcode() was improved to accept separate horizontal and vertical padding (see example n. 27).
815
 
816
5.9.007 (2010-10-20)
817
	- Method adjustCellPadding() was fixed to handle bad input.
818
 
819
5.9.006 (2010-10-19)
820
	- Support for AES 256 bit encryption was added (see example n. 16).
821
	- Method getNumLines() was fixed for the empty string case.
822
 
823
5.9.005 (2010-10-18)
824
	- Method addPageRegion() was changed to accept regions starting exactly from the top of the page.
825
 
826
5.9.004 (2010-10-18)
827
	- A bug related to annotations was fixed.
828
	- The file unicode_data.php was canged to encapsulate all data in a class.
829
	- The file htmlcolors.php was changed to remove the global variable.
830
 
831
5.9.003 (2010-10-15)
832
	- Support for no-write page regions was added. Check the example n. 64 and new methods setPageRegions(), addPageRegion(), getPageRegions(), removePageRegion().
833
	- A bug on Right-To-Left alignment was fixed.
834
 
835
5.9.002 (2010-10-08)
836
	- Cell method was improved to preserve the font stretching and spacing values when using the $stretch parameter (see example n. 4).
837
 
838
5.9.001 (2010-10-07)
839
	- The problem of blank page for nobr table higher than a single page was fixed.
840
 
841
5.9.000 (2010-10-06)
842
	- Support for text stretching and spacing (tracking) was added, see example n. 63 and methods setFontStretching(), getFontStretching(), setFontSpacing(), getFontSpacing().
843
	- Support for CSS properties 'font-stretch' and 'letter-spacing' was added (see example n. 63).
844
	- The cMargin state was replaced by cell_padding array that can be set/get using setCellPadding() and getCellPadding() methods.
845
	- Methods getCellPaddings() and setCellPaddings() were added to fine tune cell paddings (see example n. 5).
846
	- Methods getCellMargins() and setCellMargins() were added to fine tune cell margins (see example n. 5).
847
	- Method write1DBarcode() was improved to permit custom labels (see example n. 27).
848
	- Method ImagePngAlpha() now includes support for ImageMagick to improve performances.
849
	- XObject Template support was extended to support Multicell(), writeHTML() and writeHTMLCell() methods.
850
	- The signature of getNumLines() and getStringHeight() methods is changed.
851
	- Example n. 57 was updated.
852
 
853
// -------------------------------------------------------------------
854
 
855
5.8.034 (2010-09-27)
856
	- A bug related to SetFont on XObject templates was fixed.
857
 
858
5.8.033 (2010-09-25)
859
	- A problem with Footer() and multiple columns was fixed.
860
 
861
5.8.032 (2010-09-22)
862
	- Bug #3073165 "Issues with changes to addHTMLVertSpace()" was fixed.
863
 
864
5.8.031 (2010-09-20)
865
	- Bug #3071961 "Spaces in HTML" was fixed.
866
 
867
5.8.030 (2010-09-17)
868
	- SVG support was improved and some bugs were fixed.
869
 
870
5.8.029 (2010-09-16)
871
	- A problem with HTML borders was fixed.
872
 
873
5.8.028 (2010-09-13)
874
	- Bug #3065224 "mcrypt_create_iv error on TCPDF 5.8.027 on PHP 5.3.2" was fixed.
875
 
876
5.8.027 (2010-09-13)
877
	- Bug #3065118 "mcrypt_decrypt error on TCPDF 5.8.026 on PHP 5.3.2" was fixed.
878
 
879
5.8.026 (2010-09-13)
880
	- A bug on addHTMLTOC() method was fixed. Note: be sure that the #TOC_PAGE_NUMBER# template has enough width to be printed correctly.
881
 
882
5.8.025 (2010-09-09)
883
	- Bug #3062692 "Textarea inside a table" was fixed.
884
 
885
5.8.024 (2010-09-08)
886
	- Bug #3062005 "Undefined variable: ann_obj_id" was fixed.
887
 
888
5.8.023 (2010-08-31)
889
	- Forms bug added on version 5.8.019 was fixed.
890
 
891
5.8.022 (2010-08-31)
892
	- Bug #3056632 "SVG rendered vertically flipped" was fixed.
893
 
894
5.8.021 (2010-08-30)
895
	- A new CID-0 'chinese' font was added for traditional Chinese.
896
	- Bug #3054287 'Inner tags are ignored due to "align" attribute' was fixed.
897
 
898
5.8.020 (2010-08-26)
899
	- CSS "catch-all" class selector is now supported.
900
 
901
5.8.019 (2010-08-26)
902
	- XObject Templates now includes support for links and annotations.
903
	- A problem related to link alignment on cell was fixed.
904
	- A problem related to SVG styles was fixed.
905
 
906
5.8.018 (2010-08-25)
907
	- Method getNumberOfColumns() was added.
908
	- A problem related to table header was fixed.
909
	- Method getSVGTransformMatrix() was fixed to apply SVG transformations in the correct order.
910
	- SVG support was improved and several bugs were fixed.
911
 
912
5.8.017 (2010-08-25)
913
	- This version includes support for XObject Templates (see the new example n. 62).
914
	- Methods starttemplate(), endTemplate() and printTemplate() were added (see the new example n. 62).
915
 
916
5.8.016 (2010-08-24)
917
	- Alignment problem on write2DBarcode was fixed.
918
 
919
5.8.015 (2010-08-24)
920
	- A problem arised with the latest bugfix was fixed.
921
 
922
5.8.014 (2010-08-23)
923
	- Method _getxobjectdict() was added for better compatibility with external extensions.
924
	- A bug related to radiobuttons was fixed.
925
	- Bug #3051509 "new line after punctuation marks" was fixed (partially).
926
 
927
5.8.013 (2010-08-23)
928
	- SVG support for 'direction' property was added.
929
	- A problem on default width calculation for linear barcodes was fixed.
930
	- New option was added to write1DBarcode() method to improve alignments (see example n. 27).
931
	- Bug #3050896 "Nested HTML tables: styles are not applied" was fixed.
932
	- Method _putresourcedict() was improved to include external XObject templates.
933
 
934
5.8.012 (2010-08-22)
935
	- Support for SVG 'text-anchor' property was added.
936
 
937
5.8.011 (2010-08-21)
938
	- Method write1DBarcode() was improved to be backward compatible (check the new example n. 27).
939
	- Support for CSS width and height properties on images were added.
940
 
941
5.8.010 (2010-08-20)
942
	- Documentation of unhtmlentities() was fixed.
943
	- The 'fitwidth' option was added and border color problem was fixed on write1DBarcode() method (check the example n. 27).
944
 
945
5.8.009 (2010-08-20)
946
	- Internal object numbering was improved.
947
	- Some errors in object encryption were fixed.
948
 
949
5.8.008 (2010-08-19)
950
	- Method write1DBarcode() was changed, check the example n. 27.
951
	- Method Footer() was changed to account for barcode changes.
952
	- Automatic calculation of K_PATH_URL constant was fixed on configuration file.
953
	- Method setEqualColumns() was fixed for $width=0 case.
954
	- Method AddTOC() was fixed for multipage and multicolumn modes.
955
	- Better support for SVG "font-family" property.
956
	- A problem on default Page Zoom mode was fixed.
957
	- Several Annotation bugs were fixed.
958
 
959
5.8.007 (2010-08-18)
960
	- A bug affecting HTML tables was fixed.
961
	- Bug #3047500 "SVG not rendering paths properly" was fixed.
962
 
963
5.8.006 (2010-08-17)
964
	- A bug affecting HTML table nesting was fixed.
965
 
966
5.8.005 (2010-08-17)
967
	- A bug affecting the HTML 'select' tag in certain conditions was fixed.
968
 
969
5.8.004 (2010-08-17)
970
	- Better support for HTML "font-family" property.
971
	- A bug related to HTML multicolumn was fixed.
972
 
973
5.8.003 (2010-08-16)
974
	- Better support for HTML "font-family" property.
975
 
976
5.8.002 (2010-08-14)
977
	- HTML alignments were improved
978
	- IMPORTANT: Default regular expression to find spaces has been changed to exclude the non-breaking-space (160 DEC- A0 HEX). If you are using setSpacesRE() method, please read the new documentation.
979
	- Example n. 1 was updated.
980
 
981
5.8.001 (2010-08-12)
982
	- Bug #3043650 "subsetchars incorrectly cached" was fixed.
983
 
984
5.8.000 (2010-08-11)
985
	- A control to avoid bookmarking page 0 was added.
986
	- addTOC() method now includes support for multicolumn mode.
987
	- Support for tables in multicolumn mode was improved.
988
	- Example n.10 was updated.
989
	- All trimming functions were replaced with stringLeftTrim(), stringRightTrim() and stringTrim().
990
	- HTML alignments were improved.
991
 
992
------------------------------------------------------------
993
 
994
5.7.003 (2010-08-08)
995
	- Bug #3041263 "php source ending is bad" was fixed (all PHP files were updated, including fonts).
996
 
997
5.7.002 (2010-08-06)
998
	- Methods copyPage(), movePage() and deletePage() were changed to account for internal markings.
999
 
1000
5.7.001 (2010-08-05)
1001
	- Bug #3040105 "Broken PDF when using TOC (example 45)" was fixed.
1002
 
1003
5.7.000 (2010-08-03)
1004
	- CSS borders are now supported for HTML tables and other block tags (see example n. 61);
1005
	- Cell borders were improved (see example n. 57);
1006
	- Minor bugs were fixed.
1007
 
1008
------------------------------------------------------------
1009
 
1010
5.6.000 (2010-07-31)
1011
	- A bug with object IDs was fixes.
1012
	- Performances were improved.
1013
 
1014
------------------------------------------------------------
1015
 
1016
5.5.015 (2010-07-29)
1017
	- Automatic fix for unclosed self-closing tag.
1018
	- Support for deprecated 's' and 'strike' tags was added.
1019
	- Empty list items problem was fixed.
1020
 
1021
5.5.014 (2010-07-15)
1022
	- Support for external images was improved.
1023
 
1024
5.5.013 (2010-07-14)
1025
	- Bug #3029338 "FI and FO output destination filename bug" was fixed (previous fix was wrong).
1026
 
1027
5.5.012 (2010-07-14)
1028
	- Bug #3029310 "Font baseline inconsistencies with line-height and font-size" was fixed.
1029
	- Bug #3029338 "FI and FO output destination filename bug" was fixed.
1030
 
1031
5.5.011 (2010-07-09)
1032
	- Support for multiple CSS classes was added.
1033
	- The method getColumn() was added to return the current column number.
1034
	- Some regular Expressions were fixed to be more compatible with UTF-8.
1035
 
1036
5.5.010 (2010-07-06)
1037
	- Bug item #3025772 "Borders in all image functions are still flawed" was fixed.
1038
 
1039
5.5.009 (2010-07-05)
1040
	- A problem related to last page footer was fixed.
1041
	- Image alignments and fit-on-page features were improved.
1042
 
1043
5.5.008 (2010-07-02)
1044
	- A problem on table header alignment in booklet mode was fixed.
1045
	- Default graphic vars are now applied for setHeader();
1046
 
1047
5.5.007 (2010-07-02)
1048
	- Attribute "readonly" was added to input and textarea form fields.
1049
	- Vertical alignment feature was added on MultiCell() method only for simple text mode (see example n. 5).
1050
	- Text-Fit feature was added on MultiCell() method only for simple text mode (see example n. 5).
1051
 
1052
5.5.006 (2010-06-29)
1053
	- getStringHeight() and getNumLines() methods were fixed.
1054
 
1055
5.5.005 (2010-06-28)
1056
	- Bug #3022170 "getFontDescent() does not return correct descent value" was fixed.
1057
	- Some problems with multicolumn mode were fixed.
1058
 
1059
5.5.004 (2010-06-27)
1060
	- Bug #3021803 "SVG Border" was fixed.
1061
 
1062
5.5.003 (2010-06-26)
1063
	- On Write() method, blank lines at the beginning of a page or column are now automatically removed.
1064
 
1065
5.5.002 (2010-06-24)
1066
	- ToUnicode Identity-H name was replaced with a full CMap (to avoid preflight syntax error).
1067
	- Bug #3020638 "str_split() not available in php4" was fixed.
1068
	- Bug #3020665 "file_get_contents() too many parameters for php4" was fixed.
1069
 
1070
5.5.001 (2010-06-23)
1071
	- A problem on image streams was fixed.
1072
 
1073
5.5.000 (2010-06-22)
1074
	- Several PDF syntax errors (and related bugs) were fixed.
1075
	- Bug #3019090 "/Length values are wrong if AES encryption is used" was fixed.
1076
 
1077
------------------------------------------------------------
1078
 
1079
5.4.003 (2010-06-19)
1080
	- A problem related to page boxes was fixed.
1081
	- Bug #3016920 "Font subsetting issues when editing pdf" was partially fixed (Note that flattening transparency layers is currently incompatible with TrueTypeUnicode fonts).
1082
 
1083
5.4.002 (2010-06-18)
1084
	- A problem related with setProtection() method was fixed.
1085
 
1086
5.4.001 (2010-06-18)
1087
	- A problem related with setProtection() method was fixed.
1088
 
1089
5.4.000 (2010-06-18)
1090
	- The method setSignatureAppearance() was added, check the example n. 52.
1091
	- Several problems related to font subsetting were fixed.
1092
 
1093
------------------------------------------------------------
1094
 
1095
5.3.010 (2010-06-15)
1096
	- Previous release was corrupted.
1097
 
1098
5.3.009 (2010-06-15)
1099
	- Bug #3015934 "Bullets don't display correctly" was fixed.
1100
 
1101
5.3.008 (2010-06-13)
1102
	- This version fixes some problems of SVG rasterization.
1103
 
1104
5.3.007 (2010-06-13)
1105
	- This version improves SVG support.
1106
 
1107
5.3.006 (2010-06-10)
1108
	- This version includes a change in uniqid calls for backward compatibility with PHP4.
1109
 
1110
5.3.005 (2010-06-09)
1111
	- The method getPageSizeFromFormat() was changed to include all standard page formats (includes 281 page formats + variation).
1112
 
1113
5.3.004 (2010-06-08)
1114
	- Bug #3013291 "HTML table cell width" was fixed.
1115
	- Bug #3013294 "HTML table cell alignment" was fixed.
1116
	- The columns widths of HTML tables are now inherited from the first row.
1117
 
1118
5.3.003 (2010-06-08)
1119
	- Bug #3013102 "HTML table header misaligned after page break" was fixed.
1120
 
1121
5.3.002 (2010-06-07)
1122
	- The methods setFontSubsetting() and setFontSubsetting() were added to control the default font subsetting mode (see example n. 1).
1123
	- Bug #3012596 "Whitespace should not appeared after use Thai top characters" was fixed.
1124
	- Examples n. 1, 14, and 54 were updated.
1125
 
1126
5.3.001 (2010-06-06)
1127
	- Barcode PDF417 was improved to support Macro Code Blocks (see example n. 50).
1128
 
1129
5.3.000 (2010-06-05)
1130
	- License was changed to GNU-LGPLv3 (see the updated LICENSE.TXT file).
1131
	- PDF417 barcode support was added (check the example n. 50).
1132
	- The method write2DBarcode() was improved (some parameters were added and other changed - check example n. 50).
1133
 
1134
------------------------------------------------------------
1135
 
1136
5.2.000 (2010-06-02)
1137
	- IMPORTANT: Support for font subsetting was added by default to reduce the size of documents using large unicode font files.
1138
		If you embed the whole font in the PDF, the person on the other end can make changes to it even if he didn't have your font.
1139
		If you subset the font, file size of the PDF will be smaller but the person who receives your PDF would need to have your same font in order to make changes to your PDF.
1140
	- The signature of the SetFont() and AddFont() methods were changed to include the font subsetting option (subsetting is applied by default).
1141
	- Examples 14 and 54 were updated.
1142
 
1143
------------------------------------------------------------
1144
 
1145
5.1.002 (2010-05-27)
1146
	- Bug #3007818 "SetAutoPageBreak fails with MultiCell" was fixed.
1147
	- A bug related to MultiCell() minimun height was fixed.
1148
 
1149
5.1.001 (2010-05-26)
1150
	- The problem of blank page after table was fixed.
1151
 
1152
5.1.000 (2010-05-25)
1153
	- This version includes support for CSS (Cascading Style Sheets) (see example n. 61).
1154
	- The convertHTMLColorToDec() method was improved.
1155
 
1156
------------------------------------------------------------
1157
 
1158
5.0.014 (2010-05-21)
1159
	- A problem on color and style of HTML links was fixed.
1160
	- A bug relative to gradients was fixed.
1161
	- The getStringHeight() method was added and getNumLines() method was improved.
1162
	- All examples were updated.
1163
 
1164
5.0.013 (2010-05-19)
1165
	- A bug related to page-breaks and table cells was fixed.
1166
 
1167
5.0.012 (2010-05-19)
1168
	- Page orientation bug was fixed.
1169
	- The access to method setPageFormat() was changed to 'protected' because it is not intended to be directly called.
1170
 
1171
5.0.011 (2010-05-19)
1172
	- Page orientation bug was fixed.
1173
	- Bug #3003966 "Multiple columns and nested lists" was fixed.
1174
 
1175
5.0.010 (2010-05-17)
1176
	- The methods setPageFormat(), setPageOrientation() and related methods were extended to include page boxes, page rotations and page transitions.
1177
	- The method setPageBoxes() was added to set page boundaries (MediaBox, CropBox, BleedBox, TrimBox, ArtBox);
1178
	- A bug relative to underline, overline and linethrough was fixed.
1179
 
1180
5.0.009 (2010-05-16)
1181
	- Bug #3002381 "Multiple columns and nested lists" was fixed.
1182
 
1183
5.0.008 (2010-05-15)
1184
	- Bug "Columns WriteHTML and Justification" was fixed.
1185
 
1186
5.0.007 (2010-05-14)
1187
	- Bug #3001347 "Bug when using  WriteHTML with setEqualColumns()" was fixed.
1188
	- Bug #3001505 "problem with sup and sub tags at the beginning of a line" was fixed.
1189
 
1190
5.0.006 (2010-05-13)
1191
	- Length of hr tag was fixed.
1192
	- An error on 2d barcode method was fixed.
1193
 
1194
5.0.005 (2010-05-12)
1195
	- WARNING: The logic of permissions on the SetProtection() method has been inverted and extended (see example 16). Now you have to specify the features you want to block.
1196
	- SetProtection() method was extended to support RSA and AES 128 encryption and public-keys (see example 16).
1197
	- Bug #2999489 "setEqualColumns() and TOC uses wrong columns" was fixed (see the example 10).
1198
 
1199
5.0.004 (2010-05-10)
1200
	- HTML line alignment when using sub and sup tags was fixed.
1201
 
1202
5.0.003 (2010-05-07)
1203
	- Horizontal alignment was fixed for images and barcodes. Now the X coordinate is always relative to the left margin. Use GetAbsX() instead of GetX() to get the X relative to left margin.
1204
	- Header() method was changed to account for new image alignment rules.
1205
 
1206
5.0.002 (2010-05-06)
1207
	- Bookmark() and related methods were fixed to accept HTML code.
1208
	- A problem on HTML links was fixed.
1209
 
1210
5.0.001 (2010-05-06)
1211
	- Protected method _putstream was re-added for backward compatibility.
1212
	- The following method were added to display HTML Table Of Content (see example n. 59):
1213
		addTOCPage(), endTOCPage(), addHTMLTOC().
1214
 
1215
5.0.000 (2010-05-05)
1216
	- Method ImageSVG() was added to embedd SVG images (see example n. 58). Note that not all SVG images are supported.
1217
	- Method setRasterizeVectorImages() was added to enable/disable rasterization for vector images via ImageMagick library.
1218
	- Method RoundedRectXY() was added.
1219
	- Method PieSectorXY() was added.
1220
	- Gradient() method is now public and support new features.
1221
	- Shading to transparency is now supported.
1222
	- Image alignments were fixed.
1223
	- Support for dynamic images were improved.
1224
	- PDF_IMAGE_SCALE_RATIO has been changed to 1.25 for better compatibility with SVG.
1225
	- RAW and RAW2 modes were added to 2D Barcodes (see example n. 50).
1226
	- Automatic padding feature was added on barcodes (see examples n. 27 and 50).
1227
	- Bug #2995003 "Reproduced thead bug" was fixed.
1228
	- The Output() method now accepts FI and FD destinations to save the document on server before sending it to the client.
1229
	- Ellipse() method was improved and fixed (see page 2 of example n. 12).
1230
 
1231
------------------------------------------------------------
1232
 
1233
4.9.018 (2010-04-21)
1234
	- Bug item #2990356 "Current font size not respected with more than two HTML <p>" was fixed.
1235
 
1236
4.9.017 (2010-04-21)
1237
	- Bug item #2990224 "Different behaviour for equivalent HTML strings" was fixed.
1238
	- Bug item #2990314 "Dash is not appearing with SHY character" was fixed.
1239
 
1240
4.9.016 (2010-04-20)
1241
	- An error on htmlcolors.php was fixed.
1242
	- getImageFileType() method was improved.
1243
	- GIF images with transparency are now better supported.
1244
	- Automatic page orientation was improved.
1245
 
1246
4.9.015 (2010-04-20)
1247
	- A new method copyPage() was added to clone pages (see example n. 44).
1248
	- Support for text overline was added.
1249
	- Underline and linethrough methods were fixed.
1250
	- Bug #2989058 "SHY character causes unnecessary word-wrapping" was fixed.
1251
 
1252
4.9.014 (2010-04-18)
1253
	- Bug item #2988845 was fixed.
1254
 
1255
4.9.013 (2010-04-15)
1256
	- Image() and ImageEPS() methods were fixed and improved; $fitonpage parameter was added.
1257
 
1258
4.9.012 (2010-04-12)
1259
	- The hyphenateText() method was added to automatically hyphenate text (see example n. 46).
1260
 
1261
4.9.011 (2010-04-07)
1262
	- Vertical alignments for Cell() method were improved (see example n. 57).
1263
 
1264
4.9.010 (2010-04-06)
1265
	- Signature of Cell() method now includes new parameters for vertical alignment (see example n. 57).
1266
	- Text() method was extended to include all Cell() parameters.
1267
	- HTML line alignment procedure was changed to fix some bugs.
1268
 
1269
4.9.009 (2010-04-05)
1270
	- Text() method was fixed for backward compatibility.
1271
 
1272
4.9.008 (2010-04-03)
1273
	- Additional line space after table header was removed.
1274
	- Support for HTML lists in multicolumn mode was added.
1275
	- The method setTextRenderingMode() was added to set text rendering modes (see the example n. 26).
1276
	- The following HTML attributes were added to set text rendering modes (see the example n. 26): stroke, strokecolor, fill.
1277
 
1278
4.9.007 (2010-04-03)
1279
	- Font Descent computation was fixed (patch #2981441).
1280
 
1281
4.9.006 (2010-04-02)
1282
	- The constant K_TCPDF_CALLS_IN_HTML was added on configuration file to enable/disable the ability to call TCPDF methods in HTML.
1283
	- The usage of tcpdf tag in HTML mode was changed to remove the possible security flaw offered by the eval() function (thanks to Matthias Hecker for spotting this security problem). See the new example n. 49 for further information.
1284
 
1285
4.9.005 (2010-04-01)
1286
	- Bug# 2980354 "Wrong File attachment description with security" was fixed.
1287
	- Several problems with HTML line alignment were fixed.
1288
	- The constant K_THAI_TOPCHAR was added on configuration file to enable/disable the special procedure used to avoid the overlappind of symbols on Thai language.
1289
	- A problem with font name directory was fixed.
1290
	- A bug on _destroy() method was fixed.
1291
 
1292
4.9.004 (2010-03-31)
1293
	- Patch #979681 "GetCharWidth - default character width" was applied (bugfix).
1294
 
1295
4.9.003 (2010-03-30)
1296
	- Problem of first <br /> on multiple columns was fixed.
1297
	- HTML line alignment was fixed.
1298
	- A QR-code bug was fixed.
1299
 
1300
4.9.002 (2010-03-29)
1301
	- Patch #2978349 "$ignore_min_height is ignored in function Cell()" was applied.
1302
	- Bug #2978607 "2D Barcodes are wrong" was fixed.
1303
	- A problem with HTML block tags was fixed.
1304
	- Artificial italic for CID-0 fonts was added.
1305
	- Several multicolumn bugs were fixed.
1306
	- Support for HTML tables on multicolumn was added.
1307
 
1308
4.9.001 (2010-03-28)
1309
	- QR Code minor bug was fixed.
1310
	- Multicolumn mode was added (see the new example n. 10).
1311
	- The following methods were added: setEqualColumns(), setColumnsArray(), selectColumn().
1312
	- Thai diacritics support were changed (note that this is incompatible with html justification).
1313
 
1314
4.9.000 (2010-03-27)
1315
	- QR Code (2D barcode) support was added (see example n. 50).
1316
	- The following methods were added to print crop and registration marks (see example n. 56): colorRegistrationBar(), cropMark(), registrationMark().
1317
	- Limited support for CSS line-height property was added.
1318
	- Gradient method now supports Gray, RGB and CMYK space color.
1319
	- Example n. 51 was updated.
1320
	- Vertical alignment of font inside cell was fixed.
1321
	- Support for multiple Thai diacritics was added.
1322
	- Bug item #2974929 "Duplicate case values" was fixed.
1323
	- Bug item #2976729 "File attachment not working with security" was fixed.
1324
 
1325
------------------------------------------------------------
1326
 
1327
4.8.039 (2010-03-20)
1328
	- Problems related to custom locale settings were fixed.
1329
	- Problems related to HTML on Header and Footer were fixed.
1330
 
1331
4.8.038 (2010-03-13)
1332
	- Various bugs related to page-break in HTML mode were fixed.
1333
	- Bug item #2968974 "Another <thead> pagebreak problem" was fixed.
1334
	- Bug item #2969276 "justification problem" was fixed.
1335
	- Bug item #2969289 "bug when using justified text and custom headers" was fixed.
1336
	- Images are now automatically resized to be contained on the page.
1337
	- Some HTML line alignments were fixed.
1338
	- Signature of AddPage() and SetMargins() methods were changed to include an option to set default page margins.
1339
 
1340
4.8.037 (2010-03-03)
1341
	- Bug item #2962068 was fixed.
1342
	- Bug item #2967017 "Problems with <thead> and pagebreaks" was fixed.
1343
	- Bug item #2967023 "table header lost with pagebreak" was fixed.
1344
	- Bug item #2967032 "Header lost with nested tables" was fixed.
1345
 
1346
4.8.036 (2010-02-24)
1347
	- Automatic page break for HTML images was improved.
1348
	- Example 10 was updated.
1349
	- Japanese was removed from example 8 because the freeserif font doesn't contain japanese (you can display it using arialunicid0 font).
1350
 
1351
4.8.035 (2010-02-23)
1352
	- Automatic page break for HTML images was added.
1353
	- Support for multicolumn HTML was added (example 10 was updated).
1354
 
1355
4.8.034 (2010-02-17)
1356
	- Language files were updated.
1357
 
1358
4.8.033 (2010-02-12)
1359
	- A bug related to protection mode with links was fixed.
1360
 
1361
4.8.032 (2010-02-04)
1362
	- A bug related to $maxh parameter on Write() and MultiCell() was fixed.
1363
	- Support for body tag was added.
1364
 
1365
4.8.031 (2010-01-30)
1366
	- Bug item #2941589 "paragraph justify not working on some non-C locales" was fixed.
1367
 
1368
4.8.030 (2010-01-27)
1369
	- Some text alignment cases were fixed.
1370
 
1371
4.8.029 (2010-01-27)
1372
	- Bug item #2941057 "TOC Error in PDF File Output" was fixed.
1373
	- Some text alignment cases were fixed.
1374
 
1375
4.8.028 (2010-01-26)
1376
	- Text alignment for RTL mode was fixed.
1377
 
1378
4.8.027 (2010-01-25)
1379
	- Bug item #2938412 "Table related problems - thead, nobr, table width" was fixed.
1380
 
1381
4.8.026 (2010-01-19)
1382
	- The misspelled word "lenght" was replaced with "length" in some variables and comments.
1383
 
1384
4.8.025 (2010-01-18)
1385
	- addExtGState() method was improved to reuse existing ExtGState objects.
1386
 
1387
4.8.024 (2010-01-15)
1388
	- Justification mode for HTML was fixed (Bug item #2932470).
1389
 
1390
4.8.023 (2010-01-15)
1391
	- Bug item #2932470 "Some HTML entities breaks justification" was fixed.
1392
 
1393
4.8.022 (2010-01-14)
1394
	- Source code documentation was fixed.
1395
 
1396
4.8.021 (2010-01-03)
1397
	- A Bug relative to Table Of Content index was fixed.
1398
 
1399
4.8.020 (2009-12-21)
1400
	- Bug item #2918545 "Display problem of the first row of a table with larger font" was fixed.
1401
	- A Bug relative to table rowspan mode was fixed.
1402
 
1403
4.8.019 (2009-12-16)
1404
	- Bug item #2915684 "Image size" was fixed.
1405
	- Bug item #2914995 "Image jpeg quality" was fixed.
1406
	- The signature of the Image() method was changed (check the documentation for the $resize parameter).
1407
 
1408
4.8.018 (2009-12-15)
1409
	- Bug item #2914352 "write error" was fixed.
1410
 
1411
4.8.017 (2009-11-27)
1412
	- THEAD problem when table is used on header/footer was fixed.
1413
	- A first line alignment on HTML justification was fixed.
1414
	- Method getImageFileType() was added.
1415
	- Images with unknown extension and type are now supported via ImageMagick PHP extension.
1416
 
1417
4.8.016 (2009-11-21)
1418
	- Document Information Dictionary was fixed.
1419
	- CSS attributes 'page-break-before', 'page-break-after' and 'page-break-inside' are now supported.
1420
	- Problem of unclosed last page was fixed.
1421
	- Problem of 'thead' unnecessarily repeated on the next page was fixed.
1422
 
1423
4.8.015 (2009-11-20)
1424
	- A problem with some PNG transparency images was fixed.
1425
	- Bug #2900762 "Sort issues in Bookmarks" was fixed.
1426
	- Text justification was fixed for various modes: underline, strikeout and background.
1427
 
1428
4.8.014 (2009-11-04)
1429
	- Bug item #2891316 "writeHTML, underlining replacing spaces" was fixed.
1430
	- The handling of temporary RTL text direction mode was fixed.
1431
 
1432
4.8.013 (2009-10-26)
1433
	- Bug item #2884729 "Problem with word-wrap and hyphen" was fixed.
1434
 
1435
4.8.012 (2009-10-23)
1436
	- Table cell alignments for RTL booklet mode were fixed.
1437
	- Images and barcode alignments for booklet mode were fixed.
1438
 
1439
4.8.011 (2009-10-22)
1440
	- DejaVu fonts were updated to latest version.
1441
 
1442
4.8.010 (2009-10-21)
1443
	- Bookmark for TOC page was added.
1444
	- Signature of addTOC() method is changed.
1445
	- Bookmarks are now automatically sorted by page and Y position.
1446
	- Example n. 45 was updated.
1447
	- Example n. 55 was added to display all charactes available on core fonts.
1448
 
1449
4.8.009 (2009-09-30)
1450
	- Compatibility with PHP 5.3 was improved.
1451
	- All examples were updated.
1452
	- Index file for examples was added.
1453
 
1454
4.8.008 (2009-09-29)
1455
	- Example 49 was updated.
1456
	- Underline and linethrough now works with cell stretching mode.
1457
 
1458
4.8.007 (2009-09-23)
1459
	- Infinite loop problem caused by nobr attribute was fixed.
1460
 
1461
4.8.006 (2009-09-23)
1462
	- Bug item #2864522 "No images if DOCUMENT_ROOT=='/'" was fixed.
1463
	- Support for text-indent CSS attribute was added.
1464
	- Method rollbackTransaction() was changed to support self-reassigment of previous object (check source code documentation).
1465
	- Support for the HTML "nobr" attribute was added to avoid splitting a table or a table row on two pages (i.e.: <tr nobr="true">...</tr>).
1466
 
1467
4.8.005 (2009-09-17)
1468
	- A bug relative to multiple transformations and annotations was fixed.
1469
 
1470
4.8.004 (2009-09-16)
1471
	- A bug on _putannotsrefs() method was fixed.
1472
 
1473
4.8.003 (2009-09-15)
1474
	- Bug item #2858754 "Division by zero" was fixed.
1475
	- A bug relative to HTML list items was fixed.
1476
	- A bug relative to form fields on multiple pages was fixed.
1477
	- PolyLine() method was added (see example n. 12).
1478
	- Signature of Polygon() method was changed.
1479
 
1480
4.8.002 (2009-09-12)
1481
	- A problem related to CID-0 fonts offset was fixed: if the $cw[1] entry on the CID-0 font file is not defined, then a CID keys offset is introduced.
1482
 
1483
4.8.001 (2009-09-09)
1484
	- The appearance streams (AP) for anotations form fields was fixed (see examples n. 14 and 54).
1485
	- Radiobuttons were fixed.
1486
 
1487
4.8.000 (2009-09-07)
1488
	- This version includes some support for Forms fields (see example n. 14) and XHTML forms (see example n. 54).
1489
	- The following methods were changed to work without JavaScript: TextField(), RadioButton(), ListBox(), ComboBox(), CheckBox(), Button().
1490
	- Support for Widget annotations was improved.
1491
	- Alignment of annotation objects was fixed (examples 36 and 41 were updated).
1492
	- addJavascriptObject() method was added.
1493
	- Signature of Image() method was changed.
1494
	- htmlcolors.php file was updated.
1495
 
1496
------------------------------------------------------------
1497
 
1498
4.7.003 (2009-09-03)
1499
	- Support for TCPDF methods on HTML was improved (see example n. 49).
1500
 
1501
4.7.002 (2009-09-02)
1502
	- Bug item #2848892 "writeHTML + table: Gaps between rows" was fixed.
1503
	- JavaScript support was fixed (see example n. 53).
1504
 
1505
4.7.001 (2009-08-30)
1506
	- The Polygon() and Arrow() methods were fixed and improved (see example n. 12).
1507
 
1508
4.7.000 (2009-08-29)
1509
	- This is a major release.
1510
	- Some procedures were internally optimized.
1511
	- The problem of mixed signature and annotations was fixed (example n. 52).
1512
 
1513
4.6.030 (2009-08-29)
1514
	- IMPORTANT: percentages on table cell widths are now relative to the full table width (as in standard HTML).
1515
	- Various minor bugs were fixed.
1516
	- Example n. 52 (digital signature) was updated.
1517
 
1518
4.6.029 (2009-08-26)
1519
	- PHP4 version was fixed.
1520
 
1521
4.6.028 (2009-08-25)
1522
	- Signature algorithm was finally fixed (see example n. 52).
1523
 
1524
4.6.027 (2009-08-24)
1525
	- TCPDF now supports unembedded TrueTypeUnicode Fonts (just comment the $file entry on the fonts' php file.
1526
 
1527
4.6.026 (2009-08-21)
1528
	- Bug #2841693 "Problem with MultiCell and ishtml and justification" was fixed.
1529
	- Signature functions were improved but not yet fixed (tcpdf.crt and example n. 52 were updated).
1530
 
1531
4.6.025 (2009-08-17)
1532
	- Carriage returns (\r) were removed from source code.
1533
	- Problem related to set_magic_quotes_runtime() depracated was fixed.
1534
 
1535
4.6.024 (2009-08-07)
1536
	- Bug item #2833556 "justification using other units than mm" was fixed.
1537
	- Documentation was fixed/updated.
1538
 
1539
4.6.023 (2009-08-02)
1540
	- Bug item #2830537 "MirrorH can show mask for transparent PNGs" was fixed.
1541
 
1542
4.6.022 (2009-07-24)
1543
	- A bug relative to single line printing when using WriteHTMLCell() was fixed.
1544
	- Signature support were improved but is still experimental.
1545
	- Fonts Free and Dejavu were updated to latest versions.
1546
 
1547
4.6.021 (2009-07-20)
1548
	- Bug item #2824015 "XHTML Ampersand &amp; in hyperlink bug" was fixed.
1549
	- Bug item #2824036 "Image as hyperlink in table, text displaced at page break" was fixed.
1550
	- Links alignment on justified text was fixed.
1551
	- Unicode "\u" modifier was added to re_spaces variable by default.
1552
 
1553
4.6.020 (2009-07-16)
1554
	- Bug item #2821921 "issue in example 18" was fixed.
1555
	- Signature of SetRTL() method was changed.
1556
 
1557
4.6.019 (2009-07-13)
1558
	- Bug item #2820703 "xref table broken" was fixed.
1559
 
1560
4.6.018 (2009-07-10)
1561
	- Bug item #2819319 "Text over text" was fixed.
1562
	- Method Arrow() was added to print graphic arrows (example 12 was updated).
1563
 
1564
4.6.017 (2009-07-05)
1565
	- Bug item #2816079 "Example 48 not working" was fixed.
1566
	- The signature of the checkPageBreak() was changed. The parameter $addpage was added to turn off the automatic page creation.
1567
 
1568
4.6.016 (2009-06-16)
1569
	- Method setSpacesRE() was added to set the regular expression used for detecting withespaces or word separators. If you are using chinese, try: setSpacesRE('/[\s\p{Z}\p{Lo}]/');, otherwise you can use setSpacesRE('/[\s\p{Z}]/');
1570
	- The method _putinfo() now automatically fills the metadata with '?' in case of empty string.
1571
 
1572
4.6.015 (2009-06-11)
1573
	- Bug #2804667 "word wrap bug" was fixed.
1574
 
1575
4.6.014 (2009-06-04)
1576
	- Bug #2800931 "Table thead tag bug" was fixed.
1577
	- A bug related to <pre> tag was fixed.
1578
 
1579
4.6.013 (2009-05-28)
1580
	- List bullets position was fixed for RTL languages.
1581
 
1582
4.6.012 (2009-05-23)
1583
	- setUserRights() method doesn't work anymore unless you call the setSignature() method with the Adobe private key!
1584
 
1585
4.6.011 (2009-05-18)
1586
	- Signature of the Image() method was changed to include the new $fitbox parameter (see source code documentation).
1587
 
1588
4.6.010 (2009-05-17)
1589
	- Image() method was improved: now is possible to specify the maximum dimensions for a constraint box defined by $w and $h parameters, and setting the $resize parameter to null.
1590
	- <tcpdf> tag indent problem was fixed.
1591
	- $y parameter was added to checkPageBreak() method.
1592
	- Bug n. 2791773 "writeHTML" was fixed.
1593
 
1594
4.6.009 (2009-05-13)
1595
	- xref table for embedded files was fixed.
1596
 
1597
4.6.008 (2009-05-07)
1598
	- setSignature() method was improved (but is still experimental).
1599
	- Example n. 52 was added.
1600
 
1601
4.6.007 (2009-05-05)
1602
	- Bug #2786685 "writeHtmlCell and <br /> in custom footer" was fixed.
1603
	- Table header repeating bug was fixed.
1604
	- Some newlines and tabs are now automatically removed from HTML strings.
1605
 
1606
4.6.006 (2009-04-28)
1607
	- Support for "<a name="...">...</a>" was added.
1608
	- By default TCPDF requires PCRE Unicode support turned on but now works also without it (with limited ability to detect some Unicode blank spaces).
1609
 
1610
4.6.005 (2009-04-25)
1611
	- Points (pt) conversion in getHTMLUnitToUnits() was fixed.
1612
	- Default tcpdf.pem certificate file was added.
1613
	- Experimental support for signing document was added but it is not yet completed (some help is needed - I think that the calculation of the ByteRange is OK and the problem is on the signature calculation).
1614
 
1615
4.6.004 (2009-04-23)
1616
	- Method deletePage() was added to delete pages (see example n. 44).
1617
 
1618
4.6.003 (2009-04-21)
1619
	- The caching mechanism of the UTF8StringToArray() method was fixed.
1620
 
1621
4.6.002 (2009-04-20)
1622
	- Documentation of rollbackTransaction() method was fixed.
1623
	- The setImageScale() and getImageScale() methods now set and get the adjusting parameter used by pixelsToUnits() method.
1624
	- HTML images now support other units of measure than pixels (getHTMLUnitToUnits() is now used instead of pixelsToUnits()).
1625
	- WARNING: PDF_IMAGE_SCALE_RATIO has been changed by default to 1.
1626
 
1627
4.6.001 (2009-04-17)
1628
	- Spaces between HTML block tags are now automatically removed.
1629
	- The bug related to cMargin changes between tables was fixed.
1630
 
1631
4.6.000 (2009-04-16)
1632
	- WARNING: THIS VERSION CHANGES THE BEHAVIOUR OF $x and $y parameters for several TCPDF methods:
1633
		zero coordinates for $x and $y are now valid coordinates;
1634
		set $x and $y as empty strings to get the current value.
1635
	- Some error caused by 'empty' funtion were fixed.
1636
	- Default color for convertHTMLColorToDec() method was changed to white and the return value for invalid color is false.
1637
	- HTML on footer bug was fixed.
1638
	- The following examples were fixed: 5,7,10,17,19,20,21,33,42,43.
1639
 
1640
4.5.043 (2009-04-15)
1641
	- Barcode class (barcode.php) was extended to include new linear barcode types (see example n. 27):
1642
		C39 : CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9
1643
		C39+ : CODE 39 with checksum
1644
		C39E : CODE 39 EXTENDED
1645
		C39E+ : CODE 39 EXTENDED + CHECKSUM
1646
		C93 : CODE 93 - USS-93
1647
		S25 : Standard 2 of 5
1648
		S25+ : Standard 2 of 5 + CHECKSUM
1649
		I25 : Interleaved 2 of 5
1650
		I25+ : Interleaved 2 of 5 + CHECKSUM
1651
		C128A : CODE 128 A
1652
		C128B : CODE 128 B
1653
		C128C : CODE 128 C
1654
		EAN2 : 2-Digits UPC-Based Extention
1655
		EAN5 : 5-Digits UPC-Based Extention
1656
		EAN8 : EAN 8
1657
		EAN13 : EAN 13
1658
		UPCA : UPC-A
1659
		UPCE : UPC-E
1660
		MSI : MSI (Variation of Plessey code)
1661
		MSI+ : MSI + CHECKSUM (modulo 11)
1662
		POSTNET : POSTNET
1663
		PLANET : PLANET
1664
		RMS4CC : RMS4CC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code)
1665
		KIX : KIX (Klant index - Customer index)
1666
		IMB: Intelligent Mail Barcode - Onecode - USPS-B-3200 (NOTE: requires BCMath PHP extension)
1667
		CODABAR : CODABAR
1668
		CODE11 : CODE 11
1669
		PHARMA : PHARMACODE
1670
		PHARMA2T : PHARMACODE TWO-TRACKS
1671
 
1672
4.5.042 (2009-04-15)
1673
	- Method Write() was fixed for the strings containing only zero value.
1674
 
1675
4.5.041 (2009-04-14)
1676
	- Barcode methods were fixed.
1677
 
1678
4.5.040 (2009-04-14)
1679
	- Method Write() was fixed to handle empty strings.
1680
 
1681
4.5.039 (2009-04-11)
1682
	- Support for linear barcodes was extended (see example n. 27 and barcodes.php documentation).
1683
 
1684
4.5.038 (2009-04-10)
1685
	- Write() method was improved to support separators for Japanese, Korean, Chinese Traditional and Chinese Simplified.
1686
 
1687
4.5.037 (2009-04-09)
1688
	- General performances were improved.
1689
	- The signature of the method utf8Bidi() was changed.
1690
	- The method UniArrSubString() was added.
1691
	- Experimental support for 2D barcodes were added (see example n. 50 and 2dbarcodes.php class).
1692
 
1693
4.5.036 (2009-04-03)
1694
	- TCPDF methods can be called inside the HTML code (see example n. 49).
1695
	- All tag attributes, such as <p align="center"> must be enclosed within double quotes.
1696
 
1697
4.5.035 (2009-03-28)
1698
	- Bug #2717436 "writeHTML rowspan problem (continued)" was fixed.
1699
	- Bug #2719090 "writeHTML fix follow up" was fixed.
1700
	- The method _putuserrights() was changed to avoid Adobe Reader 9.1 crash. This broken the 'trick' that was used to display forms in Acrobat Reader.
1701
 
1702
4.5.034 (2009-03-27)
1703
	- Bug #2716914 "Bug writeHTML of a table in body and footer related with pb" was fixed.
1704
	- Bug #2717056 ] "writeHTML problem when setting tr style" was fixed.
1705
	- The signature of the Cell() method was changed.
1706
 
1707
4.5.033 (2009-03-27)
1708
	- The support for rowspan/colspan on HTML tables was improved (see example n. 48).
1709
 
1710
4.5.032 (2009-03-23)
1711
	- setPrintFooter(false) bug was fixed.
1712
 
1713
4.5.031 (2009-03-20)
1714
	- Table header support was extended to multiple pages.
1715
 
1716
4.5.030 (2009-03-20)
1717
	- thead tag is now supported on HTML tables (header rows are repeated after page breaks).
1718
	- The startTransaction() was improved to autocommit.
1719
	- List bullets now uses the foreground color (putHtmlListBullet()).
1720
 
1721
4.5.029 (2009-03-19)
1722
	- The following methods were added to UNDO commands (see example 47): startTransaction(), commitTransaction(), rollbackTransaction().
1723
	- All examples were updated.
1724
 
1725
4.5.028 (2009-03-18)
1726
	- Bug #2690945 "List Bugs" was fixed.
1727
	- HTML text alignment on lists was fixed.
1728
	- The constant PDF_FONT_MONOSPACED was added to the configuration file to define the default monospaced font.
1729
	- The following methods were fixed: getPageWidth(), getPageHeight(), getBreakMargin().
1730
	- All examples were updated.
1731
 
1732
4.5.027 (2009-03-16)
1733
	- Method getPageDimensions() was added to get page dimensions.
1734
	- The signature of the following methos were changed: getPageWidth(), getPageHeight(), getBreakMargin().
1735
	- _parsepng() method was fixed for PNG URL images (fread bug).
1736
 
1737
4.5.026 (2009-03-11)
1738
	- Bug #2681793 affecting URL images with spaces was fixed.
1739
 
1740
4.5.025 (2009-03-10)
1741
	- A small bug affecting hyphenation support was fixed.
1742
	- The method SetDefaultMonospacedFont() was added to define the default monospaced font.
1743
 
1744
4.5.024 (2009-03-07)
1745
	- The bug #2666493 was fixed "Footer corrupts document".
1746
 
1747
4.5.023 (2009-03-06)
1748
	- The bug #2666688 was fixed "Rowspan in tables".
1749
 
1750
4.5.022 (2009-03-05)
1751
	- The bug #2659676 was fixed "refer to #2157099 test 4 < BR > problem still not fixed".
1752
	- addTOC() function bug was fixed.
1753
 
1754
4.5.020 (2009-03-03)
1755
	- The following bug was fixed: "function removeSHY corrupts unicode".
1756
 
1757
4.5.019 (2009-02-28)
1758
	- The problem of decimal separator using different locale was fixed.
1759
	- The text hyphenation is now supported (see example n. 46).
1760
 
1761
4.5.018 (2009-02-26)
1762
	- The _destroy() method was added to unset all class variables and frees memory.
1763
	- Now it's possible to call Output() method multiple times.
1764
 
1765
4.5.017 (2009-02-24)
1766
	- A minor bug that raises a PHP warning was fixed.
1767
 
1768
4.5.016 (2009-02-24)
1769
	- Bug item #2631200 "getNumLines() counts wrong" was fixed.
1770
	- Multiple attachments bug was fixed.
1771
	- All class variables are now cleared on Output() for memory otpimization.
1772
 
1773
4.5.015 (2009-02-18)
1774
	- Bug item #2612553 "function Write() must not break a line on &nbsp;  character" was fixed.
1775
 
1776
4.5.014 (2009-02-13)
1777
	- Bug item #2595015 "POSTNET Barcode Checksum Error" was fixed (on barcode.php).
1778
	- Pagebreak bug for barcode was fixed.
1779
 
1780
4.5.013 (2009-02-12)
1781
	- border attribute is now supported on HTML images (only accepts the same values accepted by Cell()).
1782
 
1783
4.5.012 (2009-02-12)
1784
	- An error on image border feature was fixed.
1785
 
1786
4.5.011 (2009-02-12)
1787
	- HTML links for images are now supported.
1788
	- height attribute is now supported on HTML cells.
1789
	- $border parameter was added to Image() and ImageEps() methods.
1790
	- The method getNumLines() was added to estimate the number of lines required for the specified text.
1791
 
1792
4.5.010 (2009-01-29)
1793
	- Bug n. 2546108 "BarCode Y position" was fixed.
1794
 
1795
4.5.009 (2009-01-26)
1796
	- Bug n. 2538094 "Empty pdf file created" was fixed.
1797
 
1798
4.5.008 (2009-01-26)
1799
	- setPage() method was fixed to correctly restore graphic states.
1800
	- Source code was cleaned up for performances.
1801
 
1802
4.5.007 (2009-01-24)
1803
	- checkPageBreak() and write1DBarcode() methods were fixed.
1804
	- Source code was cleaned up for performances.
1805
	- barcodes.php was updated.
1806
 
1807
4.5.006 (2009-01-23)
1808
	- getHTMLUnitToPoints() method was replaced by getHTMLUnitToUnits() to fix HTML units bugs.
1809
 
1810
4.5.005 (2009-01-23)
1811
	- Page closing bug was fixed.
1812
 
1813
4.5.004 (2009-01-21)
1814
	- The access of convertHTMLColorToDec() method was changed to public
1815
	- Fixed bug on UL tag.
1816
 
1817
4.5.003 (2009-01-19)
1818
	- Fonts on different folders are now supported.
1819
 
1820
4.5.002 (2009-01-07)
1821
	- addTOC() function was improved (see example n. 45).
1822
 
1823
4.5.001 (2009-01-04)
1824
	- The signature of startPageGroup() function was changed.
1825
	- Method Footer() was improved to automatically print page or page-group number (see example n. 23).
1826
	- Protected method formatTOCPageNumber() was added to customize the format of page numbers on the Table Of Content.
1827
	- The signature of addTOC() was changed to include the font used for page numbers.
1828
 
1829
4.5.000 (2009-01-03)
1830
	- A new $diskcache parameter was added to class constructor to enable disk caching and reduce RAM memory usage (see example n. 43).
1831
	- The method movePageTo() was added to move pages to previous positions (see example n. 44).
1832
	- The methods getAliasNumPage() and getPageNumGroupAlias() were added to get the alias for page number (needed when using movepageTo()).
1833
	- The methods addTOC() was added to print a Table Of Content (see example n. 45).
1834
	- Imagick class constant was removed for better compatibility with PHP4.
1835
	- All existing examples were updated and new examples were added.
1836
 
1837
4.4.009 (2008-12-29)
1838
	- Examples 1 and 35 were fixed.
1839
 
1840
4.4.008 (2008-12-28)
1841
	- Bug #2472169 "Unordered bullet size not adjusted for unit type" was fixed.
1842
 
1843
4.4.007 (2008-12-23)
1844
	- Bug #2459935 "no unit conversion for header line" was fixed.
1845
	- Example n. 42 for image alpha channel was added.
1846
	- All examples were updated.
1847
 
1848
4.4.006 (2008-12-11)
1849
	- Method setLIsymbol() was changed to reflect latest changes in HTML list handling.
1850
 
1851
4.4.005 (2008-12-10)
1852
	- Bug item #2413870 "ordered list override value" was fixed.
1853
 
1854
4.4.004 (2008-12-10)
1855
	- The protected method getHTMLUnitToPoints() was added to accept various HTML units of measure (em, ex, px, in, cm, mm, pt, pc, %).
1856
	- The method intToRoman() was added to convert integer number to Roman representation.
1857
	- Support fot HTML lists was improved: the CSS property list-style-type is now supported.
1858
 
1859
4.4.003 (2008-12-09)
1860
	- Bug item #2412147 "Warning on line 3367" was fixed.
1861
	- Method setHtmlLinksStyle() was added to set default HTML link colors and font style.
1862
	- Method addHtmlLink() was changed to use color and style defined on the inline CSS.
1863
 
1864
4.4.002 (2008-12-09)
1865
	- Borders on Multicell() were fixed.
1866
	- Problem of Multicell() on Header function (Bug item #2407579) was fixed.
1867
	- Problem on graphics tranformations applied to Multicell() was fixed.
1868
	- Support for ImageMagick was added.
1869
	- Width calculation for nested tables was fixed.
1870
 
1871
4.4.001 (2008-12-08)
1872
	- Some missing core fonts were added on fonts directory.
1873
	- CID0 fonts rendering was fixed.
1874
	- HTML support was improved (<pre> and <tt> tags are now supported).
1875
	- Bug item #2406022 "Left padding bug in MultiCell with maxh" was fixed.
1876
 
1877
4.4.000 (2008-12-07)
1878
	- File attachments are now supported (see example n. 41).
1879
	- Font functions were optimized to reduce document size.
1880
	- makefont.php was updated.
1881
	- Linux binaries were added on /fonts/utils
1882
	- All fonts were updated.
1883
	- $autopadding parameter was added to Multicell() to disable automatic padding features.
1884
	- $maxh parameter was added to Multicell() and Write() to set a maximum height.
1885
 
1886
4.3.009 (2008-12-05)
1887
	- Bug item #2392989 (Custom header + setlinewidth + cell border bug) was fixed.
1888
 
1889
4.3.008 (2008-12-05)
1890
	- Bug item #2390566 "rect bug" was fixed.
1891
	- File path was fixed for font embedded files.
1892
	- SetFont() method signature was changed to include the font filename.
1893
	- Some font-related methods were improved.
1894
	- Methods getFontFamily() and getFontStyle() were added.
1895
 
1896
4.3.007 (2008-12-03)
1897
	- PNG alpha channel is now supported (GD library is required).
1898
	- AddFont() function now support custom font file path on $file parameter.
1899
	- The default width variable ($dw) is now always defined for any font.
1900
	- The 'Style' attribute on CID-0 fonts was removed because of protection bug.
1901
 
1902
4.3.006 (2008-12-01)
1903
	- A regular expression on getHtmlDomArray() to find HTML tags was fixed.
1904
 
1905
4.3.005 (2008-11-25)
1906
	- makefont.php was fixed.
1907
	- Bug item #2339877 was fixed (false loop condition detected on WriteHTML()).
1908
	- Bug item #2336733 was fixed (lasth value update on Multicell() when border and fill are disabled).
1909
	- Bug item #2342303 was fixed (automatic page-break on Image() and ImageEPS()).
1910
 
1911
4.3.004 (2008-11-19)
1912
	- Function _textstring() was fixed (bug 2309051).
1913
	- All examples were updated.
1914
 
1915
4.3.003 (2008-11-18)
1916
	- CID-0 font bug was fixed.
1917
	- Some functions were optimized.
1918
	- Function getGroupPageNoFormatted() was added.
1919
	- Example n. 23 was updated.
1920
 
1921
4.3.002 (2008-11-17)
1922
	- Bug item #2305518 "CID-0 font don't work with encryption" was fixed.
1923
 
1924
4.3.001 (2008-11-17)
1925
	- Bug item #2300007 "download mimetype pdf" was fixed.
1926
	- Double quotes were replaced by single quotes to improve PHP performances.
1927
	- A bug relative to HTML cell borders was fixed.
1928
 
1929
4.3.000 (2008-11-14)
1930
	- The function setOpenCell() was added to set the top/bottom cell sides to be open or closed when the cell cross the page.
1931
	- A bug relative to list items indentation was fixed.
1932
	- A bug relative to borders on HTML tables and Multicell was fixed.
1933
	- A bug relative to rowspanned cells was fixed.
1934
	- A bug relative to html images across pages was fixed.
1935
 
1936
4.2.009 (2008-11-13)
1937
	- Spaces between li tags are now automatically removed.
1938
 
1939
4.2.008 (2008-11-12)
1940
	- A bug relative to fill color on next page was fixed.
1941
 
1942
4.2.007 (2008-11-12)
1943
	- The function setListIndentWidth() was added to set custom indentation widht for HTML lists.
1944
 
1945
4.2.006 (2008-11-06)
1946
	- A bug relative to HTML justification was fixed.
1947
 
1948
4.2.005 (2008-11-06)
1949
	- A bug relative to HTML justification was fixed.
1950
	- The methods formatPageNumber() and PageNoFormatted() were added to format page numbers.
1951
	- Default Footer() method was changed to use PageNoFormatted() instead of PageNo().
1952
	- Example 6 was updated.
1953
 
1954
4.2.004 (2008-11-04)
1955
	- Bug item n. 2217039 "filename handling improvement" was fixed.
1956
 
1957
4.2.003 (2008-10-31)
1958
	- Font style bug was fixed.
1959
 
1960
4.2.002 (2008-10-31)
1961
	- Bug item #2210922 (htm element br not work) was fixed.
1962
	- Write() function was improved to support margin changes.
1963
 
1964
4.2.001 (2008-10-30)
1965
	- setHtmlVSpace($tagvs) function was added to set custom vertical spaces for HTML tags.
1966
	- writeHTML() function now support margin changes during execution.
1967
	- Signature of addHTMLVertSpace() function is changed.
1968
 
1969
4.2.000 (2008-10-29)
1970
	- htmlcolors.php was changed to support class-loaders.
1971
	- ImageEps() function was improved in performances.
1972
	- Signature of Link() And Annotation() functions were changed.
1973
	- (Bug item #2198926) Links and Annotations alignment were fixed (support for geometric tranformations was added).
1974
	- rowspan mode for HTML table cells was improved and fixed.
1975
	- Booklet mode for double-sided pages was added; see SetBooklet() function and example n. 40.
1976
	- lastPage() signature is changed.
1977
	- Signature of Write() function is changed.
1978
	- Some HTML justification problems were fixed.
1979
	- Some functions were fixed to better support RTL mode.
1980
	- Example n. 10 was changed to support RTL mode.
1981
	- All examples were updated.
1982
 
1983
4.1.004 (2008-10-23)
1984
	- unicode_data.php was changed to support class-loaders.
1985
	- Bug item #2186040/2 (writeHTML margin problem) was fixed.
1986
 
1987
4.1.003 (2008-10-22)
1988
	- Bug item #2185399 was fixed (rowspan and page break).
1989
	- Bugs item #2186040 was fixed (writeHTML margin problem).
1990
	- Newline after table was removed.
1991
 
1992
4.1.002 (2008-10-21)
1993
	- Bug item #2184525 was fixed (rowspan on HTML cell).
1994
 
1995
4.1.001 (2008-10-21)
1996
	- Support for "start" attribute was added to HTML ordered list.
1997
	- unicode_data.php file was changed to include UTF-8 to ASCII table.
1998
	- Some functions were modified to better support UTF-8 extensions to core fonts.
1999
	- Support for images on HTML lists was improved.
2000
	- Examples n. 1 and 6 were updated.
2001
 
2002
4.1.000 (2008-10-18)
2003
	- Page-break bug using HTML content was fixed.
2004
	- The "false" parameter was reintroduced to class_exists function on PHP5 version to avoid autoload.
2005
	- addHtmlLink() function was improved to support internal links (i.e.: <a href="#23">link to page 23</a>).
2006
	- Justification alignment is now supported on HTML (see example n. 39).
2007
	- example_006.php was updated.
2008
 
2009
4.0.033 (2008-10-13)
2010
	- Bug n. 2157099 was fixed.
2011
	- SetX() and SetY() functions were improved.
2012
	- SetY() includes a new parameter to avoid the X reset.
2013
 
2014
4.0.032 (2008-10-10)
2015
	- Bug n. 2156926 was fixed (bold, italic, underlined, linethrough).
2016
	- setStyle() method was removed.
2017
	- Configuration file was changed to use helvetica (non-unicode) font by default.
2018
	- The use of mixed font types was improved.
2019
	- All examples were updated.
2020
 
2021
4.0.031 (2008-10-09)
2022
	- _putannots() and _putbookmarks() links alignments were fixed.
2023
 
2024
4.0.030 (2008-10-07)
2025
	- _putbookmarks() function was fixed.
2026
	- _putannots() was fixed to include internal links.
2027
 
2028
4.0.029 (2008-09-27)
2029
	- Infinite loop bug was fixed [Bug item #130309].
2030
	- Multicell() problem on Header() was fixed.
2031
 
2032
4.0.028 (2008-09-26)
2033
	- setLIsymbol() was added to set the LI symbol used on UL lists.
2034
	- Missing $padding and $encryption_key variables declarations were added [Bug item #2129058].
2035
 
2036
4.0.027 (2008-09-19)
2037
	- Bug #2118588 "Undefined offset in tcpdf.php on line 9581" was fixed.
2038
	- arailunicid0.php font was updated.
2039
	- The problem of javascript form fields duplication after saving was fixed.
2040
 
2041
4.0.026 (2008-09-17)
2042
	- convertHTMLColorToDec() function was improved to support rgb(RR,GG,BB) notation.
2043
	- The following inline CSS attributes are now supported: text-decoration, color, background-color and font-size names: xx-small, x-small, small, medium, large, x-large, xx-large
2044
	- Example n. 6 was updated.
2045
 
2046
4.0.025 (2008-09-15)
2047
	- _putcidfont0 function was improved to include CJK fonts (Chinese, Japanese, Korean, CJK, Asian fonts) without embedding.
2048
	- arialunicid0 font was added (see the new example n. 38).
2049
	- The following Unicode to CID-0 tables were added on fonts folder: uni2cid_ak12.php, uni2cid_aj16.php, uni2cid_ag15.php, uni2cid_ac15.php.
2050
 
2051
4.0.024 (2008-09-12)
2052
	- "stripos" function was replaced with "strpos + strtolower" for backward compatibility with PHP4.
2053
	- support for Spot Colors were added. Check the new example n. 37 and the following new functions:
2054
		AddSpotColor()
2055
		SetDrawSpotColor()
2056
		SetFillSpotColor()
2057
		SetTextSpotColor()
2058
		_putspotcolors()
2059
	- Bookmark() function was improved to fix wrong levels.
2060
	- $lasth changes after header/footer calls were fixed.
2061
 
2062
4.0.023 (2008-09-05)
2063
	- Some HTML related problems were fixed.
2064
	- Image alignment on HTML was changed, now it always defaults to the normal mode (see example_006.php).
2065
 
2066
4.0.022 (2008-08-28)
2067
	- Line height on HTML was fixed.
2068
	- Image inside an HTML cell problem was fixed.
2069
	- A new "zarbold" persian font was added.
2070
 
2071
4.0.021 (2008-08-24)
2072
	- HTTP headers were fixed on Output function().
2073
	- getAliasNbPages() and getPageGroupAlias() functions were changed to support non-unicode fonts on unicode documents.
2074
	- Function Write() was fixed.
2075
	- The problem of additional vertical spaces on HTML was fixed.
2076
	- The problem of frame around HTML links was fixed.
2077
 
2078
4.0.020 (2008-08-15)
2079
	- "[2052259] WriteHTML <u> & <b>" bug was fixed.
2080
 
2081
4.0.019 (2008-08-13)
2082
	- "Rowspan on first cell" bug was fixed.
2083
 
2084
4.0.018 (2008-08-08)
2085
	- Default cellpadding for HTML tables was fixed.
2086
	- Annotation() function was added to support some PDF annotations (see example_036.php and section 8.4 of PDF reference 1.7).
2087
	- HTML links are now correclty shifted during line alignments.
2088
	- function getAliasNbPages() was added and Footer() was updated.
2089
	- RowSpan mode for HTML tables was fixed.
2090
	- Bugs item #2043610 "Multiple sizes vertical align wrong" was fixed.
2091
	- ImageEPS() function was improved and RTL alignment was fixed (see example_032.php).
2092
 
2093
4.0.017 (2008-08-05)
2094
	- Missing CNZ and CEO style modes were added to Rect() function.
2095
	- Fonts utils were updated to include support for OpenType fonts.
2096
	- getLastH() function was added.
2097
 
2098
4.0.016 (2008-07-30)
2099
	- setPageMark() function was added. This function must be called after calling Image() function for a background image.
2100
 
2101
4.0.015 (2008-07-29)
2102
	- Some functions were changed to support different page formats (see example_028.php).
2103
	- The signature of setPage() function is changed.
2104
 
2105
4.0.014 (2008-07-29)
2106
	- K_PATH_MAIN calculation on tcpdf_config.php was fixed.
2107
	- HTML support for EPS/AI images was added (see example_006.php).
2108
	- Bugs item #2030807 "Truncated text on multipage html fields" was fixed.
2109
	- PDF header bug was fixed.
2110
	- helvetica was added as default font family.
2111
	- Stroke mode was fixed on Text function.
2112
	- several minor bugs were fixed.
2113
 
2114
4.0.013 (2008-07-27)
2115
	- Bugs item #2027799 " Big spaces between lines after page break" was fixed.
2116
	- K_PATH_MAIN calculation on tcpdf_config.php was changed.
2117
	- Function setVisibility() was fixed to avoid the "Incorrect PDEObject type" error message.
2118
 
2119
4.0.012 (2008-07-24)
2120
	- Addpage(), Header() and Footer() functions were changed to simplify the implementation of external header/footer functions.
2121
	- The following functions were added:
2122
			setHeader()
2123
			setFooter()
2124
			getImageRBX()
2125
			getImageRBY()
2126
			getCellHeightRatio()
2127
			getHeaderFont()
2128
			getFooterFont()
2129
			getRTL()
2130
			getBarcode()
2131
			getHeaderData()
2132
			getHeaderMargin()
2133
			getFooterMargin()
2134
 
2135
4.0.011 (2008-07-23)
2136
	- Font support was improved.
2137
	- The folder /fonts/utils contains new utilities and instructions for embedd font files.
2138
	- Documentation was updated.
2139
 
2140
4.0.010 (2008-07-22)
2141
	- HTML tables were fixed to work across pages.
2142
	- Header() and Footer() functions were updated to preserve previous settings.
2143
	- example_035.php was added.
2144
 
2145
4.0.009 (2008-07-21)
2146
	- UTF8StringToArray() function was fixed for non-unicode mode.
2147
 
2148
4.0.008 (2008-07-21)
2149
	- Barcodes alignment was fixed (see example_027.php).
2150
	- unicode_data.php was updated.
2151
	- Arabic shaping for "Zero-Width Non-Joiner" character (U+200C) was fixed.
2152
 
2153
4.0.007 (2008-07-18)
2154
	- str_split was replaced by preg_split for compatibility with PHP4 version.
2155
	- Clipping mode was added to all graphic functions by using parameter $style = "CNZ" or "CEO" (see example_034.php).
2156
 
2157
4.0.006 (2008-07-16)
2158
	- HTML rowspan bug was fixed.
2159
	- Line style for MultiCell() was fixed.
2160
	- WriteHTML() function was improved.
2161
	- CODE128C barcode was fixed (barcodes.php).
2162
 
2163
4.0.005 (2008-07-11)
2164
	- Bug [2015715] "PHP Error/Warning" was fixed.
2165
 
2166
4.0.004 (2008-07-09)
2167
	- HTML cell internal padding was fixed.
2168
 
2169
4.0.003 (2008-07-08)
2170
	- Removed URL encoding when F option is selected on Output() function.
2171
	- fixed some minor bugs in html tables.
2172
 
2173
4.0.002 (2008-07-07)
2174
	- Bug [2000861] was still unfixed and has been fixed.
2175
 
2176
4.0.001 (2008-07-05)
2177
	- Bug [2000861] was fixed.
2178
 
2179
4.0.000 (2008-07-03)
2180
	- THIS IS A MAIN RELEASE THAT INCLUDES SEVERAL NEW FEATURES AND BUGFIXES
2181
	- Signature fo SetTextColor() and SetFillColor() functions was changed (parameter $storeprev was removed).
2182
	- HTML support was completely rewritten and improved (see example 6).
2183
	- Alignments parameters were fixed.
2184
	- Functions GetArrStringWidth() and GetStringWidth() now include font parameters.
2185
	- Fonts support was improved.
2186
	- All core fonts were replaced and moved to fonts/ directory.
2187
	- The following functions were added: getMargins(), getFontSize(), getFontSizePt().
2188
	- File config/tcpdf_config_old.php was renamed tcpdf_config_alt.php and updated.
2189
	- Multicell and WriteHTMLCell fill function was fixed.
2190
	- Several minor bugs were fixed.
2191
	- barcodes.php was updated.
2192
	- All examples were updated.
2193
 
2194
------------------------------------------------------------
2195
 
2196
3.1.001 (2008-06-13)
2197
	- Bug [1992515] "K_PATH_FONTS default value wrong" was fixed.
2198
	- Vera font was removed, DejaVu font and Free fonts were updated.
2199
	- Image handling was improved.
2200
	- All examples were updated.
2201
 
2202
3.1.000 (2008-06-11)
2203
	- setPDFVersion() was added to change the default PDF version (currently 1.7).
2204
	- setViewerPreferences() was added to control the way the document is to be presented on the screen or printed (see example 29).
2205
	- SetDisplayMode() signature was changed (new options were added).
2206
	- LinearGradient(), RadialGradient(), CoonsPatchMesh() functions were added to print various color gradients (see example 30).
2207
	- PieSector() function was added to render render pie charts (see example 31).
2208
	- ImageEps() was added to display EPS and AI images with limited support (see example 32).
2209
	- writeBarcode() function is now depracated, a new write1DBarcode() function was added. The barcode directory was removed and a new barcodes.php file was added.
2210
	- The new write1DBarcode() function support more barcodes and do not need the GD library (see example 027). All barcodes are directly written to PDF using graphic functions.
2211
	- HTML lists were improved and could be nested (you may now represent trees).
2212
	- AddFont() bug was fixed.
2213
	- _putfonts() bug was fixed.
2214
	- graphics functions were fixed.
2215
	- unicode_data.php file was updated (fixed).
2216
	- almohanad font was updated.
2217
	- example 18 was updated (Farsi and Arabic languages).
2218
	- source code cleanup.
2219
	- All examples were updated and new examples were added.
2220
 
2221
3.0.015 (2008-06-06)
2222
	- AddPage() function signature is changed to include page format.
2223
	- example 28 was added to show page format changes.
2224
	- setPageUnit() function was added to change the page units of measure.
2225
	- setPageFormat() function was added to change the page format and orientation between pages.
2226
	- setPageOrientation() function was added to change the page orientation.
2227
	- Arabic font shaping was fixed for laa letter and square boxes (see the example 18).
2228
 
2229
3.0.014 (2008-06-04)
2230
	- Arabic font shaping was fixed.
2231
	- setDefaultTableColumns() function was added.
2232
	- $cell_height_ratio variable was added.
2233
	- setCellHeightRatio() function was added to define the default height of cell repect font height.
2234
 
2235
3.0.013 (2008-06-03)
2236
	- Multicell height parameter was fixed.
2237
	- Arabic font shaping was improved.
2238
	- unicode_data.php was updated.
2239
 
2240
3.0.012 (2008-05-30)
2241
	- K_PATH_MAIN and K_PATH_URL constants are now automatically set on config file.
2242
	- DOCUMENT_ROOT constant was fixed for IIS Webserver (config file was updated).
2243
	- Arabic font shaping was improved.
2244
	- TranslateY() function was fixed (bug [1977962]).
2245
	- setVisibility() function was fixed.
2246
	- writeBarcode() function was fixed to scale using $xref parameter.
2247
	- All examples were updated.
2248
 
2249
3.0.011 (2008-05-23)
2250
	- CMYK color support was added to all graphic functions.
2251
	- HTML table support was improved:
2252
	  -- now it's possible to include additional html tags inside a cell;
2253
	  -- colspan attribute was added.
2254
	- example 006 was updated.
2255
 
2256
3.0.010 (2008-05-21)
2257
	- fixed $laa_array inclusion on utf8Bidi() function.
2258
 
2259
3.0.009 (2008-05-20)
2260
	- unicode_data.php was updated.
2261
	- Arabic laa letter problem was fixed.
2262
 
2263
3.0.008 (2008-05-12)
2264
	- Arabic support was fixed and improved (unicode_data.php was updated).
2265
	- Polycurve() function was added to draw a poly-Bezier curve.
2266
	- list items alignment was fixed.
2267
	- example 6 was updated.
2268
 
2269
3.0.007 (2008-05-06)
2270
	- Arabic support was fixed and improved.
2271
	- AlMohanad (arabic) font was added.
2272
	- C128 barcode bugs were fixed.
2273
 
2274
3.0.006 (2008-04-21)
2275
	- Condition to check negative width values was added.
2276
 
2277
3.0.005 (2008-04-18)
2278
	- back-Slash character escape was fixed on writeHTML() function.
2279
	- Exampe 6 was updated.
2280
 
2281
3.0.004 (2008-04-11)
2282
	- Bug [1939304] (Right to Left Issue) was fixed.
2283
 
2284
3.0.003 (2008-04-07)
2285
	- Bug [1934523](Words between HTML tags in cell not kept on one line) was fixed.
2286
	- "face" attribute of "font" tag is now fully supported.
2287
 
2288
3.0.002 (2008-04-01)
2289
	- Write() functions now return the number of cells and not the number of lines.
2290
	- TCPDF is released under LGPL 2.1, or any later version.
2291
 
2292
3.0.001 (2008-05-28)
2293
	- _legacyparsejpeg() and _legacyparsepng() were renamed _parsejpeg() and _parsepng().
2294
	- function writeBarcode() was fixed.
2295
	- all examples were updated.
2296
	- example 27 was added to show various barcodes.
2297
 
2298
3.0.000 (2008-03-27)
2299
	- private function pixelsToMillimeters() was changed to public function pixelsToUnits() to fix html image size bug.
2300
	- Image-related functions were rewritten.
2301
	- resize parameter was added to Image() signature to reduce the image size and fit width and height (see example 9).
2302
	- TCPDF now supports all images supported by GD library: GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM.
2303
	- CMYK support was added to SetDrawColor(), SetFillColor(), SetTextColor() (see example 22).
2304
	- Page Groups were added (see example 23).
2305
	- setVisibility() function was added to restrict the rendering of some elements to screen or printout (see example 24).
2306
	- All private variables and functions were changed to protected.
2307
	- setAlpha() function was added to give transparency support for all objects (see example 25).
2308
	- Clipping and stroke modes were added to Text() function (see example 26).
2309
	- All examples were moved to "examples" directory.
2310
	- function setJPEGQuality() was added to set the JPEG image comrpession (see example 9).
2311
 
2312
2.9.000 (2008-03-26)
2313
	- htmlcolors.php file was added to include html colors.
2314
	- Support for HTML color names and three-digit hexadecimal color codes was added.
2315
	- private function convertColorHexToDec() was renamed convertHTMLColorToDec().
2316
	- color and bgcolor attributes are now supported on all HTML tags (color nesting is also supported).
2317
	- Write() function were fixed.
2318
	- example_006.php was updated.
2319
	- private function setUserRights() was added to release user rights on Acrobat Reader (this allows to display forms, see example 14)
2320
 
2321
2.8.000 (2008-03-20)
2322
	- Private variables were changed to protected.
2323
	- Function Write() was fixed and improved.
2324
	- Support for dl, dt, dd, del HTML tags was introduced.
2325
	- Line-trought mode was added for HTML and text.
2326
	- Text vertical alignment on cells were fixed.
2327
	- Examples were updated to reflect changes.
2328
 
2329
2.7.002 (2008-03-13)
2330
	- Bug "[1912142] Encrypted PDF created/modified date" was fixed.
2331
 
2332
2.7.001 (2008-03-10)
2333
	- Cell justification was fixed for non-unicode mode.
2334
 
2335
2.7.000 (2008-03-09)
2336
	- Cell() stretching mode 4 (forced character spacing) was fixed.
2337
	- writeHTMLCell() now uses Multicell() to write.
2338
	- Multicell() has a new parameter $ishtml to act as writeHTMLCell().
2339
	- Write() speed was improved for non-arabic strings.
2340
	- Example n. 20 was changed.
2341
 
2342
2.6.000 (2008-03-07)
2343
	- various alignments bugs were fixed.
2344
 
2345
2.5.000 (2008-03-07)
2346
	- Several bugs were fixed.
2347
	- example_019.php was added to test non-unicode mode using old fonts.
2348
 
2349
2.4.000 (2008-03-06)
2350
	- RTL support was deeply improved.
2351
	- GetStringWidth() was fixed to support RTL languages.
2352
	- Text() RTL alignment was fixed.
2353
	- Some functions were added: GetArrStringWidth(), GetCharWidth(), uniord(), utf8Bidi().
2354
	- example_018.php was added and test_unicode.php was removed.
2355
 
2356
2.3.000 (2008-03-05)
2357
	- MultiCell() signature is changed. Now support multiple columns across pages (see example_017).
2358
	- Write() signature is changed. Now support the cell mode to be used with MultiCell.
2359
	- Header() and Footer() were changed.
2360
	- The following functions were added: UTF8ArrSubString() and unichr().
2361
	- Examples were updated to reflect last changes.
2362
 
2363
2.2.004 (2008-03-04)
2364
	- Several examples were added.
2365
	- AddPage() Header() and Footer() were fixed.
2366
	- Documentation is now available on http://www.tcpdf.org
2367
 
2368
2.2.003 (2008-03-03)
2369
	- [1894853] Performance of MultiCell() was improved.
2370
	- RadioButton and ListBox functions were added.
2371
	- javascript form functions were rewritten and properties names are changed. The properties function supported by form fields are listed on Possible values are listed on http://www.adobe.com/devnet/acrobat/pdfs/js_developer_guide.pdf.
2372
 
2373
2.2.002 (2008-02-28)
2374
	- [1900495] html images path was fixed.
2375
	- Legacy image functions were reintroduced to allow PNG and JPEG support without GD library.
2376
 
2377
2.2.001 (2008-02-16)
2378
	- The bug "[1894700] bug with replace relative path" was fixed
2379
	- Justification was fixed
2380
 
2381
2.2.000 (2008-02-12)
2382
	- fixed javascript bug introduced with latest release
2383
 
2384
2.1.002 (2008-02-12)
2385
	- Justify function was fixed on PHP4 version.
2386
	- Bookmank function was added ([1578250] Table of contents).
2387
	- Javascript and Form fields support was added ([1796359] Form fields).
2388
 
2389
2.1.001 (2008-02-10)
2390
	- The bug "[1885776] Race Condition in function justitfy" was fixed.
2391
	- The bug "[1890217] xpdf complains that pdf is incorrect" was fixed.
2392
 
2393
2.1.000 (2008-01-07)
2394
	- FPDF_FONTPATH constant was changed to K_PATH_FONTS on config file
2395
	- Bidirectional Algorithm to correctly reverse bidirectional languages was added.
2396
	- SetLeftMargin, SetTopMargin, SetRightMargin functions were fixed.
2397
	- SetCellPadding function was added.
2398
	- writeHTML was updated with new parameters.
2399
	- Text function was fixed.
2400
	- MultiCell function was fixed, now works also across multiple pages.
2401
	- Line width was fixed on Header and Footer functions and <hr> tag.
2402
	- "GetImageSize" was renamed "getimagesize".
2403
	- Document version was changed from 1.3 to 1.5.
2404
	- _begindoc() function was fixed.
2405
	- ChangeDate was fixed and ModDate was added.
2406
	- The following functions were added:
2407
	  setPage() : Move pointer to the specified document page.
2408
	  getPage() : Get current document page number.
2409
	  lastpage() : Reset pointer to the last document page.
2410
	  getNumPages() : Get the total number of inserted pages.
2411
	  GetNumChars() : count the number of (UTF-8) characters in a string.
2412
	- $stretch parameter was added to Cell() function to fit text on cell:
2413
 
2414
			1 = horizontal scaling only if necessary
2415
			2 = forced horizontal scaling
2416
			3 = character spacing only if necessary
2417
			4 = forced character spacing
2418
	- Line function was fixed for RTL.
2419
	- Graphic transformation functions were added [1811158]:
2420
			StartTransform()
2421
			StopTransform()
2422
			ScaleX()
2423
			ScaleY()
2424
			ScaleXY()
2425
			Scale()
2426
			MirrorH()
2427
			MirrorV()
2428
			MirrorP()
2429
			MirrorL()
2430
			TranslateX()
2431
			TranslateY()
2432
			Translate()
2433
			Rotate()
2434
			SkewX()
2435
			SkewY()
2436
			Skew()
2437
	- Graphic function were added/updated [1688549]:
2438
			SetLineStyle()
2439
			_outPoint()
2440
			_outLine()
2441
			_outRect()
2442
			_outCurve()
2443
			Line()
2444
			Rect()
2445
			Curve
2446
			Ellipse
2447
			Circle
2448
			Polygon
2449
			RegularPolygon
2450
 
2451
2.0.000 (2008-01-04)
2452
	- RTL (Right-To-Left) languages support was added. Language direction is set using the $l['a_meta_dir'] setting on /configure/language/xxx.php language files.
2453
	- setRTL($enable) method was added to manually enable/disable the RTL text direction.
2454
	- The attribute "dir" was added to support custom text direction on HTML tags. Possible values are: ltr - for Left-To-Right and RTL for Right-To-Left.
2455
	- RC4 40bit encryption was added. Check the SetProtection method.
2456
	- [1815213] Improved image support for GIF, JPEG, PNG formats.
2457
	- [1800094] Attribute "value" was added to ordered list items <li>.
2458
	- Image function now has a new "align" parameter that indicates the alignment of the pointer next to image insertion and relative to image height. The value can be:
2459
			T: top-right for LTR or top-left for RTL
2460
			M: middle-right for LTR or middle-left for RTL
2461
			B: bottom-right for LTR or bottom-left for RTL
2462
			N: next line
2463
	- Attribute "align" was added to <img> html tag to set the above image "align" parameter. Possible values are:
2464
			top: top-right for LTR or top-left for RTL
2465
			middle: middle-right for LTR or middle-left for RTL
2466
			bottom: bottom-right for LTR or bottom-left for RTL
2467
	- [1798103] newline was added after </ul>, </ol> and </p> tages.
2468
	- [1816393] Documentation was updated.
2469
	- 'ln' parameter was fixed on writeHTMLCell. Now it's possible to print two or more columns across several pages;
2470
	- The method lastPage() was added to move the pointer on the last page;
2471
 
2472
------------------------------------------------------------
2473
 
2474
1.53.0.TC034 (2007-07-30)
2475
	- fixed htmlentities conversion.
2476
	- MultiCell() function returns the number of cells.
2477
 
2478
1.53.0.TC033 (2007-07-30)
2479
	- fixed bug 1762550: case sensitive for font files
2480
	- NOTE: all fonts files names must be in lowercase!
2481
 
2482
1.53.0.TC032 (2007-07-27)
2483
	- setLastH method was added to resolve bug 1689071.
2484
	- all fonts names were converted in lowercase (bug 1713005).
2485
	- bug 1740954 was fixed.
2486
	- justification was added as Cell option.
2487
 
2488
1.53.0.TC031 (2007-03-20)
2489
	- ToUnicode CMap were added on _puttruetypeunicode function. Now you may search and copy unicode text.
2490
 
2491
1.53.0.TC030 (2007-03-06)
2492
	- fixed bug on PHP4 version.
2493
 
2494
1.53.0.TC029 (2007-03-06)
2495
	- DejaVu Fonts were added.
2496
 
2497
1.53.0.TC028 (2007-03-03)
2498
	- MultiCell function signature were changed: the $ln parameter were added. Check documentation for further information.
2499
	- Greek language were added on example sentences.
2500
	- setPrintHeader() and setPrintFooter() functions were added to enable or disable page header and footer.
2501
 
2502
1.53.0.TC027 (2006-12-14)
2503
	- $attr['face'] bug were fixed.
2504
	- K_TCPDF_EXTERNAL_CONFIG control where introduced on /config/tcpdf_config.php to use external configuration files.
2505
 
2506
1.53.0.TC026 (2006-10-28)
2507
	- writeHTML function call were fixed on examples.
2508
 
2509
1.53.0.TC025 (2006-10-27)
2510
	- Bugs item #1421290 were fixed (0D - 0A substitution in some characters)
2511
	- Bugs item #1573174 were fixed (MultiCell documentation)
2512
 
2513
1.53.0.TC024 (2006-09-26)
2514
	- getPageHeight() function were fixed (bug 1543476).
2515
	- fixed missing breaks on closedHTMLTagHandler function (bug 1535263).
2516
	- fixed extra spaces on Write function (bug 1535262).
2517
 
2518
1.53.0.TC023 (2006-08-04)
2519
	- paths to barcode directory were fixed.
2520
	- documentation were updated.
2521
 
2522
1.53.0.TC022 (2006-07-16)
2523
	- fixed bug: [ 1516858 ] Probs with PHP autoloader and class_exists()
2524
 
2525
1.53.0.TC021 (2006-07-01)
2526
	- HTML attributes with whitespaces are now supported (thanks to Nelson Benitez for his support)
2527
 
2528
1.53.0.TC020 (2006-06-23)
2529
	- code cleanup
2530
 
2531
1.53.0.TC019 (2006-05-21)
2532
	- fixed <strong> and <em> closing tags
2533
 
2534
1.53.0.TC018 (2006-05-18)
2535
	- fixed font names bug
2536
 
2537
1.53.0.TC017 (2006-05-18)
2538
	- the TTF2UFM utility to convert True Type fonts for TCPDF were included on fonts folder.
2539
	- new free unicode fonts were included on /fonts/freefont.
2540
	- test_unicode.php example were exended.
2541
	- parameter $fill were added on Write, writeHTML and writeHTMLCell functions.
2542
	- documentation were updated.
2543
 
2544
1.53.0.TC016 (2006-03-09)
2545
	- fixed closing <strong> tag on html parser.
2546
 
2547
1.53.0.TC016 (2005-08-28)
2548
	- fpdf.php and tcpdf.php files were joined in one single class (you can still extend TCPDF with your own class).
2549
	- fixed problem when mb_internal_encoding is set.
2550
 
2551
1.53.0.TC014 (2005-05-29)
2552
	- fixed WriteHTMLCell new page issue.
2553
 
2554
1.53.0.TC013 (2005-05-29)
2555
	- fixed WriteHTMLCell across pages.
2556
 
2557
1.53.0.TC012 (2005-05-29)
2558
	- font color attribute bug were fixed.
2559
 
2560
1.53.0.TC011 (2005-03-31)
2561
	- SetFont function were fixed (thank Sjaak Lauwers for bug notice).
2562
 
2563
1.53.0.TC010 (2005-03-22)
2564
	- the html functions were improved (thanks to Manfred Vervuert for bug reporting).
2565
 
2566
1.53.0.TC009 (2005-03-19)
2567
	- a wrong reference to convertColorHexToDec were fixed.
2568
 
2569
1.53.0.TC008 (2005-02-07)
2570
	- removed some extra bytes from PHP files.
2571
 
2572
1.53.0.TC007 (2005-01-08)
2573
	- fill attribute were removed from writeHTMLCell method.
2574
 
2575
1.53.0.TC006 (2005-01-08)
2576
	- the documentation were updated.
2577
 
2578
1.53.0.TC005 (2005-01-05)
2579
	- Steven Wittens's unicode methods were removed.
2580
	- All unicode methods were rewritten from scratch.
2581
	- TCPDF is now licensed as LGPL.
2582
 
2583
1.53.0.TC004 (2005-01-04)
2584
	- this changelog were added.
2585
	- removed commercial fonts for licensing issue.
2586
	- Bitstream Vera Fonts were added (http://www.bitstream.com/font_rendering/products/dev_fonts/vera.html).
2587
	- Now the AddFont and SetFont functions returns the basic font if the styled version do not exist.
2588
 
2589
EOF --------------------------------------------------------