spatie / laravel-medialibrary

Associate files with Eloquent models
https://spatie.be/docs/laravel-medialibrary
MIT License
5.78k stars 1.08k forks source link

Fix handling of dots in conversion names for clean command #3551

Closed sebastianpopp closed 9 months ago

sebastianpopp commented 9 months ago

The clean command had an issue with conversions that contain a dot because their status is saved in a multidimensional array in the database. The clean command expected a one-dimensional array.

freekmurze commented 9 months ago

Thanks!