Merge branch 'w23_MDL-33595_m23_phpunitinit' of git://github.com/skodak/moodle
[moodle.git] / lib / tcpdf / readme_moodle.txt
blob1b6d92480dd67f543691041c49902a34021d3359
1 Description of TCPDF library import 5.9.156
2 ===================================
3 * delete cache/ doc/ examples/ config/tcpdf_config_alt.php config/lang/ images/
4 * remove all fonts but the core ones (courier.php, helveticabi.php,
5     helveticab.php, helveticai.php, helvetica.php, symbol.php, timesbi.php,
6     timesb.php, timesi.php, times.php, zapfdingbats.php) and FreeFont
7 * remove font/utils/
9 2011/10/29
10 ----------
11 Upgrade to tcpdf_php5 TCPDF 5.9.133 (MDL-29283)
12 by Petr Skoda
14 2009/11/19
15 ----------
16 Upgrade to tcpdf_php5 TCPDF 4.8.014 (MDL-20888)
17 by David Mudrak <david.mudrak@gmail.com>
19 2009/07/20
20 ----------
21 Upgrade to tcpdf_php5 TCPDF 4.6.020 (MDL-19876)
22 by David Mudrak <david.mudrak@gmail.com>
24 * deleted cache/ doc/ examples/ config/tcpdf_config_alt.php config/lang/ images/
25 * removed all fonts but the core ones (courier.php, helveticabi.php,
26     helveticab.php, helveticai.php, helvetica.php, symbol.php, timesbi.php,
27     timesb.php, timesi.php, times.php, zapfdingbats.php) and FreeFont
28 * FreeFont chosen as a default utf8 font distributed by default, all others will
29     be downloadable from moodle.org via new UI
30 * removed font/utils/
31 * moving configuration to the lib/pdflib.php wrapper so we do not need to modify
32     TCPDF at all. Credit to Chardelle Busch for this solution in MDL-17179
34 2008/07/29
35 ----------
36 Upgrade to tcpdf_php5 TCPDF 4.0.015 (MDL-15055)
37 by David Mudrak <david.mudrak@gmail.com>
39 * deleted cache/ doc/ examples/
40 * modified config/tcpdf_config.php
41     Default values for K_PATH_MAIN and K_PATH_URL are automatically set for
42     the Moodle installation. K_PATH_CACHE set to Moodle datadir cache.
43     K_PATH_URL_CACHE can't be mapped in Moodle as datadir should not be
44     accessible directly. However, it doesn't seem to be used within the
45     library code.