Commit Graph

653 Commits

Author SHA1 Message Date
Llewellyn van der Merwe f815fbe5fc
Update to v6.6.5 2024-02-11 18:42:28 +02:00
Llewellyn van der Merwe 2e41063eba
updated to v6.6.2 2023-03-31 16:42:17 +02:00
Llewellyn van der Merwe fca64021ac
updated to v6.4.1 2021-06-15 04:13:57 +02:00
Llewellyn van der Merwe fd4acc640b
updated to v6.3.5 2020-06-14 02:50:21 +02:00
Llewellyn van der Merwe aa5dc2c127
updated to v6.2.26 2019-03-22 23:09:11 +02:00
Llewellyn van der Merwe e3cbb5533e Insure we also exclude the example folder. 2016-06-04 12:33:25 +01:00
Llewellyn van der Merwe ce52a89795 Added git .attributes to exclude examples and other not needed files from deployment. 2016-06-04 12:31:35 +01:00
Llewellyn van der Merwe 601ea68d4c 2016-06-03 14:46:50 +01:00
Llewellyn van der Merwe 100fb96148 added the example files, they will not installed to Joomla 2016-06-03 14:42:20 +01:00
Llewellyn van der Merwe 922f4e7afb Fixed file suffix. 2016-06-03 14:27:11 +01:00
Llewellyn van der Merwe 0078c71486 Moved the files to insure easy loading of class. 2016-06-03 14:22:36 +01:00
Llewellyn van der Merwe d1368b3a05 set the update server, and fixed some readme text 2016-06-03 14:01:08 +01:00
Llewellyn van der Merwe 050f6c079a added update option and readme text 2016-06-03 13:52:44 +01:00
Llewellyn van der Merwe 9fd5676d5f first commit 2016-06-03 12:54:54 +01:00
nicolaasuni 2f732eaa91 6.2.12 (2015-09-12)
- fix composer package name to tecnickcom/tcpdf
2015-09-12 11:08:34 +01:00
nicolaasuni 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.
2015-08-02 13:30:27 +01:00
nicolaasuni 25394f75d6 6.2.10 (2015-07-28)
- Minor mod to PNG parsing.
- Make dependency on mcrypt optional.
2015-07-28 16:28:45 +01:00
nicolaasuni fa6ab8a1e1 6.2.9 (2015-06-18)
-
2015-06-18 10:12:38 +01:00
nicolaasuni 3dee9e7f3a 6.2.8 (2015-04-29)
- Removed unwanted file.
2015-04-29 17:13:58 +01:00
nicolaasuni 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.
2015-04-28 20:51:18 +01:00
nicolaasuni a2e8f5b505 6.2.6 (2015-01-28)
- Bug #1008 "UTC offset sing breaks PDF/A-1b compliance" was fixed.
2015-01-28 18:51:40 +00:00
nicolaasuni 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.
2015-01-24 09:41:10 +00:00
nicolaasuni ba2afad72c 6.2.4 (2015-01-08)
- fix warning related to empty K_PATH_URL.
- fix error when a  key is not set.
2015-01-08 18:35:22 +00:00
nicolaasuni d7071cbf26 6.2.3 (2014-12-18)
- New comment.
- Moved the K_PATH_IMAGES definition in tcpdf_autoconfig.
2014-12-18 13:36:04 +00:00
nicolaasuni 47e8e3e0d1 6.2.2 (2014-12-18)
- Fixed mispelled words.
- Fixed version number.
2014-12-18 13:26:15 +00:00
nicolaasuni 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.
2014-12-18 12:48:16 +00:00
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 3d5921442e 6.1.0 (2014-12-07)
- The method TCPDF_STATIC::getRandomSeed() was improved.
2014-12-09 08:05:14 +00:00
nicolaasuni 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.
2014-12-07 13:10:45 +00:00
nicolaasuni 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).
2014-11-15 12:35: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 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.
2014-10-20 21:04:11 +01:00
nicolaasuni 73b436e180 6.0.097 (2014-10-20)
- Bug item #988 "hyphenateText - charmin parameter not work" was fixed.
2014-10-20 21:02:38 +01:00
nicolaasuni 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.
2014-10-06 18:50:43 +01:00
nicolaasuni 4c66489b8b 6.0.095 (2014-10-02)
- Bug item #979 "New Timezone option overwriting current timezone" was fixed.
2014-10-02 17:33:03 +01:00
nicolaasuni 89d007897e 6.0.094 (2014-09-30)
- Bug item #978 "Variable Undefined: " was fixed.
2014-09-30 18:01:15 +01:00
nicolaasuni 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.
2014-09-02 20:31:33 +01:00
nicolaasuni 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)
2014-09-01 21:14:37 +01:00
nicolaasuni 5252fd2e96 6.0.091 (2014-08-13)
- Issue #325"Division by zero when css fontsize equals 0" was fixed.
2014-08-13 17:57:25 +01:00
nicolaasuni 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.
2014-08-08 12:41:02 +01:00
nicolaasuni 979432f754 6.0.089 (2014-07-16)
- Bug item #948 "bottom line of rowspan cell not work correctly" was fixed.
2014-07-16 18:59:23 +01:00
nicolaasuni 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.
2014-07-09 19:21:01 +01:00
nicolaasuni e750c674f6 6.0.087 (2014-06-25)
- A bug affecting fitcell option in Multicell was fixed.
2014-06-25 17:30:22 +01:00
nicolaasuni 322f23efcf 6.0.087 (2014-06-25)
- A bug affecting fitcell option in Multicell was fixed.
2014-06-25 17:28:31 +01:00
nicolaasuni b1c0cc74a8 6.0.086 (2014-06-20)
- Bug item #938 "Hyphenation-dash extends outside of cell" was fixed (collateral effect).
2014-06-20 16:28:34 +01:00
nicolaasuni 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.
2014-06-20 00:27:24 +01:00
nicolaasuni 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.
2014-06-20 00:25:52 +01:00
nicolaasuni 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.
2014-06-13 19:26:31 +01:00
nicolaasuni d6a2206ab3 6.0.083 (2014-05-29)
- Bug item #928 "setHtmlVSpace with HR element" was fixed.
2014-05-29 19:28:56 +01:00
nicolaasuni 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.
2014-05-24 05:22:35 +01:00