From 8953228202a82c268d1eb0d14c9831e625bf9bf0 Mon Sep 17 00:00:00 2001 From: pini-girit Date: Sun, 14 Jul 2019 11:22:02 +0300 Subject: [PATCH] v1.9.4 --- Model/Configuration.php | 2 +- composer.json | 2 +- etc/module.xml | 2 +- marketplace.composer.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Model/Configuration.php b/Model/Configuration.php index 531705d..1b9dc2d 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.3', '2.0.0'); + return sprintf(self::USER_PLATFORM_TEMPLATE, '1.9.4', '2.0.0'); } /** diff --git a/composer.json b/composer.json index fda36ac..d5a2d9d 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.3", + "version": "1.9.4", "license": "MIT", "require": { "cloudinary/cloudinary_php": "*" diff --git a/etc/module.xml b/etc/module.xml index d511725..a8895e2 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - + diff --git a/marketplace.composer.json b/marketplace.composer.json index a596da3..0cc225c 100644 --- a/marketplace.composer.json +++ b/marketplace.composer.json @@ -1,7 +1,7 @@ { "name": "cloudinary/cloudinary", "type": "magento2-module", - "version": "1.9.3", + "version": "1.9.4", "description": "Cloudinary Magento 2 Integration.", "license": "MIT", "require": {