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

9 Commits

Author SHA1 Message Date
nicolaasuni
47e8e3e0d1 6.2.2 (2014-12-18)
- Fixed mispelled words.
- Fixed version number.
2014-12-18 13:26:15 +00:00
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
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
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