Releases: cloudinary/cloudinary_magento2
Releases · cloudinary/cloudinary_magento2
v1.7.4
- Fixed PHP_CodeSniffer errors & installation error on php5.6 + updated composer.json
v1.7.3
-
Fixed Magento 2.3 issues:
-- Product page gallery images not loading from Cloudinary.
-- Custom transformations not working on category & product pages.
-- Added a workaround to the fixes in order to also support Magento versions prior to 2.3 -
Minor changes on Store > Configuration.
-
Removed 'Faces' related options from default Gravity dropdown.
-
Changed config validation for environment variable in order to use Cloudinary\Api::ping() & improved validation in general.
v1.6.8
- Better support for Cloudinary sub-accounts.
- Fixes & improvements for auto-upload mapping.
- Fixed 'Use Root Path' wrong configuration path.
- Better support for Magento 2.3:
** Added new plugin for \Magento\Catalog\Block\Product\ImageFactory::create() in order to use cloudinary url on products, since on Magento2.3 it's not going through \Magento\Catalog\Helper\Image::getUrl() & the old plugin has no effect.
** Removed wrapping quotes from url before processing in Cloudinary\Cloudinary\Plugin\Widget\Model\Template\Filter::aroundMediaDirective() in order to better support wysiwyg images.
v1.6.5
- Added support for 'Use signed URLs' (dafault: false).
v1.6.4
In order to support Magento 2.3 & also apply best practices -
Removed the di override for \Magento\Widget\Model\Template\Filter & Built a plugin for that instead.
v1.6.3
- Added support for product videos from Cloudinary (on admin & on product page).
- Fixed "Auto upload mapping" after installation (Made sure that the config cache will be automatically deleted before mapping the media dir after changing the value of cloudinary_auto_upload_mapping_request).
- Fixed "URLs are not being changed to Cloudinary urls on static pages" (wysiwyg issue).
- Moved Cloudinary tab outside of Services & added Cloudinary's icon.
- Added new 'Advanced' section to Cloudinary's configuration tab on admin panel.
- Added support for "Use Root Path" & "Remove version number from URLs" (under Magento Admin > Stores > Configuration > Cloudinary > Settings > Advanced).
- Removed website & store scopes from system.xml & cleaned store/website specific configurations (only supports default at the moment).
- Added "Magento's Default" option to configuration in order to allow the admin to bypass the quality transformation code.