32
1
mirror of https://github.com/vdm-io/tcpdf.git synced 2024-11-01 03:02:32 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
nicolaasuni
957d538d7e 6.0.077 (2014-05-06)
- A Datamatrix barcode bug was fixed.
2014-05-06 23:13:40 +01:00
nicolaasuni
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).
2014-05-06 19:41:12 +01:00
nicolaasuni
6c3cfd5b16 6.0.072 (2014-04-27)
- Deprecated curly braces substring syntax was replaced with square braces.
2014-04-27 12:30:23 +01:00
nicolaasuni
e85569fc03 6.0.071 (2014-04-25)
- Bug #911 "error with buffered png pics" was fixed.
2014-04-25 19:13:02 +01:00
nicolaasuni
872cb6ab57 6.0.069 (2014-04-24)
- Datamatrix Base256 encoding was fixed.
2014-04-24 18:48:12 +01:00
nicolaasuni
c36a5bc4fb 6.0.068 (2014-04-22)
- Some Datamatrix barcode bugs were fixed.
2014-04-22 21:50:00 +01:00
nicolaasuni
e6a6ffa36c 6.0.052 (2013-12-12)
- Bug #871 "Datamatrix coding" was fixed.
2013-12-12 18:31:42 +00:00
nicolaasuni
a048082831 6.0.030 (2013-09-17)
- Bug #835 "PDF417 and Cyrilic simbols" was fixed.
2013-09-17 18:27:51 +01:00
nicolaasuni
39528a1441 6.0.015 (2013-04-14)
- Some unused vars were removed from AddFont() method.
- Some directories were moved inside the examples directory.
- All examples were updated to reflect the new default structure.
- Source code were clean-up up to be more compatible with system packaging.
- Files encodings and permissions were reset.
- The command line tool tcpdf_addfont.php was added on the tools directory.
2013-05-14 21:28:42 +01:00
nicolaasuni
226fc42c4c 6.0.011 (2013-04-22)
- Minor documentation changes.
2013-04-22 20:23:46 +01: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