diff --git a/Model/Configuration.php b/Model/Configuration.php index 6c58db0..1503090 100644 --- a/Model/Configuration.php +++ b/Model/Configuration.php @@ -159,7 +159,7 @@ public function getCdnSubdomainStatus() */ public function getUserPlatform() { - return sprintf(self::USER_PLATFORM_TEMPLATE, '1.6.5', '2.0.0'); + return sprintf(self::USER_PLATFORM_TEMPLATE, '1.6.8', '2.0.0'); } /** diff --git a/composer.json b/composer.json index 84c397c..5445507 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.6.5", + "version": "1.6.8", "minimum-stability": "dev", "license": "MIT", "repositories": { diff --git a/etc/module.xml b/etc/module.xml index 2b6982b..115063e 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +