History log of /plugin/dw2pdf/vendor/composer/ClassLoader.php (Results 1 – 6 of 6)
Revision Date Author Comments
# f6b6ef87 07-Nov-2023 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Update mPDF to latest 8.0 stable

There's some known issues with PHP 8, like exporting PDF files with SVG gradients, that was already fixed on newer mPDF versions from 8.0 branch.


# fb347f35 02-May-2023 Andreas Gohr <andi@splitbrain.org>

Use mpdf's own QR code generation instead #465

This drops the dependency of an external service in favor of MPDF's own
barcode library. Sizes are configured somewhat differently there, so the
settin

Use mpdf's own QR code generation instead #465

This drops the dependency of an external service in favor of MPDF's own
barcode library. Sizes are configured somewhat differently there, so the
setting has been renamed.

Obsolete language strings are removed in a follow-up commit

show more ...


# dc4d9dc6 17-Aug-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Update mpdf dependency to version 8

Added support for PHP 7.3 and 7.4


# e56751df 22-Feb-2018 Michael Große <grosse@cosmocode.de>

update the mpdf library to 7.0.3

This might improve performance with large CSS files (#333) and possibly
resolve some bugs (#316 and maybe #246).


# 7f027680 13-Jun-2017 Andreas Gohr <gohr@cosmocode.de>

updated dependencies

we ignore paragonie/random_compat because it's provided in DokuWiki core
already.

x


# 0119ca25 28-Feb-2017 Andreas Gohr <gohr@cosmocode.de>

This is a quick an dirty switch to the current MPDF devel version

This makes the plugin working on PHP 7.1 again, however I did not look
deeply in how much the API changed and just tried to quickly

This is a quick an dirty switch to the current MPDF devel version

This makes the plugin working on PHP 7.1 again, however I did not look
deeply in how much the API changed and just tried to quickly make the
whole thing work again.

I opted for a composer based install of the library to have the proper
dependencies installed. I also checked in the result to have the plugin
easily install via the extension manager.

show more ...