Releases: sebastienheyd/boilerplate-media-manager
Releases · sebastienheyd/boilerplate-media-manager
upgrade to Laravel 11|12
- upgrade to Laravel 11|12 and Intervention Image v3
- add GitHub Actions workflow for Laravel 11 and 12 testing -
- added comprehensive GitHub Actions workflow with test matrix for PHP 8.2, Laravel 11/12, including code sniffing and unit tests
- migrate from laravelcollective/html to spatie/laravel-html
- fix formatting and import order issues
- bug fixes
- improve installation instructions
- remove Scrutinizer CI configuration
7.3.4
CustomEvent on media change
7.3.3
Small fix for filename when downloading a media
7.3.2
postMessage
on media change
7.3.1
Changed onmessage
to addEventListener('message')
to avoid onmessage function overwrite
7.3.0
- Laravel 9 compatibility
- Removed unused upload-mce
7.2.1
- Image / File widgets help message and readme update
7.2.0
- Unified assets publishing: laravel/laravel#5654
- New Blade components
- Scrutinizer / PHPUnit / StyleCI presets
- Tests
7.1.5
Dark mode fixes