30
1
mirror of https://github.com/vdm-io/tcpdf.git synced 2024-05-31 21:30:47 +00:00
Commit Graph

7 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
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
bb21d56f94 6.0.017 (2013-05-16)
- The command line tool tcpdf_addfont.php was improved.
- The php logic was removed from configuration files that now contains only constant defines.
- The tcpdf_autoconfig.php file was added to automatically set missing configuration values.
2013-05-16 17:17:45 +01:00
nicolaasuni
36e9a19bfb 6.0.016 (2013-05-15)
- The tcpdf_addfont.php tool was improved (thanks to Remi Collet).
- Constant K_PATH_IMAGES is now automatically set in configuration file.
2013-05-15 18:08:42 +01:00
nicolaasuni
8014a13226 6.0.016 (2013-05-15)
- The tcpdf_addfont.php tool was improved (thanks to Remi Collet).
- Constant K_PATH_IMAGES is now automatically set in configuration file.
2013-05-15 17:56:20 +01:00
nicolaasuni
8766e002e6 6.0.016 (2013-05-15)
- The tcpdf_addfont.php tool was improved (thanks to Remi Collet).
- Constant K_PATH_IMAGES is now automatically set in configuration file.
2013-05-15 16:51:49 +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