30
1
mirror of https://github.com/vdm-io/tcpdf.git synced 2024-06-05 07:10:48 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
nicolaasuni
40662daa76 6.2.0 (2014-12-10)
- Bug #1005 "Security Report, LFI posting internal files externally abusing default parameter" was fixed.
- Static methods serializeTCPDFtagParameters() and unserializeTCPDFtagParameters() were moved as non static to the main TCPDF class (see changes in example n. 49).
- Deprecated methods were removed, please use the equivalents defined in other classes (i.e. TCPDF_STATIC and TCPDF_FONTS).
- The constant K_TCPDF_CALLS_IN_HTML is now set by default to FALSE.
- DLE, DLX and DLP page format was added.
- Page format are now defined as a public property in TCPDF_STATIC.
2014-12-10 18:53:49 +00:00
nicolaasuni
de89c0d7fd 6.0.098 (2014-11-08)
- Bug item #996 "getCharBBox() returns incorrect results for TTF glyphs without outlines" was fixed.
- Bug item #991 "Text problem with SVG" was fixed (only the font style part).
2014-11-08 11:12:39 +00:00
nicolaasuni
23ce7ff380 6.0.082 (2014-05-23)
- Bug item #926 "test statement instead of assignment used in tcpdf_fonts.php" was fixed.
- Bug item #925 "924 transparent images bug" was fixed.
2014-05-23 22:58:56 +01:00
nicolaasuni
e1cbda79b9 6.0.078 (2014-05-12)
- A warning issue in addTTFfont() method was fixed.
- Fonts were updated to include cbbox metrics.
2014-05-12 20:50:13 +01:00
nicolaasuni
fd08a2fa7d 6.0.060 (2014-02-16)
- Bug #891 "Error on parsing hexa fields" was fixed.
- Bug #892 "Parsing pdf with trailing space at start" was fixed.
2014-02-16 16:01:35 +00:00
nicolaasuni
4a7678a1ad 6.0.053 (2014-01-03)
- Bug #876 "Cell padding should not be multiplied with number of lines in getStringHeight" was fixed.
- Patch #68 "Empty img src attribute leads to access of uninitialized string offset" was applied.
2014-01-03 19:11:14 +00:00
nicolaasuni
3360875697 6.0.051 (2013-12-02)
- cbbox array values in addTTFfont() were converted to integers.
2013-12-02 19:13:09 +00:00
nicolaasuni
2a323b71aa 6.0.044 (2013-11-10)
- Bug #857 "Undefined offset error" was fixed.
- The uniord method now uses a static cache to improve performances (thanks to Mathieu Masseboeuf for the sugegstion).
- Two bugs in the TCPDF_FONTS class were fixed.
2013-11-10 13:01:43 +00:00
nicolaasuni
a8ec5fe7ef 6.0.025 (2013-09-04)
- A pregSplit() bug was fixed.
- Improved content loading from URLs.
- Improved font path loading.
2013-09-04 19:32:13 +01:00
nicolaasuni
3ebcb4d8d9 6.0.023 (2013-08-05)
- GNU Freefont fonts were updated.
- Licensing and copyright information about fonts were improved.
- PNG image support was improved.
2013-08-05 20:34:06 +01:00
nicolaasuni
94bfcb9bb4 6.0.021 (2013-07-18)
- The bug caused by the preg_split function on some PHP 5.2.x versions was fixed.
2013-07-18 20:45:24 +01:00
nicolaasuni
57959d4027 6.0.020 (2013-06-04)
- The method addTTFfont() was fixed (Bug item #813 Undefined offset).
2013-06-04 22:06:38 +01:00
nicolaasuni
e27aa651bb 6.0.019 (2013-06-04)
- The magic constant __DIR__ was replaced with dirname(__FILE__) for php 5.2 compatibility.
- The exceptions raised by file_exists() function were suppressed.
2013-06-04 20:55:07 +01:00
nicolaasuni
7424ac0d45 6.0.016 (2013-05-15)
- The tcpdf_addfont.php tool was improved (thanks to Remi Collet).
2013-05-15 16:30:05 +01:00
nicolaasuni
e7c64b4f1c 6.0.014 (2013-04-13)
- The signature of addTTFfont() method includes a new parameter to link existing fonts instead of copying and compressing them.
2013-05-13 19:11:35 +01:00
nicolaasuni
226fc42c4c 6.0.011 (2013-04-22)
- Minor documentation changes.
2013-04-22 20:23:46 +01:00
nicolaasuni
a9840bd74b 6.0.009 (2013-04-02)
- Adding back some files that were not properly committed on the latest release.
2013-04-02 20:47:32 +01:00
nicolaasuni
db650c6dfa 6.0.007 (2013-03-29)
- HTML/CSS font size conversion were improved.
2013-03-29 17:30:37 +00:00
nicolaasuni
57fd821ca9 6.0.005 (2013-03-26)
- Default font path was fixed.
2013-03-26 13:49:17 +00:00
nicolaasuni
3e1f83ee55 6.0.004 (2013-03-21)
- Return value of addTTFfont() method was fixed.
2013-03-21 17:10:14 +00:00
nicolaasuni
3fa01d8e99 6.0.003 (2013-03-20)
- A bug related to non-unicode mode was fixed.
2013-03-20 18:27:44 +00:00
nicolaasuni
1d88afff1d 6.0.002 (2013-03-18)
- _getFIXED call on tcpdf_fonts.php was fixed.
2013-03-18 23:36:10 +00:00
Nicola Asuni
e691de8a1e 6.0.000 (2013-03-17)
- IMPORTANT: PHP4 support has been removed starting from this version. PHP 5.3 or greater version is required.
- 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.
- Files htmlcolors.php, spotcolors.php, unicode_data.php and ecodings_maps.php were removed.
- Barcode classes were renamed and new barcode examples were added.
- Class TCPDF_PARSER was improved.
2013-03-17 14:03:01 +00:00