Releases: fedeisas/laravel-mail-css-inliner
Releases · fedeisas/laravel-mail-css-inliner
5.3.0
What's Changed
- Fix GitHub actions by @DannyvdSluijs in #323
- Laravel 11.x Compatibility by @laravel-shift in #320
New Contributors
- @laravel-shift made their first contribution in #320
Full Changelog: 5.2.1...5.3.0
5.2.1
What's Changed
- build: Set version constraint on guzzlehttp/psr7 to avoid CVE-2023-29197 by @DannyvdSluijs in #307
- Removed ($) sign, updated contributing section by @rish-0593 in #310
- Fix CSS Inlining when using embedded image using Laravel 10 or 9. by @danhanly in #313
New Contributors
- @rish-0593 made their first contribution in #310
- @danhanly made their first contribution in #313
Full Changelog: 5.2.0...5.2.1
5.2.0
What's Changed
- CI on PHP 8.2 by @fedeisas in #304
- Added support for Laravel 10 by @Vincent-dejong in #303
New Contributors
- @Vincent-dejong made their first contribution in #303
Full Changelog: 5.1.0...5.2.0
5.0
What's Changed
- Add Laravel 9 support using Symfony Mailer by @ajohnson6494 in #173
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #159
New Contributors
- @ajohnson6494 made their first contribution in #173
Full Changelog: 4.0...5.0
PHP 8 support
Make package compatible with php8 (#146) * Update composer.json php 8 * Update composer.json
Laravel 8, dependency upgrades, some bug fixes.
- Bump illuminate/support from 7.5.1 to 7.9.2 (#83) [457190d]
- Bump illuminate/support from 7.9.2 to 7.28.1 (#123) [8a0498f]
- Bump phpunit/phpunit from 8.5.3 to 8.5.4 (#81) [b45b3ed]
- Bump phpunit/phpunit from 8.5.4 to 8.5.8 (#99) [263f395]
- Bump tijsverkoyen/css-to-inline-styles from 2.2.2 to 2.2.3 (#105) [2353924]
- Composer normalize [8585f8d] [58433e2] [6cb452a]
- External relative links (#124) [a2fd35b]
- Ignore files when exporting package (#94) [c9bd239]
- Improve CSS memoization (#125) [c1eb406]
- Missing dependency [5a3b634]
- Support Laravel 8.x (#121) [b06479e]
- Switch to afterResolving when registering service provider (#90) [7843a62]
Dependencies release
- Bump illuminate/support from 7.4.0 to 7.5.1 (#76)
Laravel 7 Support
- Added dependabot for dependency management.
- Replaced TravisCI with GitHub Actions.
- Added support for Laravel 7 (#70 #72 #73 thanks @introwit @zupolgec @Pezhvak).
- Dropped support for Laravel 5 and Laravel 6.
- General repo maintenance. Updated PHPUnit and SwiftMailer dependencies.
- Fixed infinite loop when using link tags without
rel=stylesheet
(#68, thanks @sanasol). - Added a couple of missing tests cases.
Laravel 6 support
Merge pull request #63 from winkbrace/expand-docs Add extra line that explains how the inliner works. Fixes #60
2.2: Merge pull request #51 from fedeisas/modernizing_package_dependencies
Modernizing Package