================ mPDF 5.7.1 1/09/2013 ================ 1) FILES: mpdf.php Bug fix; Dollar sign enclosed by
tag causing error. Test e.g.:Test $1.00 TestTest $2.00 TestTest $3.00 TestTest $4.00 Test----------------------------- 2) FILES: includes/functions.php AND mpdf.php Changes to preg_replace with /e modifier to use preg_replace_callback (/e depracated from PHP 5.5) ----------------------------- 3) FILES: classes/barcode.php Small change to function barcode_c128() which allows ASCII 0 - 31 to be used in C128A e.g. chr(13) in:----------------------------- 4) FILES: mpdf.php Using $use_kwt ("keep-[heading]-with-table") if before table is on 2 lines and pagebreak occurs after first line the first line is displayed at the bottom of the 2nd page. Edited so that $use_kwt only works if the HEADING is only one line. Else ignores (but prints correctly) ----------------------------- 5) FILES: mpdf.php Clearing old temporary files from _MPDF_TEMP_PATH will now ignore "hidden" files e.g. starting with a "." .htaccess, .gitignore etc. and also leave dummy.txt alone -----------------------------