MDL-62202 privacy: fix behat tests to point to new location under users
[moodle.git] / lib / tcpdf / readme_moodle.txt
blob12b9af97c2f5f078a142b7bc7ec171fd6bb255e0
1 Description of TCPDF library import 6.2.13
2 ===========================================
3 * download library from https://github.com/tecnickcom/TCPDF/releases
4 * delete examples/, tools/ and tcpdf_import.php
5 * remove tcpdf_import.php from composer.json
6 * remove all fonts that were not already present
7 * visit http://127.0.0.1/lib/tests/other/pdflibtestpage.php and view the pdf
8 * check the status of https://github.com/tecnickcom/TCPDF/pull/74 and re-apply if not merged/closed
10 2017/10/02
11 ----------
12 Upgrade to tcpdf_php5 TCPDF 6.2.13 (MDL-60237)
13 by Marina Glancy <marina@moodle.com>
15 * replaced the calls to function each() deprecated in PHP7.2
17 2015/09/29
18 ----------
19 Upgrade to tcpdf_php5 TCPDF 6.2.12 (MDL-51534)
20 by Jun Pataleta <jun@moodle.com>
22 2015/03/23
23 ----------
24 Upgrade to tcpdf_php5 TCPDF 6.2.6 (MDL-49522)
25 by Adrian Greeve <adrian@moodle.com>
27 2011/10/29
28 ----------
29 Upgrade to tcpdf_php5 TCPDF 5.9.133 (MDL-29283)
30 by Petr Skoda
32 2009/11/19
33 ----------
34 Upgrade to tcpdf_php5 TCPDF 4.8.014 (MDL-20888)
35 by David Mudrak <david.mudrak@gmail.com>
37 2009/07/20
38 ----------
39 Upgrade to tcpdf_php5 TCPDF 4.6.020 (MDL-19876)
40 by David Mudrak <david.mudrak@gmail.com>
42 * deleted cache/ doc/ examples/ config/tcpdf_config_alt.php config/lang/ images/
43 * removed all fonts but the core ones (courier.php, helveticabi.php,
44     helveticab.php, helveticai.php, helvetica.php, symbol.php, timesbi.php,
45     timesb.php, timesi.php, times.php, zapfdingbats.php) and FreeFont
46 * FreeFont chosen as a default utf8 font distributed by default, all others will
47     be downloadable from moodle.org via new UI
48 * removed font/utils/
49 * moving configuration to the lib/pdflib.php wrapper so we do not need to modify
50     TCPDF at all. Credit to Chardelle Busch for this solution in MDL-17179
52 2008/07/29
53 ----------
54 Upgrade to tcpdf_php5 TCPDF 4.0.015 (MDL-15055)
55 by David Mudrak <david.mudrak@gmail.com>
57 * deleted cache/ doc/ examples/
58 * modified config/tcpdf_config.php
59     Default values for K_PATH_MAIN and K_PATH_URL are automatically set for
60     the Moodle installation. K_PATH_CACHE set to Moodle datadir cache.
61     K_PATH_URL_CACHE can't be mapped in Moodle as datadir should not be
62     accessible directly. However, it doesn't seem to be used within the
63     library code.