Releases: Okipa/laravel-medialibrary-ext
Releases · Okipa/laravel-medialibrary-ext
10.2.0: Laravel 10 support (#32)
10.1.0: Add PHP 8.2 support (#31)
- Added PHP 8.2 support
- Dropped PHP 8.0 support
10.0.2: Don't run Coveralls step w/o token (#30)
- Improved CI
10.0.1 (#29)
- Replaced
phpcs/phpcbf
bylaravel/pint
10.0.0: V10 (#28)
- Upgraded
spatie/laravel-medialibrary
required version to 10 - Upgraded Laravel required version to 9
- Upgrade PHP required versions to 8.0 and 8.1
9.2.0: Fixing issue #26 (#27)
- Added an
Okipa\MediaLibraryExt\Exceptions\CollectionNotFound
exception throw when the given collection is not found in the targeted model.
9.1.0: Adding PHP 8 support (#25)
- Added PHP 8 support
- Removed Scrutinizer analysis
- Updated PHPCS checker and fixer norm to PSR-12
9.0.0
8.1.0: Add laravel 8 support (#23)
- Added Laravel 8 support.
- Dropped Laravel 6 support.
8.0.1 (#24)
- Fixed bytes conversions in kilobytes and megabytes.