mirror of
https://github.com/moodle/moodle.git
synced 2025-07-25 00:02:18 +02:00
1) Change the fpdi_bridge class so that it extends the pdf class, rather than the TCPDF class. 2) Updated the editpdf/fpdi/readme_moodle.txt file to document the changes. 3) Updated the editpdf/thirdpartylibs.xml to reflect the update to the FPDI library.
11 lines
218 B
XML
11 lines
218 B
XML
<?xml version="1.0"?>
|
|
<libraries>
|
|
<library>
|
|
<location>fpdi</location>
|
|
<name>FPDI</name>
|
|
<license>MIT</license>
|
|
<version>1.6.1</version>
|
|
<licenseversion></licenseversion>
|
|
</library>
|
|
</libraries>
|