|
| 1 | +6.6.5 (2023-09-06) |
| 2 | + - Fix corrupted file. |
| 3 | + |
| 4 | +6.6.4 (2023-09-06) |
| 5 | + - Fix GitHub automation tests. |
| 6 | + |
| 7 | +6.6.3 (2023-09-06) |
| 8 | + - Fix SPDX license ID (#591) |
| 9 | + - Fix warning "array offset on value of type null" (#620) |
| 10 | + - Improve the README about the status of this library (#589) |
| 11 | + - Fix deprecation warning with PHP 8.1 (#614) |
| 12 | + - Fixes for PHP 8.2 in tcpdf_fonts.php (#632) |
| 13 | + - Fix some php 8+ edge cases (#630) |
| 14 | + - Fix composite glyph output (#581) |
| 15 | + - Fix "access array offset on value of type bool" with PDF/A (#583) |
| 16 | + - Fix non-numeric value warning (#627) |
| 17 | + - Fix issues with S25 barcode (#611) |
| 18 | + - Fix return type annotations (#613) |
| 19 | + - Fix some inconsistencies in type hints (#598) |
| 20 | + |
| 21 | +6.6.2 (2022-12-17) |
| 22 | + - Ensure pregSplit return type is always array. |
| 23 | + - Add ability to run tests on various operating systems (#566) |
| 24 | + - Avoid a deprecated error from PHP8.1 (#573) |
| 25 | + |
| 26 | +6.6.1 (2022-12-12) |
| 27 | + - Add PHPStan and fix level 1 errors (#307) |
| 28 | + |
| 29 | +6.6.0 (2022-12-06) |
| 30 | + - Multi-byte character support for filename during output (#561). (#562) |
| 31 | + - Fix garbage collection (#509) |
| 32 | + - FIX: PDF417 corrupt output problem, solution set bcmath scale parameter to zero (#534) |
| 33 | + - Fix TypeError: count() in PHP8 (#556) |
| 34 | + - Fix-getHTMLFontUnits (#547) |
| 35 | + - Improved embedded image in HTML allowing src="data:..." format (#552) |
| 36 | + - Fix image abscissa when in RTL (#510) |
| 37 | + - fix: php 8.1 notices (#548) |
| 38 | + - Optimize PNG files (#563) |
| 39 | + - Update documentation for a known issue. (#569) |
| 40 | + - Fix for PHP 8.1 (#571) |
| 41 | + |
| 42 | +6.5.0 (2022-08-12) |
| 43 | + - encodeUrlQuery takes into account the port (#493) |
| 44 | + - Fixing undefined offset error in writeHTML() when last DOM element ha… |
| 45 | + - correct some type hints (#495) |
| 46 | + - fix: php 8.1 notices (#481) |
| 47 | + - Fixed: null check for PHP 8.1 (#476) |
| 48 | + - Fix Infinite Loop in Multicell with Auto Page Breaks Off (#473) |
| 49 | + - GetCssBorderStyle Has Problem When !important Is Specified (#467) |
| 50 | + - Support Apache 2.4 directives in htaccess file (#530) |
| 51 | + - Remove examples from dist package (#542) |
| 52 | + |
1 | 53 | 6.4.4 (2021-12-31)
|
2 | 54 | - PHP 8.1 fixes
|
3 | 55 |
|
|
0 commit comments