Skip to content

v2.8.4

Compare
Choose a tag to compare
@pniel-cohen pniel-cohen released this 05 Dec 07:37
· 154 commits to master since this release
9dba349
  • 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.