diff --git a/Model/Configuration.php b/Model/Configuration.php index 3dd612e..b03e30e 100644 --- a/Model/Configuration.php +++ b/Model/Configuration.php @@ -199,7 +199,7 @@ public function getCdnSubdomainStatus() */ public function getUserPlatform() { - return sprintf(self::USER_PLATFORM_TEMPLATE, '1.9.0', '2.0.0'); + return sprintf(self::USER_PLATFORM_TEMPLATE, '1.9.1', '2.0.0'); } /** diff --git a/composer.json b/composer.json index be32cbe..3ee3111 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "cloudinary/cloudinary-magento2", "description": "Cloudinary Magento 2 Integration.", "type": "magento2-module", - "version": "1.9.0", + "version": "1.9.1", "license": "MIT", "require": { "cloudinary/cloudinary_php": "*" diff --git a/etc/module.xml b/etc/module.xml index 1389dd1..4460b20 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - + diff --git a/marketplace.composer.json b/marketplace.composer.json index 8d180a6..7245e00 100644 --- a/marketplace.composer.json +++ b/marketplace.composer.json @@ -1,7 +1,7 @@ { "name": "cloudinary/cloudinary", "type": "magento2-module", - "version": "1.9.0", + "version": "1.9.1", "description": "Cloudinary Magento 2 Integration.", "license": "MIT", "require": { diff --git a/view/adminhtml/layout/cms_wysiwyg_images_index.xml b/view/adminhtml/layout/cms_wysiwyg_images_index.xml index 53a5bbc..323ba36 100644 --- a/view/adminhtml/layout/cms_wysiwyg_images_index.xml +++ b/view/adminhtml/layout/cms_wysiwyg_images_index.xml @@ -3,7 +3,11 @@ - + + + Magento\Backend\Block\DataProviders\ImageUploadConfig + + diff --git a/view/adminhtml/web/js/cloudinary-media-library-modal.js b/view/adminhtml/web/js/cloudinary-media-library-modal.js index e67e91d..5315975 100644 --- a/view/adminhtml/web/js/cloudinary-media-library-modal.js +++ b/view/adminhtml/web/js/cloudinary-media-library-modal.js @@ -53,6 +53,7 @@ define([ this.cloudinary_ml = window.cloudinary_ml[this.options.cldMLid] = cloudinary.createMediaLibrary( this.options.cloudinaryMLoptions, { insertHandler: function(data) { + $('body').first().css('overflow', 'initial'); return widget.cloudinaryInsertHandler(data); } }