Skip to content

v5.3.3

Choose a tag to compare

@awcodes awcodes released this 31 Aug 15:36
· 1 commit to 5.x since this release

Fixed

  • Dropped the Pint mb_str_functions rule and reverted the mb_ltrim() it had introduced in the Uploader form component.

mb_ltrim() is a PHP 8.4 function, and this package declares ^8.2. Below 8.4 it resolves only through symfony/polyfill-mbstring, which is not required directly, so a lock file resolving an older polyfill on PHP 8.2 or 8.3 could fatal with Call to undefined function mb_ltrim(). Affects v5.3.2.

Documentation

  • The README has been converted into a docs/ directory.