From 14e21130450a24c023f2c82f3577e397bb93b065 Mon Sep 17 00:00:00 2001 From: pini-girit Date: Thu, 13 May 2021 11:41:47 +0300 Subject: [PATCH] v1.14.10: Added jpeg to ImageRepository (for BulkUpload) --- Model/ImageRepository.php | 2 +- composer.json | 2 +- etc/module.xml | 2 +- marketplace.composer.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Model/ImageRepository.php b/Model/ImageRepository.php index e43adec..48ec2bd 100644 --- a/Model/ImageRepository.php +++ b/Model/ImageRepository.php @@ -15,7 +15,7 @@ */ class ImageRepository { - private $allowedImgExtensions = ['JPG', 'PNG', 'GIF', 'BMP', 'TIFF', 'EPS', 'PSD', 'SVG', 'WebP']; + private $allowedImgExtensions = ['JPG', 'JPEG', 'PNG', 'GIF', 'BMP', 'TIFF', 'EPS', 'PSD', 'SVG', 'WebP']; /** * @var Filesystem diff --git a/composer.json b/composer.json index ba3214c..f7f812e 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.14.9", + "version": "1.14.10", "license": "MIT", "require": { "cloudinary/cloudinary_php": "^1.20.0" diff --git a/etc/module.xml b/etc/module.xml index fc4a779..ce52457 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - + diff --git a/marketplace.composer.json b/marketplace.composer.json index c824fee..a5b25db 100644 --- a/marketplace.composer.json +++ b/marketplace.composer.json @@ -2,7 +2,7 @@ "name": "cloudinary/cloudinary", "description": "Cloudinary Magento 2 Integration.", "type": "magento2-module", - "version": "1.14.9", + "version": "1.14.10", "license": "MIT", "require": { "cloudinary/cloudinary_php": "^1.20.0"