github awcodes/filament-curator v5.3.3

latest release: v5.3.4
5 hours ago

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.

Don't miss a new filament-curator release

NewReleases is sending notifications on new releases.