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.
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).
Fixed the wysiwig issue when the media dir is a symlink by ovirriding Mage_Cms_Helper_Wysiwyg_Images::getStorageRoot() & removed the use of realpath()
Fixed method declaration errors on Cloudinary_Cloudinary_Model_Cache
Added option to configuration in order to allow the admin to bypass the quality transformation code.