-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix count svg #647
Fix count svg #647
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4a5a748 - Browse repository at this point
Copy the full SHA 4a5a748View commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f7b000d - Browse repository at this point
Copy the full SHA f7b000dView commit details -
Applied fix found by BrainforgeUK in Issue tecnickcom#564 (tecnickcom…
…#620) Tested and confirmed working in PHP 7.4 and PHP 8.2
Configuration menu - View commit details
-
Copy full SHA for 70b63fa - Browse repository at this point
Copy the full SHA 70b63faView commit details -
README: tone down the warning about tc-lib-pdf (tecnickcom#589)
* README: tone down the warning about tc-lib-pdf Signed-off-by: Ruben Barkow-Kuder <[email protected]> * Update README.md Co-authored-by: William Desportes <[email protected]> --------- Signed-off-by: Ruben Barkow-Kuder <[email protected]> Co-authored-by: William Desportes <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc6faf6 - Browse repository at this point
Copy the full SHA fc6faf6View commit details -
Fix of Deprecation warning with php 8.1 tecnickcom#614 (tecnickcom#615)
* Fix of Deprecation warning with php 8.1 tecnickcom#614 * Update include/barcodes/qrcode.php Co-authored-by: William Desportes <[email protected]> --------- Co-authored-by: Robert Johnson Nallori <[email protected]> Co-authored-by: johnson361 <[email protected]> Co-authored-by: William Desportes <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7734617 - Browse repository at this point
Copy the full SHA 7734617View commit details -
Fixes for PHP 8.2 in tcpdf_fonts.php - fixes tecnickcom#632 (tecnickc…
…om#633) * Update tcpdf_fonts.php Fixes "use of "self" in callables is deprecated" warning is arising from tcpdf_fonts.php when using PHP >= 8.2 * Update tcpdf_fonts.php for PHP 5.3-8.2 compatibility PHP 8.2 "use of "self" in callables is deprecated" yet some ways of fixing this breaks for PHP 5.3. This approach works, tested PHP 5.3.29 - 8.2.0 * Update tcpdf_fonts.php Spaces added back in before arguments * Update tcpdf_fonts.php using get_called_class() Maneuvers compatibility of callables inside array_map() between PHP 5.3 and 8.2 - tested. --------- Co-authored-by: Nicola Asuni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35e4147 - Browse repository at this point
Copy the full SHA 35e4147View commit details -
Configuration menu - View commit details
-
Copy full SHA for a89fd73 - Browse repository at this point
Copy the full SHA a89fd73View commit details -
php 8+ edge cases fixes (tecnickcom#630)
Co-authored-by: Nicola Asuni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de332db - Browse repository at this point
Copy the full SHA de332dbView commit details -
Fix composite glyph output (tecnickcom#581)
* Fix composite glyph output * Pad zeros before checksum calulation --------- Co-authored-by: Nicola Asuni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e3fb6f - Browse repository at this point
Copy the full SHA 7e3fb6fView commit details -
fix for tecnickcom#583 (tecnickcom#584)
* fix for tecnickcom#583 * fix fix --------- Co-authored-by: Nicola Asuni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c7982d - Browse repository at this point
Copy the full SHA 9c7982dView commit details -
Fix non-numeric value warning (tecnickcom#627)
* Fix non-numeric value warning Fixes this warning on generating PDF: Warning: A non-numeric value encountered in /tcpdf/tcpdf.php on line 5473 * Better fix for non-numeric value warning Fixes this warning on generating PDF after calling `Text` with a non-numeric value for `$fstroke`: Warning: A non-numeric value encountered in /tcpdf/tcpdf.php on line 5470 * Update tcpdf.php Co-authored-by: William Desportes <[email protected]> --------- Co-authored-by: William Desportes <[email protected]> Co-authored-by: Nicola Asuni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b142eba - Browse repository at this point
Copy the full SHA b142ebaView commit details -
Fixed problems with S25 barcode (tecnickcom#611)
This was already fixed in tc-lib-barcode.
Configuration menu - View commit details
-
Copy full SHA for 26d2eed - Browse repository at this point
Copy the full SHA 26d2eedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 548c0f2 - Browse repository at this point
Copy the full SHA 548c0f2View commit details -
Fix return type annotation (tecnickcom#613)
* Fix return type annotation * BC with tools that do not support PHPStan annotations Co-authored-by: William Desportes <[email protected]> --------- Co-authored-by: William Desportes <[email protected]> Co-authored-by: Nicola Asuni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 128b268 - Browse repository at this point
Copy the full SHA 128b268View commit details -
Typehints for getHeaderMargin() and setHeaderMargin() are inconsistent (
tecnickcom#598) * Typehints for get/setHeaderMargin are inconstent * Add typehints for header/footer margin properties --------- Co-authored-by: Nicola Asuni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18d1b2b - Browse repository at this point
Copy the full SHA 18d1b2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f209e39 - Browse repository at this point
Copy the full SHA f209e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96985b9 - Browse repository at this point
Copy the full SHA 96985b9View commit details -
Bump actions/checkout and add PHP 8.3 (tecnickcom#642)
* Bump actions/checkout and add PHP 8.3 * Update the composer json tests * Remove PHP 5.3 and 5.4 from the matrix * add permission entry Restrict GitHub actions access --------- Co-authored-by: Nicola Asuni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73d8186 - Browse repository at this point
Copy the full SHA 73d8186View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3a8409 - Browse repository at this point
Copy the full SHA e3a8409View commit details -
3
Configuration menu - View commit details
-
Copy full SHA for 31b9389 - Browse repository at this point
Copy the full SHA 31b9389View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ca051c - Browse repository at this point
Copy the full SHA 3ca051cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 037283c - Browse repository at this point
Copy the full SHA 037283cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7689851 - Browse repository at this point
Copy the full SHA 7689851View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fce932 - Browse repository at this point
Copy the full SHA 5fce932View commit details
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f66abf4 - Browse repository at this point
Copy the full SHA f66abf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bee99c8 - Browse repository at this point
Copy the full SHA bee99c8View commit details