Date: 17-Aug-2021
- (enh #121): BS3
cssFile
path corrected in documentation. - (enh #120): Default value must be empty array.
- (enh #111): Update PHP Doc to mention
cssFile
can be anarray
or `string.
Date: 14-Apr-2020
- (enh #106): Fix getCss function.
- (enh #92, #104, #105): Enhancements for MPDF v8.0.
- Update README.
- (enh #89): Fix README.md & throw InvalidConfigException for invalid CSS config.
Date: 13-Oct-2018
- Correct
methods
parsing in output.
Date: 09-Oct-2018
- (enh #77, #85): More correct response headers.
Date: 04-Oct-2018
- Add .gitattributes.
- Move all source code to
src
directory. - (bug #84): Fix bug with
$this->buffer
. - (enh #77): Correct headers already sent for "Download" & "Browser" destinations.
- (bug #60): Correct missing
Mpdf::init
constructor params.
Date: 22-Jun-2017
- (bug #59): Correct Mpdf constant parsing.
- (enh #57): Temp file cleanup error due to wrong paths.
- (enh #45, #51): Updates dependency to use latest mPdf 7.x development branch.
Date: 14-Jan-2017
- Add github contribution and issue/PR logging templates.
- Add branch alias for dev-master latest release.
- Update mpdf source to use repo https://github.com/mpdf/mpdf.
- (enh #14): Initialize with default mPDF configuration options.
- (enh #13): Default mode setting for Asian Languages via
Pdf::MODE_ASIAN
. - (enh #12): New
tempPath
property to allow setting temporary folder for mpdf font data.
Date: 03-Nov-2014
- Initial release.
- Set release to stable.