Skip to content

PHP-Typography 6.7.0

Latest
Compare
Choose a tag to compare
@mundschenk-at mundschenk-at released this 14 Nov 22:31
· 90 commits to main since this release
6b04148
  • Change: Significantly updated hyphenation patterns for:
    • German
    • German (Traditional)
    • German (Swiss Traditional)
  • Change: Minimum PHP version increased to 7.4.0.
  • Change: The following public methods have been deprecated:
    • Strings::mb_str_split
    • Strings::uchr
  • Bugfix: No more deprecation warnings when running on PHP 8.1.
  • Bugfix: The ASCII string functions actually get used on pure ASCII fragments (instead of falling back to the slower mb_* functions).