Commit Graph

  • f815fbe5fc
    Update to v6.6.5 master v6.6.5 Llewellyn van der Merwe 2024-02-11 18:31:39 +0200
  • 2e41063eba
    updated to v6.6.2 v6.6.2 Llewellyn van der Merwe 2023-03-31 16:35:37 +0200
  • fca64021ac
    updated to v6.4.1 v6.4.1 Llewellyn van der Merwe 2021-06-15 04:13:50 +0200
  • fd4acc640b
    updated to v6.3.5 v6.3.5 Llewellyn van der Merwe 2020-06-14 02:47:05 +0200
  • aa5dc2c127
    updated to v6.2.26 v6.2.26 Llewellyn van der Merwe 2019-03-22 23:04:09 +0200
  • e3cbb5533e Insure we also exclude the example folder. Llewellyn van der Merwe 2016-06-04 12:33:25 +0100
  • ce52a89795 Added git .attributes to exclude examples and other not needed files from deployment. Llewellyn van der Merwe 2016-06-04 12:31:35 +0100
  • 601ea68d4c Llewellyn van der Merwe 2016-06-03 14:46:50 +0100
  • 100fb96148 added the example files, they will not installed to Joomla Llewellyn van der Merwe 2016-06-03 14:42:20 +0100
  • 922f4e7afb Fixed file suffix. Llewellyn van der Merwe 2016-06-03 14:27:11 +0100
  • 0078c71486 Moved the files to insure easy loading of class. Llewellyn van der Merwe 2016-06-03 14:22:36 +0100
  • d1368b3a05 set the update server, and fixed some readme text Llewellyn van der Merwe 2016-06-03 14:01:08 +0100
  • 050f6c079a added update option and readme text Llewellyn van der Merwe 2016-06-03 13:52:44 +0100
  • 9fd5676d5f first commit Llewellyn van der Merwe 2016-06-03 12:54:54 +0100
  • 2f732eaa91 6.2.12 (2015-09-12) - fix composer package name to tecnickcom/tcpdf nicolaasuni 2015-09-12 11:08:34 +0100
  • 354433a339 6.2.11 (2015-08-02) - Bug #1070 "PNG regression in 6.2.9 (they appear as their alpha channel)" was fixed. - Bug #1069 "Encoded SRC URLs in <img> tags don't work anymore" was fixed. nicolaasuni 2015-08-02 13:30:27 +0100
  • 25394f75d6 6.2.10 (2015-07-28) - Minor mod to PNG parsing. - Make dependency on mcrypt optional. nicolaasuni 2015-07-28 16:28:45 +0100
  • fa6ab8a1e1 6.2.9 (2015-06-18) - nicolaasuni 2015-06-18 10:12:38 +0100
  • 3dee9e7f3a 6.2.8 (2015-04-29) - Removed unwanted file. nicolaasuni 2015-04-29 17:13:58 +0100
  • 8eb1adde16 6.2.7 (2015-04-28) - Merged PR 17: Avoid warning when iterating a non-array variable. - Merged PR 16: Improve MuliCell param definition. - Improved column check (PR 15). - Merged PR 11: Use stream_is_local instead of limit to file://. - Merged PR 10: ImageMagick link on README.txt. nicolaasuni 2015-04-28 20:51:18 +0100
  • a2e8f5b505 6.2.6 (2015-01-28) - Bug #1008 "UTC offset sing breaks PDF/A-1b compliance" was fixed. nicolaasuni 2015-01-28 18:51:40 +0000
  • da2fe93594 6.2.5 (2015-01-24) - Bug #1019 " in static context" was fixed. - Bug #1015 "Infinite loop in getIndirectObject method of parser" was fixed. nicolaasuni 2015-01-24 09:41:10 +0000
  • ba2afad72c 6.2.4 (2015-01-08) - fix warning related to empty K_PATH_URL. - fix error when a key is not set. nicolaasuni 2015-01-08 18:35:22 +0000
  • d7071cbf26 6.2.3 (2014-12-18) - New comment. - Moved the K_PATH_IMAGES definition in tcpdf_autoconfig. nicolaasuni 2014-12-18 13:36:04 +0000
  • 47e8e3e0d1 6.2.2 (2014-12-18) - Fixed mispelled words. - Fixed version number. nicolaasuni 2014-12-18 13:26:15 +0000
  • 9e5565230f 6.2.1 (2014-12-18) - The constant K_TCPDF_THROW_EXCEPTION_ERROR is now set to false in the default configuration file. - An issue with the _destroy() method was fixed. nicolaasuni 2014-12-18 12:48:16 +0000
  • 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. nicolaasuni 2014-12-10 18:53:49 +0000
  • 3d5921442e 6.1.0 (2014-12-07) - The method TCPDF_STATIC::getRandomSeed() was improved. nicolaasuni 2014-12-09 08:05:14 +0000
  • 95960170a2 6.1.0 (2014-12-07) - The method TCPDF_STATIC::getRandomSeed() was improved. - The disk caching feature was removed. - Bug #1003 "Backslashes become duplicated in table, using WriteHTML" was fixed. - Bug #1002 "SVG radialGradient within non-square Rect" was fixed. nicolaasuni 2014-12-07 13:10:45 +0000
  • 75e7ad3945 6.0.099 (2014-11-15) - Added basic support for nested SVG images (adapted PR from SamMousa). - A bug related to setGDImageTransparency() was fixed (thanks to Maarten Boerema). nicolaasuni 2014-11-15 12:35:49 +0000
  • 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). nicolaasuni 2014-11-08 11:12:39 +0000
  • 00f7613b21 6.0.097 (2014-10-20) - Bug item #988 "hyphenateText - charmin parameter not work" was fixed. - New 1D barcode method to print pre-formatted IMB - Intelligent Mail Barcode - Onecode - USPS-B-3200. nicolaasuni 2014-10-20 21:04:11 +0100
  • 73b436e180 6.0.097 (2014-10-20) - Bug item #988 "hyphenateText - charmin parameter not work" was fixed. nicolaasuni 2014-10-20 21:02:38 +0100
  • ff87991642 6.0.096 (2014-10-06) - Bug item #982 "Display style is not inherited in SVG" was fixed. - Bug item #984 "Double quote url in CSS" was fixed. nicolaasuni 2014-10-06 18:50:43 +0100
  • 4c66489b8b 6.0.095 (2014-10-02) - Bug item #979 "New Timezone option overwriting current timezone" was fixed. nicolaasuni 2014-10-02 17:33:03 +0100
  • 89d007897e 6.0.094 (2014-09-30) - Bug item #978 "Variable Undefined: " was fixed. nicolaasuni 2014-09-30 18:01:15 +0100
  • 8ec040b3cc 6.0.093 (2014-09-02) - 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. - K_TIMEZONE constant was added to the default configuration to supress date-time warnings. nicolaasuni 2014-09-02 20:31:33 +0100
  • 8debbff6b4 6.0.092 (2014-09-01) - Bug item #956 "Monospaced fonts are not alignd at the baseline" was fixed. - Bug item #964 "Problem when changing font size" was fixed. - Bug item #969 "ImageSVG with radialGradient problem" was fixed. - sRGB.icc file was replaced with the one from the Debian package icc-profiles-free (2.0.1+dfsg-1) nicolaasuni 2014-09-01 21:14:37 +0100
  • 5252fd2e96 6.0.091 (2014-08-13) - Issue #325"Division by zero when css fontsize equals 0" was fixed. nicolaasuni 2014-08-13 17:57:25 +0100
  • e89673a449 6.0.090 (2014-08-08) - Starting from this version TCPDF is also available in GitHub at https://github.com/tecnickcom/TCPDF - Function getmypid() was removed for better compatibility with shared hosting environments. - Support for pulling SVG stroke opacity value from RGBa color was mergeg [adf006]. - Bug item #951 "HTML Table within TCPDF columns doesnt flow correctly on page break ..." was fixed. nicolaasuni 2014-08-08 12:41:02 +0100
  • 979432f754 6.0.089 (2014-07-16) - Bug item #948 "bottom line of rowspan cell not work correctly" was fixed. nicolaasuni 2014-07-16 18:59:23 +0100
  • 196ef5e4f7 6.0.088 (2014-07-09) - Bug item #946 "Case sensitive type check causes broken match for SVG" was fixed. - Bug item #945 "Imagick load doesn't account for passed data string " was fixed. nicolaasuni 2014-07-09 19:21:01 +0100
  • e750c674f6 6.0.087 (2014-06-25) - A bug affecting fitcell option in Multicell was fixed. nicolaasuni 2014-06-25 17:30:22 +0100
  • 322f23efcf 6.0.087 (2014-06-25) - A bug affecting fitcell option in Multicell was fixed. nicolaasuni 2014-06-25 17:28:31 +0100
  • b1c0cc74a8 6.0.086 (2014-06-20) - Bug item #938 "Hyphenation-dash extends outside of cell" was fixed (collateral effect). nicolaasuni 2014-06-20 16:28:34 +0100
  • 905f0af8af 6.0.085 (2014-06-19) - Some example images were replaced. - A race condition bug was fixed. - Bug item #938 "Hyphenation-dash extends outside of cell" was fixed. nicolaasuni 2014-06-20 00:27:24 +0100
  • 32868f3304 6.0.085 (2014-06-19) - Some example images were replaced. - A race condition bug was fixed. - Bug item #938 "Hyphenation-dash extends outside of cell" was fixed. nicolaasuni 2014-06-20 00:25:52 +0100
  • 5f4c7a6440 6.0.084 (2014-06-13) - A bug related to MultiCell fitcell feature was fixed. - Bug item #931 "Documentation error for setPageFormat()" was fixed. nicolaasuni 2014-06-13 19:26:31 +0100
  • d6a2206ab3 6.0.083 (2014-05-29) - Bug item #928 "setHtmlVSpace with HR element" was fixed. nicolaasuni 2014-05-29 19:28:56 +0100
  • 74c0f6e765 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. nicolaasuni 2014-05-24 05:22:35 +0100
  • 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. nicolaasuni 2014-05-23 22:58:56 +0100
  • e885862b73 6.0.081 (2014-05-22) - Bug item #922 "writehtml tables thead repeating" was fixed. - Patch #71 "External and internal links, local and remote" wa applied. nicolaasuni 2014-05-22 21:06:24 +0100
  • fcd0098a2a 6.0.080 (2014-05-20) - Bug item #921 "Fatal error in hyphenateText() function" was fixed. - Bug item #923 "Automatic Hyphenation error" was fixed. - Patch #70 "Augument TCPDFBarcode classes with ability to return raw png image data" was applied. nicolaasuni 2014-05-20 20:50:29 +0100
  • 78b7610910 6.0.079 (2014-05-19) - Patch item #69 "Named destinations, HTML internal and external links" was merged. - Bug item #920 "hyphenateText() should not hyphenate the content of style-tags in HTML mode" was fixed. - Image method now trigs an error in case the cache is now writeable. - Fixed issue with layer default status. nicolaasuni 2014-05-19 19:12:22 +0100
  • e1cbda79b9 6.0.078 (2014-05-12) - A warning issue in addTTFfont() method was fixed. - Fonts were updated to include cbbox metrics. nicolaasuni 2014-05-12 20:50:13 +0100
  • 957d538d7e 6.0.077 (2014-05-06) - A Datamatrix barcode bug was fixed. nicolaasuni 2014-05-06 23:13:40 +0100
  • 71d9a43e58 6.0.076 (2014-05-06) - A bug in Datamatrix Base256 encoding was fixed. - Merged fix for SVG use/clip-gradient. - Now it is possible to prefix a page number in Link methods with the * character to avoid been changed when adding/deleting/moving pages (see example_045.php). nicolaasuni 2014-05-06 19:41:12 +0100
  • 04215e8359 6.0.075 (2014-05-05) - Bug #917 "Using realtive Units like ex or em for images distort output in HTML mode" was fixed. nicolaasuni 2014-05-05 10:05:23 +0100
  • f40c7e4165 6.0.074 (2014-05-03) - Bug #917 "Using realtive Units like ex or em for images distort output in HTML mode" was fixed. - Bug #915 "Problem with SVG Image using Radial Gradients" was fixed. nicolaasuni 2014-05-03 14:34:00 +0100
  • 214e1ea511 6.0.073 (2014-04-29) - Bug #913 "Possible bug with line-height" was fixed. - Bug #914 "MultiCell and FitCell" was fixed. - Bug #915 "Problem with SVG Image using Radial Gradients" was fixed. nicolaasuni 2014-04-29 21:58:11 +0100
  • 6c3cfd5b16 6.0.072 (2014-04-27) - Deprecated curly braces substring syntax was replaced with square braces. nicolaasuni 2014-04-27 12:30:23 +0100
  • e85569fc03 6.0.071 (2014-04-25) - Bug #911 "error with buffered png pics" was fixed. nicolaasuni 2014-04-25 19:13:02 +0100
  • b45bdb2138 6.0.070 (2014-04-24) - Bug #910 "An SVG image is being cut off (with clipping mask) when you use align options" was fixed. nicolaasuni 2014-04-24 19:25:32 +0100
  • 872cb6ab57 6.0.069 (2014-04-24) - Datamatrix Base256 encoding was fixed. nicolaasuni 2014-04-24 18:48:12 +0100
  • 2cf6cd032e 6.0.068 (2014-04-22) - Some Datamatrix barcode bugs were fixed. nicolaasuni 2014-04-22 21:56:54 +0100
  • c36a5bc4fb 6.0.068 (2014-04-22) - Some Datamatrix barcode bugs were fixed. nicolaasuni 2014-04-22 21:50:00 +0100
  • f545d6dce7 6.0.067 (2014-04-21) - startLayer() method signature was changed to include a new "lock" parameter. nicolaasuni 2014-04-21 12:46:00 +0100
  • 0eb0152409 6.0.066 (2014-04-20) - Bug #908 "Linebreak is not considered when getting length of the next string" was fixed. nicolaasuni 2014-04-20 15:24:26 +0100
  • ce07b40987 6.0.065 (2014-04-10) - Bug #905 "RGB percentage color bug in convertHTMLColorToDec()" was fixed. nicolaasuni 2014-04-10 17:47:45 +0100
  • 5afe31385d 6.0.064 (2014-04-07) - Header and Footer fonts are now set by default. - Bug #904 "PDF corrupted" was fixed. nicolaasuni 2014-04-07 20:56:16 +0100
  • d24b4d4a07 6.0.063 (2014-04-03) - Method TCPDF_IMAGES::_parsepng() was fixed to support transparency in Indexed images. nicolaasuni 2014-04-03 20:59:17 +0100
  • cada5f0ef8 6.0.062 (2014-03-02) - The method startLayer() now accepts the NULL value for the parameter to not set the print layer option. nicolaasuni 2014-03-02 10:22:27 +0000
  • 7929b6d32e 6.0.061 (2014-02-18) - Bug #893 "Parsing error on streamed xref for secured pdf" was fixed. nicolaasuni 2014-02-18 19:39:15 +0000
  • 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. nicolaasuni 2014-02-16 16:01:35 +0000
  • 92150fd470 6.0.059 (2014-02-03) - SVG 'use' support was imporved. nicolaasuni 2014-02-03 20:48:23 +0000
  • 11c74be7c3 6.0.058 (2014-01-31) - Bug #886 "Bugs with SVG using <defs> and <use>" was fixed. nicolaasuni 2014-01-31 18:29:02 +0000
  • ee71246dff 6.0.057 (2014-01-26) - Bug #883 "Parsing error" was fixed. nicolaasuni 2014-01-26 14:35:08 +0000
  • 4bfe37b111 6.0.056 (2014-01-25) - The automatic chache folder selection now works also with some restricted hosting environments. - CSS text-transform property is now supported (requires the multibyte string library for php) - see examle n. 061 (Thanks to Walter Ferraz). - Bug #884 "Parsing error prev tag looking for" was fixed. nicolaasuni 2014-01-25 15:37:05 +0000
  • e2ee99bd0e 6.0.055 (2014-01-15) - Bug #880 "Error detecting hX tags (h1,h2..)" was fixed - Bug #879 "Thead on the second page inherits style of previous tr" was fixed nicolaasuni 2014-01-15 18:21:06 +0000
  • 31866c4b5b 6.0.055 (2014-01-15) - Bug #880 "Error detecting hX tags (h1,h2..)" was fixed - Bug #879 "Thead on the second page inherits style of previous tr" was fixed nicolaasuni 2014-01-15 18:02:49 +0000
  • 9c04ada91f 6.0.054 (2014-01-13) - Bug #877 "Parenteses causing corrupt text" was fixed. nicolaasuni 2014-01-13 18:14:28 +0000
  • 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. nicolaasuni 2014-01-03 19:11:14 +0000
  • e6a6ffa36c 6.0.052 (2013-12-12) - Bug #871 "Datamatrix coding" was fixed. nicolaasuni 2013-12-12 18:31:42 +0000
  • 3360875697 6.0.051 (2013-12-02) - cbbox array values in addTTFfont() were converted to integers. nicolaasuni 2013-12-02 19:13:09 +0000
  • 1369eb51b3 6.0.050 (2013-12-01) - The method getNumLines() was extended to support hyphenation. - The CSS property line-height now supports non percentage values. nicolaasuni 2013-12-01 13:04:53 +0000
  • 3cd2637a80 6.0.049 (2013-11-27) - A bug related to PNG images was fixed. nicolaasuni 2013-11-27 20:18:34 +0000
  • b9c8ff7302 6.0.048 (2013-11-24) - SVG vars are now reset in ImageSVG() method. nicolaasuni 2013-11-24 18:58:06 +0000
  • d2ded0b698 6.0.048 (2013-11-24) - SVG vars are now reset in ImageSVG() method. nicolaasuni 2013-11-24 18:56:31 +0000
  • acb0db3a6d 6.0.047 (2013-11-19) - SVG support was extended to support some nested defs. nicolaasuni 2013-11-19 22:20:54 +0000
  • 22518a0546 6.0.046 (2013-11-17) - preg_replace_callback functions were replaced to improve memory performances. nicolaasuni 2013-11-17 21:13:04 +0000
  • 943b8c2faf 6.0.046 (2013-11-17) - preg_replace_callback functions were replaced to improve memory performances. nicolaasuni 2013-11-17 21:09:15 +0000
  • 300a109c91 6.0.045 (2013-11-17) - Bug #862 "Parsing error on flate filter" was fixed. nicolaasuni 2013-11-17 19:21:03 +0000
  • 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. nicolaasuni 2013-11-10 13:01:43 +0000
  • 7745dbfdf1 6.0.043 (2013-10-29) - Bug #854 "CSS instruction display" was fixed. nicolaasuni 2013-10-29 18:26:55 +0000
  • 8510efc6cf 6.0.042 (2013-10-25) - Bug #852 "CMYK Colors Bug" was fixed. nicolaasuni 2013-10-25 18:18:08 +0100
  • e06a71678b 6.0.041 (2013-10-21) - Bug #851 "Problem with images in PDF. PHP timing out" was fixed. nicolaasuni 2013-10-21 20:11:25 +0100
  • 452f84276a 6.0.040 (2013-10-20) - Bug #849 "SVG import bug" was fixed. - Bug #851 "Problem with images in PDF. PHP timing out" was fixed. nicolaasuni 2013-10-20 13:37:51 +0100
  • 977539641b 6.0.039 (2013-10-13) - Bug #843 "Wrong call in parser" was fixed. - Bug #844 "Wrong object type named" was fixed. - Bug #845 "Parsing error on obj ref prefixed by '000000'" was fixed. nicolaasuni 2013-10-13 22:02:11 +0100
  • 2ba0248a71 6.0.039 (2013-10-13) - Bug #843 "Wrong call in parser" was fixed. - Bug #844 "Wrong object type named" was fixed. - Bug #845 "Parsing error on obj ref prefixed by '000000'" was fixed. nicolaasuni 2013-10-13 17:11:17 +0100
  • fff2d972d3 6.0.038 (2013-10-06) - Bug #841 "Division by zero warning at writeHTML a <li> tag" was fixed. nicolaasuni 2013-10-06 17:51:54 +0100