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

Add description for issue 28239 fix #9084

Merged
merged 4 commits into from
Aug 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/guides/v2.4/release-notes/open-source-2-4-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,10 @@ We have fixed hundreds of issues in the Magento 2.4.3 core code.

* The image resizing process no longer halts for images in unsupported format. Previously, when `catalog:images:resize` encountered an unsupported image format, the process stopped and Magento displayed this error: `bin/magento catalog:images:resize Unsupported image format`.

<!--- ENGCOM-9148-->

* The image resizing process now processes images marked as hidden in the admin. Also added the `--skip_hidden_images` option to skip hidden images in the `catalog:images:resize` command. [GitHub-28239](https://github.com/magento/magento2/issues/28239)

<!--- ENGCOM-8925-->

* WEBP and AVIF support for logo images has been added to the Admin. [GitHub-32495](https://github.com/magento/magento2/issues/32495)
Expand Down