|
| 1 | +6.2.2 (2014-12-18) |
| 2 | + - Fixed mispelled words. |
| 3 | + - Fixed version number. |
| 4 | + |
1 | 5 | 6.2.1 (2014-12-18)
|
2 | 6 | - The constant K_TCPDF_THROW_EXCEPTION_ERROR is now set to false in the default configuration file.
|
3 | 7 | - An issue with the _destroy() method was fixed.
|
|
43 | 47 |
|
44 | 48 | 6.0.093 (2014-09-02)
|
45 | 49 | - Security fix: some serialize/unserialize methods were replaced with json_encode/json_decode to avoid a potential object injection with user supplied content. Thanks to ownCloud Inc. for reporting this issue.
|
46 |
| - - K_TIMEZONE constant was added to the default configuration to supress date-time warnings. |
| 50 | + - K_TIMEZONE constant was added to the default configuration to suppress date-time warnings. |
47 | 51 |
|
48 | 52 | 6.0.092 (2014-09-01)
|
49 | 53 | - Bug item #956 "Monospaced fonts are not alignd at the baseline" was fixed.
|
|
398 | 402 | - Image method was improved.
|
399 | 403 |
|
400 | 404 | 5.9.208 (2013-03-15)
|
401 |
| - - objclone fuction was patched to support old imagick extensions. |
| 405 | + - objclone function was patched to support old imagick extensions. |
402 | 406 | - tcpdf_parser was improved to support Cross-Reference Streams and large streams.
|
403 | 407 |
|
404 | 408 | 5.9.207 (2013-03-04)
|
|
475 | 479 | - barcodes.php file was resynced.
|
476 | 480 | - Methods SetAbsX, SetAbsY, SetAbsXY where added to set the absolute pointer coordinates.
|
477 | 481 | - Method getCharBBox were added to get single character bounding box.
|
478 |
| - - Signature of addTTFfont method was changed ($addcbbox paramter was added). |
| 482 | + - Signature of addTTFfont method was changed ($addcbbox parameter was added). |
479 | 483 |
|
480 | 484 | 5.9.185 (2012-09-12)
|
481 | 485 | - Method _putfontwidths() was fixed.
|
|
877 | 881 |
|
878 | 882 | 5.9.080 (2011-05-17)
|
879 | 883 | - A problem related to file path calculation for images was fixed.
|
880 |
| - - A problem related to unsupressed getimagesize() error was fixed. |
| 884 | + - A problem related to unsuppressed getimagesize() error was fixed. |
881 | 885 |
|
882 | 886 | 5.9.079 (2011-05-16)
|
883 | 887 | - Footer() method was changed to use C128 barcode as default (instead of the previous C128B).
|
|
1231 | 1235 | - Alignment problem on write2DBarcode was fixed.
|
1232 | 1236 |
|
1233 | 1237 | 5.8.015 (2010-08-24)
|
1234 |
| - - A problem arised with the latest bugfix was fixed. |
| 1238 | + - A problem arose with the latest bugfix was fixed. |
1235 | 1239 |
|
1236 | 1240 | 5.8.014 (2010-08-23)
|
1237 | 1241 | - Method _getxobjectdict() was added for better compatibility with external extensions.
|
|
1693 | 1697 | - Bug item #2938412 "Table related problems - thead, nobr, table width" was fixed.
|
1694 | 1698 |
|
1695 | 1699 | 4.8.026 (2010-01-19)
|
1696 |
| - - The misspelled word "lenght" was replaced with "length" in some variables and comments. |
| 1700 | + - The misspelled word "length" was replaced with "length" in some variables and comments. |
1697 | 1701 |
|
1698 | 1702 | 4.8.025 (2010-01-18)
|
1699 | 1703 | - addExtGState() method was improved to reuse existing ExtGState objects.
|
|
1775 | 1779 | 4.8.006 (2009-09-23)
|
1776 | 1780 | - Bug item #2864522 "No images if DOCUMENT_ROOT=='/'" was fixed.
|
1777 | 1781 | - Support for text-indent CSS attribute was added.
|
1778 |
| - - Method rollbackTransaction() was changed to support self-reassigment of previous object (check source code documentation). |
| 1782 | + - Method rollbackTransaction() was changed to support self-reassignment of previous object (check source code documentation). |
1779 | 1783 | - 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>).
|
1780 | 1784 |
|
1781 | 1785 | 4.8.005 (2009-09-17)
|
|
1946 | 1950 | - WARNING: THIS VERSION CHANGES THE BEHAVIOUR OF $x and $y parameters for several TCPDF methods:
|
1947 | 1951 | zero coordinates for $x and $y are now valid coordinates;
|
1948 | 1952 | set $x and $y as empty strings to get the current value.
|
1949 |
| - - Some error caused by 'empty' funtion were fixed. |
| 1953 | + - Some error caused by 'empty' function were fixed. |
1950 | 1954 | - Default color for convertHTMLColorToDec() method was changed to white and the return value for invalid color is false.
|
1951 | 1955 | - HTML on footer bug was fixed.
|
1952 | 1956 | - The following examples were fixed: 5,7,10,17,19,20,21,33,42,43.
|
|
1965 | 1969 | C128A : CODE 128 A
|
1966 | 1970 | C128B : CODE 128 B
|
1967 | 1971 | C128C : CODE 128 C
|
1968 |
| - EAN2 : 2-Digits UPC-Based Extention |
1969 |
| - EAN5 : 5-Digits UPC-Based Extention |
| 1972 | + EAN2 : 2-Digits UPC-Based Extension |
| 1973 | + EAN5 : 5-Digits UPC-Based Extension |
1970 | 1974 | EAN8 : EAN 8
|
1971 | 1975 | EAN13 : EAN 13
|
1972 | 1976 | UPCA : UPC-A
|
|
0 commit comments