mPDF v8.0.8 Release Notes
Release Date: 2020-12-05 // almost 3 years ago-
No data yet 😐
You can check the official repo
Previous changes from v8.0.0
-
Version 8.0.0 contains code cleanups, a few minor fixes and features, and most importantly bump of internal dependency of the FPDI library to version 2.
This introduces a few breaking changes.
🚚 Method
SetImportUse
has been removed andImportPage
changed case toimportPage
and has a new signature:public function importPage($pageNumber, $box = PageBoundaries::CROP_BOX, $groupXObject = true)
📦 Library generating QR codes has been split to a separate package
mpdf/qrcode
. This reduced package size by about 6 MB. The library will raise an exception hinting to install the package with composer when needed and not present.
Complete changeset can be found in changelog and commit history.
⬆️ Upgrading from 7.x
- If you use importing capabilities:
- remove SetImportUse method calls
- change ImportPage calls to the new signature
- If you use QR codes
- require
mpdf/qrcode
with composer and you're set
- require
👌 Support our work
🔨 Thank you for any work you put into mPDF - refactorings, bug fixes, new feature requests.
We also welcome any donation.
🍱 Yaaay! 5 200 000 downloads 🎉!
Hope number of downloads will keep rising!
- If you use importing capabilities: