Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.x] Fix validating image/jpeg images after Symfony/Mime update #35419

Merged
merged 2 commits into from Nov 30, 2020
Merged

[6.x] Fix validating image/jpeg images after Symfony/Mime update #35419

merged 2 commits into from Nov 30, 2020

Commits on Nov 30, 2020

  1. [6.x] Fix validating image/jpeg images after Symfony/Mime update

    Symfony/Mime v5.20 changed the returned extension for an image with image/jpeg mime type: symfony/mime@aa1d922. This commit adds `.jpg`, which fixes the validation.
    Grldk committed Nov 30, 2020
    Copy the full SHA
    a885a0d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3f5a31a View commit details
    Browse the repository at this point in the history