V1.6.8#11
Merged
Merged
Conversation
added 30 commits
December 13, 2018 14:19
CLOUDINARY-4: Adde support for 'Use signed URLs' (dafault: false)
CLOUDINARY-4: Adde support for 'Use signed URLs' (dafault: false)
CLOUDINARY-4
…eFactory::create() in order to use cloudinary url on products, since stopped working on Magento2.3 (It's not going through \Magento\Catalog\Helper\Image::getUrl() so the old plugin has no effect)
CLOUDINARY-41
…eFactory::create() in order to use cloudinary url on products, since stopped working on Magento2.3 (It's not going through \Magento\Catalog\Helper\Image::getUrl() so the old plugin has no effect)
CLOUDINARY-41
CLOUDINARY-40: Added support for cloudless URLs on 'Use Root Path'
CLOUDINARY-40: Added support for cloudless URLs on 'Use Root Path'
CLOUDINARY-40: Added support for cloudless URLs on 'Use Root Path'
Cloudinary 9
CLOUDINARY-41
Cloudinary 9
…loudinary\Cloudinary\Plugin\Widget\Model\Template\Filter::aroundMediaDirective() in order to better support wysiwyg images
…loudinary\Cloudinary\Plugin\Widget\Model\Template\Filter::aroundMediaDirective() in order to better support wysiwyg images
CLOUDINARY-42
CLOUDINARY-43,CLOUDINARY-44: Fixed Product Video Thumbnail
…CLOUDINARY-41,CLOUDINARY-42,CLOUDINARY-43)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
** 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.
Internal tickets: CLOUDINARY-9,CLOUDINARY-40,CLOUDINARY-41,CLOUDINARY-42,CLOUDINARY-43