You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.