| #
11391995
|
| 13-Jan-2026 |
Andreas Gohr <gohr@cosmocode.de> |
added psr/log
This should have been added in the last commit 837fcadd5edb939d2ba3977f363c3478f965471b but was forgotten.
|
| #
01d4b863
|
| 02-Sep-2025 |
Andreas Gohr <gohr@cosmocode.de> |
updated mpdf to 8.2 (requires php 8.0 now)
|
| #
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 ...
|
| #
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
|
| #
9e78d72a
|
| 28-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
fixing composer weirdness with pseudo submodules
See https://lornajane.net/posts/2014/using-composer-without-gitignoring
|
| #
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 ...
|